james niland wrote:
> 
> --- Martin <[EMAIL PROTECTED]> wrote:
> 
> > what is the output of 'ifconfig' and 'route' ??
> 
> Hello there
> thanks for this, maybe you can give me a hint
> the ifconfig and route are attached as a text file.
> Once I have logged in, which works with chap and only
> if I set the right PPP address on my side, I can not
> ping my PPP side nor the remote nor the gateway of
> Bigpond.
> Supposedly the telstra gateway is 139.130.85.193.
> and my WAN IP 139.130.85.253 (mask 255.255.255.192)
> but as soon as I log in it says that my PPP adress is
> 139.130.45.129. Has me really confused.
> 
>   ------------------------------------------------------------------------
> ----- ifconfig -----
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
>           UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
>           RX packets:33 errors:0 dropped:0 overruns:0
>           TX packets:33 errors:0 dropped:0 overruns:0
> 
> eth0      Link encap:10Mbps Ethernet  HWaddr 00:00:21:25:62:BA
>           inet addr:192.168.0.25  Bcast:192.168.0.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:625 errors:0 dropped:0 overruns:0
>           TX packets:462 errors:0 dropped:0 overruns:0
>           Interrupt:11 Base address:0x300
> 
> sl0       Link encap:Serial Line IP
>           inet addr:139.130.85.253  P-t-P:139.130.85.193  Mask:255.255.0.0
>           UP POINTOPOINT RUNNING  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0
>           TX packets:0 errors:0 dropped:0 overruns:0
> 
> ppp0      Link encap:Point-Point Protocol
>           inet addr:192.168.0.25  P-t-P:139.130.45.129  Mask:255.255.255.0
>           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
>           RX packets:43 errors:2 dropped:0 overruns:0
>           TX packets:77 errors:0 dropped:0 overruns:0
> 
> ----- route -n -----
> Kernel routing table
> Destination     Gateway         Genmask         Flags MSS    Window Use Iface
> 255.255.255.255 *               255.255.255.255 UH    1500   0        0 eth0
> 139.130.85.193  *               255.255.255.255 UH    1500   0        0 ppp0
> 139.130.85.193  *               255.255.255.255 UH    1500   0        0 sl0
> 139.130.45.129  *               255.255.255.255 UH    1500   0        1 ppp0
> 192.168.0.0     *               255.255.255.0   U     1500   0        3 eth0
> 127.0.0.0       *               255.0.0.0       U     3584   0        2 lo
> default         *               *               U     1500   0       10 ppp0
> default         *               *               U     1500   0        0 sl0


in fact you have two sessions running... the sl0 is a SLIP session and
the ppp0 is a PPP session...

which are you supposed to be running?

the SLIP session has the IPs (139.130.85.253 -> 139.130.85.193) that you
thought you should have...

the PPP session should definately not have an IP of 192.168.0.25 (that
is private address space)...

what configuration did you do to this box?

later
marty

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to