|
From: A. K. <kli...@we...> - 2004-10-05 21:40:36
|
I want to set up the following: using CoLinux as a router for my host (Windows XP). THe host will be nat'ed behind CoLinux which will use PPPoE DSL to connect to the internet. I get a few problems however: I bridge one NIC and use it to connect to my DSL modem. This works fine: I can get a connection to my ISP. This is the config.xml line: <network index="0" name="nforce2" type="bridged"></network> Now I need to make a connection between CoLinux and the host. This is were problems start: If I use a TAP adapter, I can't get a connection, at all, If I put in a 2nd bridge, Windows always freezes sometime in the bootprocess of CoLinux. No BSOD; just a freeze, not even the mouse can be moved. So what is the proper way to bridge one network interface and get a network connection to the host at the same time? |