From: alvin@bach.rutgers.edu (Alvin Garcia) Subject: /etc/route after setting up SLIP with DIP Date: 8 Jul 1993 03:32:01 GMT
Could somebody who has SLIP up and running tell me what /etc/route
returns after entering SLIP mode in DIP? It seems that even after I
do the following:
# /etc/route del <address of SLIP server>
# /etc/route add default sl0 gw <address of SLIP server>
/etc/route (with no arguments) tells me that destination "default" is
using Iface (interface) "lo". Shouldn't it be using interface sl0, as
I specified above? Thanks for any suggestions.