LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   PPP establish can ping the gateway router but unable to ping the host (https://www.linuxquestions.org/questions/linux-networking-3/ppp-establish-can-ping-the-gateway-router-but-unable-to-ping-the-host-256410/)

deepalalla 11-18-2004 09:10 AM

PPP establish can ping the gateway router but unable to ping the host
 
Hi
I am connecting to remote machine using WvDial 1.4, am able to ping the router configurator but not the host ipaddress
using following configuration
Modem = <modem /dev/tty..>
Init = ATZ
Init2 = ATL0M1X1S0=0
Phone = <phone>
Username = <username>
Password = <password>
Password Prompt = 0
Ask Password = 0
Carrier Check = 0
Stupid Mode = 1

Am able to establish pppd
Note am connecting to host machine via router
Following is output of ifconfig
eth0 Link encap:Ethernet HWaddr 00:0D:9D:CE:00:D8
inet addr:<my local ipaddress> Bcast:3.112.11.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2650779 errors:0 dropped:0 overruns:0 frame:0
TX packets:119510 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:561189086 (535.1 Mb) TX bytes:15018770 (14.3 Mb)
Interrupt:11

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:298372 errors:0 dropped:0 overruns:0 frame:0
TX packets:298372 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:36708746 (35.0 Mb) TX bytes:36708746 (35.0 Mb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:195.0.0.100 P-t-P:195.0.0.254 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1504 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:74 (74.0 b) TX bytes:89 (89.0 b)

no entry is being made in /etc/resolv.conf

output of ping 195.0.0.2 (host machine ip)
PING 195.0.0.2 (195.0.0.2) from (local machine ip and not 195.0.0.100 ) : 56(84) bytes of data.
and machine hangs...


why am i not able to connect to host 195.0.0.2 though am able to ping 195.0.0.254

Deepa


All times are GMT -5. The time now is 09:03 AM.