From: Holger K. <hol...@gm...> - 2006-10-10 12:51:48
|
Answer on the list please. Ken Perl schrieb: > sorry, the coLinux config file should be like this, a typo in previous > post mail. > > <network index="0" type="tap" /> > <network index="1" type="bridged" name="Connection Name" /> > > so I should still remove the tap entry? That depends on what you want to achieve. The way you put it now you would have eth0 attached to a TAP Adapter and eth1 to a Winpcap Driver. If you don't need 2 network adapters in colinux i recommend deleting the unnecessary entry and using the remaining as index 0. > and after that, give eth0 a > static network address or dhcp address? That depends on the existence of a dhcp Server in your network. Do you have one? Then you may use dhcp on eth1. If not a static address is necessary. > anything should be done in > windows XP side? Depends on which interface you want to use to connect to the outside world. |