Mr. Mateusz Viste!

Thank you very much for answer!

I installed packages "uml-utilities" and "bridge-utils"

do all as you say:

when I type:

root@109:/home/kitty# ip route add default via 192.168.0.1
RTNETLINK answers: File exists

I was not sure, but I type: 

root@109:/home/kitty# ifconfig add default via 192.168.0.1
SIOCSIFADDR: No such device
add: ERROR while getting interface flags: No such device
via: Unknown host
ifconfig: `--help' gives usage information.


I am not sure, but I also try with different IP:


root@109:/home/kitty# ip route add default via 192.168.0.12
RTNETLINK answers: File exists


....
....
(stubborn and persistent script :)

root@109:/home/kitty# ip route add default via 192.168.0.254
RTNETLINK answers: File exists

root@109:/home/kitty# ip route add default via 192.168.0.255
RTNETLINK answers: Invalid argument

root@109:/home/kitty# ip route add default via 192.168.1.0
RTNETLINK answers: No such process

and qemu still have not network


! but, after my messages, I was trying to run "gpxe" (utility to linux-network 
booting). target - try to see Qemu ip-netmask-gateway.... please, tell me, how 
this "gpxe" have possibility to connect network? here is screenshot - 
http://http://imm.io/19OC4


And, probably, you need more info:

root@109:/home/kitty# cat  /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:11:2f:82:eb:62", ATTR{dev_id}=="0x0", ATTR{type}=="1", 
KERNEL=="eth*", NAME="eth0"

# PCI device 0x10ec:0x8029 (ne2k-pci)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:00:21:f8:bf:21", ATTR{dev_id}=="0x0", ATTR{type}=="1", 
KERNEL=="eth*", NAME="eth1"
root@109:/home/kitty# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
root@109:/home/kitty# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 
mybridge
109.106.8.0     0.0.0.0         255.255.252.0   U         0 0          0 eth1
0.0.0.0         109.106.8.1     0.0.0.0         UG        0 0          0 eth1
root@109:/home/kitty# 


If it will be more simple way, for you, I can give you ssh-access in private 
message?

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Freedos-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to