[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ISDN w/Debian



>> "SS" == Shiraz Sayani <Shiraz.Sayani@Bigfoot.com> writes:

SS> pppbind name [devicenum]   PPP, bind interface to ippp-device
SS> (exclusive)

SS> and my old setup used 'isdnctrl pppbind 0', so I tried both 0 and
SS> ippp0 as the parametr,

0 is correct.

SS> but although the connection to the ISP is made,
SS> I cannot access anything via ppp e.g.

SS> Bert# ping 195.121.1.34
SS> PING 195.121.1.34 (195.121.1.34): 56 data bytes
SS> (HiSax driver detected)
SS> ping: sendto: Network is unreachable
SS> ping: wrote 195.121.1.34 64 chars, ret=-1

Looks like you don't have a default route set. 

$ /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.201      0.0.0.0         255.255.255.255 UH    0      0        0 ippp1
194.8.216.198   0.0.0.0         255.255.255.255 UH    0      0        0 ippp0
192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0       97 lo
0.0.0.0         194.8.216.198   0.0.0.0         UG    0      0        3 ippp0

The last line is the default route.

Your /etc/isdn/ipppd.ippp0 should read:

debug
lcp-restart 1
noaccomp           
nopcomp       
novj          
novjccomp     
nobsdcomp  
nodeflate  
nopredictor1 
noccp        
-ac
-pc
noipdefault
defaultroute
mru 1524

and some lines about chap authentication (I only know pap).

Ciao,
	Martin


--  
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: