Dataone Broad Band on linux O/S, Connection Problem
For Broadband on Linux System I installed Silan SC92031 ethernet card, pppoe client 3.5-1 i386 and connected the card to
ADSL Modem UT300R2U. I Configured the all above as per
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=Static
IPADDR=192.168.1.1
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
When I try to start the ADSL I found undernoted reply
[root@PSP root]# adsl-start
. Connected!
[root@PSP root]# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.112 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.096 ms
[root@PSP root]# ping 4.2.2.2
PING 4.2.2.2 (4.2.2.2) 56(84) bytes of data.
From 192.168.1.1 icmp_seq=1 Destination Host Unreachable
root@PSP root]# ping google.com
ping: unknown host google.com
[root@PSP root]#
Please Help me
Your LAN card's IP address is 192.168.1.1. I am not familiar with the modem you are using, but a little
google search tells me that the modem's LAN ip address is also 192.168.1.1.
When you ping that IP address, you are just pinging your own LAN card. Using the network GUI, change your LAN card's IP address to something else, e.g. to 192.168.1.10, and try the setup again.
Good luck.