Re: ppp is broken???

2007-05-10 Thread Nagy László Zsolt
The format of the statement to add is ifconfig_=up where is the NIC's FBSD interface name used by PPPoE that you specified in the /etc/ppp/ppp.conf file. ee /etc/rc.conf # add following statements ifconfig_=up I've not needed to do this, ifconfig_tun0=DHCP#

Re: ppp is broken???

2007-05-10 Thread RW
On Thu, 10 May 2007 10:12:00 +0200 Nagy László Zsolt [EMAIL PROTECTED] wrote: The format of the statement to add is ifconfig_=up where is the NIC's FBSD interface name used by PPPoE that you specified in the /etc/ppp/ppp.conf file. ee /etc/rc.conf # add following

Re: ppp is broken???

2007-05-10 Thread Nagy László Zsolt
Are you using the -ddial option? if you start ppp through rc.conf add ppp_mode=ddial Yes, I was originally using it. Bob said that my rc.conf was obsolete, but he did not say why. Laszo ___ freebsd-questions@freebsd.org mailing list

Re: ppp is broken???

2007-05-08 Thread Nagy László Zsolt
Bob írta: The method you are using is obsolete. The following is all you need. Take special note of rc.conf statements to use. start of DSL ppp.conf ### default: set log Phase tun #use to avoid excessive log sizes set timeout 0

Re: ppp is broken???

2007-05-08 Thread RW
On Mon, 7 May 2007 10:25:20 -0400 Bob [EMAIL PROTECTED] wrote: The format of the statement to add is ifconfig_=up where is the NIC's FBSD interface name used by PPPoE that you specified in the /etc/ppp/ppp.conf file. ee /etc/rc.conf # add following statements ifconfig_=up

ppp is broken???

2007-05-07 Thread Laszlo Nagy
Hi All, I have a FreeBSD 6.2 RELEASE system that connects to the internet with an ADSL connection. (pppoe). After some hours, it gets disconnected and reconnected again. Each time it gets a new IP. The interesting part is that the old IP address remains assigned. Here is an example: tun0:

RE: ppp is broken???

2007-05-07 Thread Bob
: ppp is broken??? Hi All, I have a FreeBSD 6.2 RELEASE system that connects to the internet with an ADSL connection. (pppoe). After some hours, it gets disconnected and reconnected again. Each time it gets a new IP. The interesting part is that the old IP address remains assigned. Here

Re: ppp is broken???

2007-05-07 Thread Nagy László Zsolt
Bob wrote: Add these statements to the end of your ppp.conf file. disable iface-alias# Stop adding old IP address as alias when ppp # redials because line was lost. These old IPs # showed using ifconfig -a on tun0. iface clear #

Re: ppp is broken???

2007-05-07 Thread J.D. Bronson
At 07:53 AM 05/07/2007, =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= wrote: disable iface-alias# Stop adding old IP address as alias when ppp # redials because line was lost. These old IPs # showed using ifconfig -a on tun0. iface clear

RE: ppp is broken???

2007-05-07 Thread Bob
László Zsolt Sent: Monday, May 07, 2007 8:53 AM To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org Subject: Re: ppp is broken??? Bob wrote: Add these statements to the end of your ppp.conf file. disable iface-alias# Stop adding old IP address as alias when ppp

Re: ppp is broken???

2007-05-07 Thread Nagy László Zsolt
Bob wrote: The method you are using is obsolete. The following is all you need. Take special note of rc.conf statements to use. start of DSL ppp.conf ### default: set log Phase tun #use to avoid excessive log sizes set timeout 0