From: Daniel R. S. <dan...@ya...> - 2004-04-19 02:16:51
|
Dhcp should work fine with bridged networking, however, the linux kernel needs to be compiled with Socket Filtering turned on (CONFIG_FILTER=y) to enable dhcp. It might be a good idea for the colinux kernel config to have this turned on by default. I have attached the kernel config file I have been using successfully for fedora core 1. In addition to having socket filtering, I have turned on modules for most of the non-experimental filesystems. It also compiles support for a.out and misc binaries as modules instead of linking them in statically. Dan -----Original Message----- I could not get dhcp to work. But maybe this could not work with bridged TAP? |