
Problem: Lynx is unable to access document or ping gives "No route to host" but the link is stable!
Solution: Have a look at the output of route -n you should see a refenence specifing a gateway of either your Remote PPP IP and using the adapter/dev of ppp0. If not here is how to fix it. In your /etc/ppp/ip-up file above exit 0 on the last line type:
route del default route add default gw $4 $1 |
Save the file and redial. The problem should be solved.
Problem: Your kernel below 2.4.2 crashes using the Alcatel driver.
Solution: You're probably using a kernel compiled with SMP support either don't use SMP or try here: http://sourceforge.net/project/showfiles.php?group_id=23818
Problem: When PPPd attempts to access the ATM device it crashes.
Configured the kernel module support to ignore kernel version checking
Recompiled SARlib (this is what ultimately fixed it) before recompiling speedtch.o
Recompiled speedtch.o and reinstalled. Et voila!