On Wed, Dec 21, 2005 at 02:54:23AM +0530, Siju George wrote: > > I have two interfaces "rl0" "rl1" > > rl0 has the PPPoE connection and rl1 is connected to the LAN Switch. > > # ifconfig -a > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33224 > groups: lo > inet 127.0.0.1 netmask 0xff000000 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 > rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > lladdr 00:50:fc:7d:4e:50 > media: Ethernet autoselect (100baseTX full-duplex) > status: active > inet6 fe80::250:fcff:fe7d:4e50%rl0 prefixlen 64 scopeid 0x1 > rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > lladdr 00:08:a1:7b:bf:52 > media: Ethernet autoselect (100baseTX full-duplex) > status: active > inet 172.17.1.1 netmask 0xfff00000 broadcast 172.31.255.255 > inet6 fe80::208:a1ff:fe7b:bf52%rl1 prefixlen 64 scopeid 0x2 > pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33224 > pfsync0: flags=0<> mtu 1348 > enc0: flags=0<> mtu 1536 > pppoe0: flags=a851<UP,POINTOPOINT,RUNNING,SIMPLEX,LINK1,MULTICAST> mtu 1492 > dev: rl0 state: session > sid: 0x10f1 PADI retries: 1 PADR retries: 0 time: 00:00:06 > groups: pppoe egress > inet 0.0.0.0 --> 0.0.0.1 netmask 0xffffffff > inet6 fe80::250:fcff:fe7d:4e50%pppoe0 -> prefixlen 64 scopeid 0x7 > > # cat /etc/sysctl.conf |grep inet.ip.forwarding > net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets > # > # cat /etc/mygate > cat: /etc/mygate: No such file or directory > # > # cat /etc/hostname.rl0 > up
you don't need this file, since hostname.pppoe0 effectively brings the interface up > # > # cat /etc/hostname.rl1 > inet 172.17.1.1 255.240.0.0 NONE > # > # cat /etc/hostname.pppoe0 > pppoedev rl0 > !/sbin/ifconfig rl0 up > !/usr/sbin/spppcontrol \$if myauthproto=pap [EMAIL PROTECTED] > myauthkey=zzzzzz > !/sbin/ifconfig \$if inet 0.0.0.0 0.0.0.1 netmask 0xffffffff > !/sbin/route add default 0.0.0.1 > link1 up are you cut'n'paste here? that is not helpful... - the spppcontrol line should all be on one line: you need a `\' otherwise - try `link1 up' -> `up' to debug this - try following the steps in ppp(8). it is easy to set up and debug. it might show some info you are missing. jmc