From: mattias <mj...@mj...> - 2011-08-22 00:40:45
|
i try to get network up and running with ms loopback adapter ip of adapter: 192.168.2.10 gw of adapter same as ip netmask 255.255.255.0 on linux: ip 192.168.2.20 mask 255.255.255.0 gw 192.168.2.10 realy not working should i use pcap-bridge? if so how should the line looks like? |
From: Daniel L. <did...@gm...> - 2011-08-22 00:59:55
|
On Mon, Aug 22, 2011 at 01:40, mattias <mj...@mj...> wrote: > i try to get network up and running with ms loopback adapter > ip of adapter: > 192.168.2.10 > gw of adapter > same as ip > netmask 255.255.255.0 > on linux: > ip 192.168.2.20 > mask 255.255.255.0 > gw 192.168.2.10 > realy not working > should i use pcap-bridge? > if so how should the line looks like? your gateway IP on your host should be whatever your ISP tells you to use if your PC is directly connected to the Internet, OR it should be a NAT Firewall/Routing device's IP where the device controls your Internet connection. the gateway on your guest should be the same as you have set on your host when using a bridged connection - I forget if colinux supports any NAT capabilities itself (it's been a long time since I used it) but if it does then you should be using DHCP configuration in your guest. Although if you have a NAT Firewall/Routing device then that should be configuring your systems (real and virtualised) via DHCP and you shouldn't be trying to configure manually as you are liable to configure wrong or set multiple devices with conflicting addresses where your NAT Firewall/Routing device has assigned a DHCP address that you have also configured manually. -- Regards, The Honeymonster aka Daniel Llewellyn |
From: Chan K. H. <cha...@gm...> - 2011-08-22 15:47:35
|
you must hv NAT on your hosting Windows machine. read the wikis for more details on coLinux & NAT set up. else, use SLIRP (only limited to TCP). kh On 2011-08-22 08:40, mattias wrote: > i try to get network up and running with ms loopback adapter > ip of adapter: > 192.168.2.10 > gw of adapter > same as ip > netmask 255.255.255.0 > on linux: > ip 192.168.2.20 > mask 255.255.255.0 > gw 192.168.2.10 > realy not working > should i use pcap-bridge? > if so how should the line looks like? > > > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > > > > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: mattias <mj...@mj...> - 2011-08-22 15:49:34
|
i think you meen internet connection sharing? ----- Original Message ----- From: "Chan Kar Heng" <cha...@gm...> To: <col...@li...> Sent: Monday, August 22, 2011 5:47 PM Subject: Re: [coLinux-users] networking > you must hv NAT on your hosting Windows machine. read the wikis for more > details on coLinux & NAT set up. > else, use SLIRP (only limited to TCP). > > kh > > On 2011-08-22 08:40, mattias wrote: >> i try to get network up and running with ms loopback adapter >> ip of adapter: >> 192.168.2.10 >> gw of adapter >> same as ip >> netmask 255.255.255.0 >> on linux: >> ip 192.168.2.20 >> mask 255.255.255.0 >> gw 192.168.2.10 >> realy not working >> should i use pcap-bridge? >> if so how should the line looks like? >> >> >> >> ------------------------------------------------------------------------------ >> uberSVN's rich system and user administration capabilities and model >> configuration take the hassle out of deploying and managing Subversion >> and >> the tools developers use with it. Learn more about uberSVN and get a free >> download at: http://p.sf.net/sfu/wandisco-dev2dev >> >> >> >> _______________________________________________ >> coLinux-users mailing list >> coL...@li... >> https://lists.sourceforge.net/lists/listinfo/colinux-users > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > |