From: Holger K. <hol...@gm...> - 2006-10-12 11:18:20
|
Ken Perl schrieb: > I use pump to config dhcp client in Debian like this /etc/network/inferfaces, > > iface eth0 inet dhcp In recent debian versions this uses dhclient and not pump. Check if dhclient is installed. > and then bridged the coLinux network connection with Ethernet card and > set it as dhcp, > this works great in my company. > But don't work at home, I'm using the wireless card to do the bridge > but the wireless card can't get a dhcp ip address, if I remove the > bridge, it can get one. > so what maybe the problem? Try setting an explicit mac address for eth0 in your config. Like <network index="0" type="tap" mac="00:ff:39:29:51:50" /> |