Date: Sat, 20 Nov 2004 01:04:04 +0530 From: Shantanoo Mahajan <shantanoo@gmail.com> To: Mackgirl1976@aol.com Cc: questions@freebsd.org Subject: Re: Problem Message-ID: <20041119193404.GA5513@dhumketu.homeunix.net> In-Reply-To: <105.550d09f9.2ecad5fe@aol.com> References: <105.550d09f9.2ecad5fe@aol.com>
next in thread | previous in thread | raw e-mail | index | archive | help
+++ Mackgirl1976@aol.com [freebsd] [15-11-04 23:03 -0500]: | Instead of a normal dial-up connection, I have to get complicated with a | Point to Point Protocol Over Ethernet Digital Subscriber Line, unfortunately, the | computer doesn't want to cooprate, I'm using FreeBSD version 4.10, and am | assuming that the kernel doesn't need to be reconfigured to support PPPoE. I'm | using the instructions and configuration file from | http://www.daemonnews.org/200101/pppoe.html. | The network card is a Realtek RTL8139/810x 10/100 auto switching fast | ethernet NIC, and shows up as rl0, the bootup device list is at the bottom of this | page. Also, I would like the aforementioned NIC to automatically bring itself | UP on bootup. | | This is what happened while following the instructions from | http://www.daemonnews.org/200101/pppoe.html: | # ls -l /dev/tun? | crw------- 1 root wheel 52, 0 Sep 3 02:14 /dev/tun0 | crw------- 1 root wheel 52, 1 Sep 3 02:14 /dev/tun1 | crw------- 1 root wheel 52, 2 Sep 3 02:14 /dev/tun2 | crw------- 1 root wheel 52, 3 Sep 3 02:14 /dev/tun3 | # edit /etc/ppp/ppp.conf | | | (Beginning of configuration file) | # | # ppp.conf: PPPoE configuration | # | | default: | # PPP over Ethernet | set device PPPoE:rl0 | set speed sync | set mru 1492 | set mtu 1492 | set ctsrts off | | # monitor line quality | enable lqr | | # log just a bit | set log phase tun | | # insert default route upon connection | add default HISADDR | | # download /etc/resolv.conf | enable dns | | papchap: | set authname rxp110 | set authkey (My Password) | (End of configuration file) try putting following: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 before: add default HISADDR Regards, Shantanoo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041119193404.GA5513>