Hallo,
there's a connection setup option that could help you. Do not use
connection sharing on your real card. instead use following in you
colinux-config.xml:
<network index="0" type="tap" name="TAP CoLinux" />
<network index="1" type="bridged" name="your real network card
connection" />
and in /etc/interfaces (on colinux-debian) add line
auto lo eth0 eth1
maybe you have just to add eth1 to that line
the next is to have this line there:
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
iface eth1 inet static
address 192.168.0.40
netmask 255.255.255.0
and in windows configure IP for your TAP Colinux with 192.168.1.1 and
same netmask.
It works for me, it can for you.
You can also swap those adapters, you don't need to have anyone assigned
as 1st.
Regards,
Martin
|