SilverNodashi
Expert Member
I'm still trying to understand your setup.
So, I presume you have an ADSL / 3G / iBurst modem, with 4 LAN ports, 1 connects to a Windows PC, and the other one to the Linux machine, right?
I can see you have no route, and the network MASK seems strange. Thus, let's try the following. Take a look @ the IP from the windows machine.
Let's say the IP is 172.16.31.220, and the router is 172.16.31.1 then do the following, as root:
Now, try and ping 172.16.31.220 & 172.16.31.1 - see what happens.
Then, try running dhclient eth0, and see what IP address you get
So, I presume you have an ADSL / 3G / iBurst modem, with 4 LAN ports, 1 connects to a Windows PC, and the other one to the Linux machine, right?
I can see you have no route, and the network MASK seems strange. Thus, let's try the following. Take a look @ the IP from the windows machine.
Let's say the IP is 172.16.31.220, and the router is 172.16.31.1 then do the following, as root:
ifconfig eth0 172.16.31.223
route add default gateway 172.16.31.1
Now, try and ping 172.16.31.220 & 172.16.31.1 - see what happens.
Then, try running dhclient eth0, and see what IP address you get