Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: dizzi <dizzi@at...> - 2005-04-23 04:28:16
|
Hi, im using winpcap. (I have two real IP's and i need exact MAC addresses for both because our network policy) So my guide: 1. remove TAP adapter, you dont need it. 2. set your real network card as usuall 3. install winpcap (there is not any visible change in system) 4. run colinux with parameters in config.xml like: <network index="0" type="bridged" name="Local Area Connection" mac="xx:xx:xx:xx:xx:xx"/> (mac is optional, i think) 5. set correct values in /etc/network/interfaces and /etc/resolv.conf 6. now yours box acts like 2 computers I had tried to make same with TAP, but i wasnt succesfull. I dont know way how to change bridge's MAC in windows (even registry change doesnt work!) Btw try this too: http://wiki.colinux.org/cgi-bin/coLinuxNetworking cu, dizzi Chirayu Krishnappa wrote: > Hi, > > I have coLinux running on Win XP with the TAP adapter. I have an Ethernet > card plugged into a router which connects to the internet. > > I searched the archives and the net but I still only have a half baked > solution. I am hoping someone has some insight to share. > > I would like WinXP to keep its current IP address (192.168.1.100), DNS > server etc as provided by the router (it recognizes the mac and gives it a > static ip and forwards certain ports.) > > I would like coLinux to have a different IP address on the same subnet (say > 192.168.1.101). > > Try 1 - bridging the Ethernet and the TAP adapters. > If I do this - it seems that I cannot assign an IP address to the original > Ethernet adapter - only to the Bridge. I assumed that the bridge of the 2 > ethernet adapters would function like a software hub - so that each of the > adapters in the bridge could get their own ip address. I can assign a fixed > different ip address on coLinux - but because the MAC address of the bridge > is different - I have to reconfigure the router. I would prefer not to use > windows bridging. > > Try 2 - a separate subnet > I used the instructions from > http://wiki.colinux.org/cgi-bin/YetAnotherNetworkConfiguration > I can ping to external IP's from coLinux (eg. google) but name resolution > does not work. Perhaps I need to install bind? > Even so - I not have a 192.169.2.xx network - which is a different subnet. > > Has someone gotten winpcap bridging to work? It seems that this may be a > nicer solution. > > Does anyone understand what is happening with the TAP adapter - I seem to be > able to set a static IP (192.168.2.1) in the adapter properties but cannot > use that it in coLinux for eth0. I need to use a different one (192.168.2.2) > and make 192.168.2.1 the gateway. It seems like TAP is behaving as more than > just an adapter which coLinux is listening to. > > Any insights are appreciated. > > Thanks, > Chirayu. > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > coLinux-users mailing list > coLinux-users@... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > > > > |