AwPhuch
Group: Members
Posts: 1404
Joined: April 2004 |
|
Posted: Nov. 09 2004,15:22 |
|
Quote (kitian @ Nov. 09 2004,10:17) | Got the dsl-embedded stuff. Way cool. But, dsl didn't get the IP information right. I figured it would use the same IP info that my Windows box had, but no. I tried to manually configure it to the same information - and still no luck.
Any ideas? I'd like to get this to work.
Kit |
Code Sample | Network options:
`-n script' Set TUN/TAP network init script [default=/etc/qemu-ifup]. This script is launched to configure the host network interface (usually tun0) corresponding to the virtual NE2000 card. `-macaddr addr' Set the mac address of the first interface (the format is aa:bb:cc:dd:ee:ff in hexa). The mac address is incremented for each new network interface. `-tun-fd fd' Assumes fd talks to a tap/tun host network interface and use it. Read http://bellard.org/qemu/tetrinet.html to have an example of its use. `-user-net' Use the user mode network stack. This is the default if no tun/tap network init script is found. `-dummy-net' Use the dummy network stack: no packet will be received by the network cards. |
Might have to use tun module...not sure but exactly how, perhaps trying a modprobe tun in a shell prompt...
What is the output from your ifconfig string? Also what is your dsl-windows.bat file look like?
Brian AwPhuch
-------------- http://www.frappr.com/dsl <-- Where do you use DSL? http://www.smoothwall.org <-- Ultimate firewall for the world! http://boinc.mundayweb.com/one/stats.php/userID:6107 <--My BOINC stats! ./S99LinuxRevolution start
|