From: Vlad S. <vla...@gm...> - 2009-03-03 13:49:13
|
after installing and running coloinux i tried to setup the network. I used the instructions on http://colinux.wikia.com/wiki/Network#TAP_-_Private_Connection_with_Hosting_OS On the windows side i setup Local Area Connection 2 (TAP-Win32 Adapter V8 (coLinux)) Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 192.168.37.10 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : . . . in the colinux side i edited interfaces and added auto lo eth0 iface eth0 inet static address 192.168.37.20 network 192.168.37.0 netmask 255.255.255.0 broadcast 192.168.37.255 auto eth1 iface eth1 inet dhcp i restarted colinux and i can't even ping. I get network unreachable when i ping 192.168.37.10 from colinux and timeout when i ping 192.168.37.20 from windows |