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

ppp0 and "SIOCADDRT: Operation not supported by device"



The NET-3 FAQ says to use the following commands to setup ip masquerading
through ppp0 :

# Network route for ethernet
route add -net 192.168.1.0 netmask 255.255.255.0 eth0
#
# Default route to the rest of the internet.
route add default ppp0
#
# Cause all hosts on the 192.168.1/24 network to be masqueraded.
ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0 


When I run "route add default ppp0", I get an error message, "SIOCADDRT:
Operation not supported by device" ... how can I fix this?

I'm using kernel 2.0.34, ip masquerading is built in and running on eth0
--> eth1... I'm trying to get ppp0 --> eth1 working...

---
Paul Miller <paul@3dillusion.com>
Public PGP key at http://paul.3dillusion.com/pgpkey.txt


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


Reply to: