how to config wired together with wireless network
hi all,
i want to config wired together with wireless network under ubuntu.
my wireless config as follows:
IP Address. . . . . . . . . . . . : 192.168.1.109
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 202.101.172.3
192.168.1.1
wired configs:
IP Address. . . . . . . . . . . . : 158.222.31.34
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 158.222.30.254
now i can conneting the wireless network, but wired don't work.
how can i do, by add a route?
my route under windows follows:
route add -p 158.222.0.0 mask 255.255.0.0 158.222.30.254
route add 158.222.2.0 mask 255.255.255.0 158.222.30.254 metric 1 -p
how to add a route?
who can help me?
thanks very much!
|