Re: ppp connection goes down - requires reboot

2012-07-12 Thread Mike Tancsa
On 7/12/2012 10:18 AM, David Banning wrote: > Lately I have a problem where the ppp connection goes down. > Watching the log I see the following; > Jul 12 09:55:13 3s1 ppp[31115]: tun0: Phase: deflink: opening -> dial > Jul 12 09:55:13 3s1 ppp[31115]: tun0: Phase: deflink: dial -> carrier > Jul 12

Re: ppp reconnecting problem

2008-04-28 Thread Malcolm Kay
On Sun, 27 Apr 2008 04:43 pm, Ivan Toman wrote: > >Hello! >I encountered big problem after switching router from gentoo to >freebsd. It does not properly reconnect ADSL link after loosing >connection, for example, when ISP cycle IP address or when I pull out >cable from ADSL sw

Re: ppp reconnecting problem

2008-04-27 Thread Patrick Lamaizière
Le Sun, 27 Apr 2008 09:13:06 +0200, Ivan Toman <[EMAIL PROTECTED]> a __crit : > >Hello! >I encountered big problem after switching router from gentoo to >freebsd. It does not properly reconnect ADSL link after loosing >connection, for example, when ISP cycle IP address or when I p

Re: [PPP] Dialing using a cellphone

2008-02-02 Thread Mel
On Saturday 02 February 2008 17:44:58 Matthias Apitz wrote: > > At boot, FreeBSD recognizes the phone as a USB modem: > > ugen: Samsung Mobile USB Modem, rev. 2.00/1.00, addr 2 > ... > > However, when I try to actually dial out, I get: > > tun0: Warning: chat_Write: Operation not supported by de

Re: [PPP] Dialing using a cellphone

2008-02-02 Thread Matthias Apitz
El día Saturday, February 02, 2008 a las 02:52:08PM +, Alphons Fonz van Werven escribió: > Hi, > > I'm trying to dial in to my phone provider for internet access using my > cellphone (Samsung D900i) connected to a USB port of my computer. > > At boot, FreeBSD recognizes the phone as a USB m

Re: ppp/peers/* files

2007-06-26 Thread Jim Stapleton
Hmm, would it be easier for me to setup a 127.0.0.2 loopback and my gateway, and alway point that to the proper gateway, to make things easier when I'm switching between VPN and no VPN? Thanks -Jim Stapleton On 6/26/07, Artyom Viklenko <[EMAIL PROTECTED]> wrote: On Tue, 26 Jun 2007, Jim Staplet

Re: ppp & dhcp

2007-05-11 Thread WizLayer
- > From: "WizLayer" <[EMAIL PROTECTED]> > To: > Sent: Saturday, May 12, 2007 10:12 AM > Subject: Re: ppp & dhcp I seriously doubt you'll be able to get dhcp client to work that way unless you apply some really ugly hacks to it. :) ppp uses IPCP. See lin

Re: ppp & dhcp

2007-05-11 Thread WizLayer
On Friday 11 May 2007 05:53:18 pm Mulga wrote: > Hi, > I have a very brain dead and full of them self ISP who insist on having a > misconfigured dhcp server. > > One essential peice of infomation is missing from the ppp transaction > "HISADDR" the GW . > > As ppp handles the dhcp side of things int

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 http

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 # ad

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-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_

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-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

RE: ppp is broken???

2007-05-07 Thread Bob
o:[EMAIL PROTECTED] Behalf Of Nagy 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

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 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 Bob
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 # Remove all pr

Re: PPP and resolv.conf

2007-04-18 Thread Lowell Gilbert
"Richard Simmonds" <[EMAIL PROTECTED]> writes: > > > -Original Message- > From: RW [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 1:11 AM > To: freebsd-questions@freebsd.org > Cc: [EMAIL PROTECTED] > Subject: Re: PPP and resolv.con

RE: PPP and resolv.conf

2007-04-18 Thread Richard Simmonds
-Original Message- From: RW [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 1:11 AM To: freebsd-questions@freebsd.org Cc: [EMAIL PROTECTED] Subject: Re: PPP and resolv.conf On Tue, 17 Apr 2007 14:48:25 +0800 "Richard Simmonds" <[EMAIL PROTECTED]> wrote:

Re: PPP and resolv.conf

2007-04-17 Thread RW
On Tue, 17 Apr 2007 14:48:25 +0800 "Richard Simmonds" <[EMAIL PROTECTED]> wrote: > > >How can I stop ppp from modifying my /etc/resolv.conf? > >Everytime I establish a pppoe session, my resolv.conf file gets > reconfigured to my ISPs DNS Servers. > > It's dhclient, not ppp that's modding the fi

Re: PPP and resolv.conf

2007-04-17 Thread Ivan Carey
Daniel Marsh wrote: On 4/17/07, Ansar Mohammed <[EMAIL PROTECTED]> wrote: How can I stop ppp from modifying my /etc/resolv.conf? Everytime I establish a pppoe session, my resolv.conf file gets reconfigured to my ISPs DNS Servers. You could make resolv.conf to what you want it to be and then

Re: PPP and resolv.conf

2007-04-16 Thread Daniel Marsh
On 4/17/07, Ansar Mohammed <[EMAIL PROTECTED]> wrote: How can I stop ppp from modifying my /etc/resolv.conf? Everytime I establish a pppoe session, my resolv.conf file gets reconfigured to my ISPs DNS Servers. You could make resolv.conf to what you want it to be and then do: chflags schg /etc

Re: ppp interruption

2007-02-06 Thread Peter
Le Mercredi 7 Février 2007 02:10, Brian Walker a écrit : > Greetings all, > > Problem with maintaining the internet connection: on startup I do: > > # ppp -ddial internet > > and all is well. It may be 2 days, it may be one hour later I fail to > connect to mail and internet. When I check the conne

Re: ppp not starting at boot

2006-06-23 Thread Pablo Mora
On 6/21/06, Michael P. Soulier <[EMAIL PROTECTED]> wrote: On 20/06/06 Michael P. Soulier said: > Hey people, > > I had a power failure today (there goes my uptime) that lasted longer than my > UPS, and when the box came back up, my PPPoE connection did not. > > # Enable PPPoE > ppp_enable="YES"

Re: ppp not starting at boot

2006-06-23 Thread Michael P. Soulier
On 21/06/06 Matthias Fechner said: > > # Enable PPPoE > > ppp_enable="YES" > > ppp_mode="ddial" > > ppp_nat="YES" > > ppp_profile="storm" > > > > Is this not correct? Should this not cause ppp to be started, using the > > "storm" profile, at boot? > > > > I had to do it manually via > > > > ppp

Re: ppp not starting at boot

2006-06-21 Thread Matthias Fechner
Hello Michael, * Michael P. Soulier <[EMAIL PROTECTED]> [20-06-06 19:32]: > # Enable PPPoE > ppp_enable="YES" > ppp_mode="ddial" > ppp_nat="YES" > ppp_profile="storm" > > Is this not correct? Should this not cause ppp to be started, using the > "storm" profile, at boot? > > I had to do it manual

Re: ppp not starting at boot

2006-06-21 Thread Michael P. Soulier
On 20/06/06 Michael P. Soulier said: > Hey people, > > I had a power failure today (there goes my uptime) that lasted longer than my > UPS, and when the box came back up, my PPPoE connection did not. > > # Enable PPPoE > ppp_enable="YES" > ppp_mode="ddial" > ppp_nat="YES" > ppp_profile="storm" >

Re: ppp and pf interacting badly?

2006-01-27 Thread cpghost
On Fri, Jan 27, 2006 at 07:12:14PM -0500, Peter wrote: > --- cpghost <[EMAIL PROTECTED]> wrote: > > Is there any way to tell pf startup script to wait for ppp > > until all needed interfaces have really come up? > > >From the OpenBSD 3.8 manpage (should be good for you): > > Host name resolution

Re: ppp and pf interacting badly?

2006-01-27 Thread Peter
--- cpghost <[EMAIL PROTECTED]> wrote: > Hello, > > has anyone else seen this strange interaction between > (user-)ppp and pf (on RELENG_6)? > > When configuring tun0 as external interface in pf.conf, > pf won't start when booting, because ppp has not yet had > time to initialize tun0. Result i

Re: PPP setup through OS X

2005-10-21 Thread Eric F Crist
On Oct 20, 2005, at 8:53 AM, Lowell Gilbert wrote: Live-Wire <[EMAIL PROTECTED]> writes: I'm going to be connecting my 5.4 box w/ no monitor to my network, but before I move it to the router area I want to make sure I'll be able to change the network configuration without lugging the box ba

Re: PPP setup through OS X

2005-10-20 Thread Lowell Gilbert
Live-Wire <[EMAIL PROTECTED]> writes: > I'm going to be connecting my 5.4 box w/ no monitor to my network, but > before I move it to the router area I want to make sure > I'll be able to change the network configuration without lugging the > box back to where I can plug it into a monitor. Is there

Re: PPP tunnel problem!

2005-09-16 Thread Lowell Gilbert
Felix Chang <[EMAIL PROTECTED]> writes: > Hi, > >I am using the FreeBSD to become the NAS so that > can provide PPPoE and PPP services to the clients > which is worked with the Radius. I have successfully > started the PPP and PPPoE services and connected to > the internet with the authentica

Re: PPP Dialin Server Problem - > Can you help me?

2005-06-14 Thread Bob Bomar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 baijumb wrote: | | | | Dear Sir, | | | | I have PPPDial-In Server communication problem. Can you give me an guideline where I missed or doing wrong ? | | | | | | Linux Ver. : Read Hat (rel.11) Fedora Linux 2 You will n

Re: ppp filling /var

2005-06-03 Thread James
On Thursday 02 June 2005 06:53 pm, Matthew Emmerton wrote: > On Thu, 2 Jun 2005, James wrote: > > On Thursday 02 June 2005 07:30 am, Dmitry Mityugov wrote: > >> On 6/2/05, James <[EMAIL PROTECTED]> wrote: > >>> Forgot to include this: > >>> > >>> FreeBSD 4.11-RELEASE-p2 #3 > >>> > >>> # cat ppp.con

Re: ppp filling /var

2005-06-02 Thread Matthew Emmerton
On Thu, 2 Jun 2005, James wrote: On Thursday 02 June 2005 07:30 am, Dmitry Mityugov wrote: On 6/2/05, James <[EMAIL PROTECTED]> wrote: Forgot to include this: FreeBSD 4.11-RELEASE-p2 #3 # cat ppp.conf: default: set device PPPoE:ed0 set speed sync set mru 1492

Re: ppp filling /var

2005-06-02 Thread James
On Thursday 02 June 2005 07:30 am, Dmitry Mityugov wrote: > On 6/2/05, James <[EMAIL PROTECTED]> wrote: > > Forgot to include this: > > > > FreeBSD 4.11-RELEASE-p2 #3 > > > > # cat ppp.conf: > > > > default: > > set device PPPoE:ed0 > > set speed sync > > set mru 1492 > >

Re: ppp filling /var

2005-06-02 Thread James
On Thursday 02 June 2005 07:21 am, Alex Zbyslaw wrote: > James wrote: > >After ppp runs for a few days: > > > ># df > >FilesystemSize Used Avail Capacity Mounted on > >/dev/ad0s1a 126M49M67M42%/ > >/dev/ad0s1f 252M18K 232M 0%/tmp > >/dev/ad0s1g 8.1G 1.1

Re: ppp filling /var

2005-06-02 Thread Dmitry Mityugov
On 6/2/05, James <[EMAIL PROTECTED]> wrote: > Forgot to include this: > > FreeBSD 4.11-RELEASE-p2 #3 > > # cat ppp.conf: > > default: > set device PPPoE:ed0 > set speed sync > set mru 1492 > set mtu 1492 > set ctsrts on > #enable dns > enab

Re: ppp filling /var

2005-06-02 Thread Alex Zbyslaw
James wrote: After ppp runs for a few days: # df FilesystemSize Used Avail Capacity Mounted on /dev/ad0s1a 126M49M67M42%/ /dev/ad0s1f 252M18K 232M 0%/tmp /dev/ad0s1g 8.1G 1.1G 6.4G15%/usr /dev/ad0s1e 252M 252M -20.0M 109%/var <--

Re: ppp filling /var

2005-06-02 Thread Vizion
On Thursday 02 June 2005 05:06, the author James contributed to the dialogue on- Re: ppp filling /var: >On Thursday 02 June 2005 04:52 am, Vizion wrote: >> On Thursday 02 June 2005 04:47, the author James contributed to the >> dialogue on- >> >> ppp filling /va

RE: ppp filling /var

2005-06-02 Thread fbsd_user
Your post subject says that ppp is filling up /var but then in the body of your post you say that /var/log is not being filled. Change the subject to be more meaningful. This is not a ppp problem but allocated HD space problem. ___ freebsd-questions@free

Re: ppp filling /var

2005-06-02 Thread James
On Thursday 02 June 2005 04:52 am, Vizion wrote: > On Thursday 02 June 2005 04:47, the author James contributed to the > dialogue on- > > ppp filling /var: > >After ppp runs for a few days: > > > ># df > >FilesystemSize Used Avail Capacity Mounted on > >/dev/ad0s1a 126M49M67M

Re: ppp filling /var

2005-06-02 Thread James
Forgot to include this: FreeBSD 4.11-RELEASE-p2 #3 # cat ppp.conf: default: set device PPPoE:ed0 set speed sync set mru 1492 set mtu 1492 set ctsrts on #enable dns enable lqr set log phase tun add default HISADDR dsl:

Re: ppp filling /var

2005-06-02 Thread Vizion
On Thursday 02 June 2005 04:47, the author James contributed to the dialogue on- ppp filling /var: >After ppp runs for a few days: > ># df >FilesystemSize Used Avail Capacity Mounted on >/dev/ad0s1a 126M49M67M42%/ >/dev/ad0s1f 252M18K 232M 0%/tmp >/dev

RE: PPP

2005-05-04 Thread fbsd_user
There is a better description of using 'user ppp' to do what you want in this Install guide. http://www.unixguide.net/freebsd/fbsd_installguide/index.php -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pipek Thomas Sent: Wednesday, May 04, 2005 8:08 AM To:

Re: PPP slows down the system

2005-04-18 Thread Emil Khatib
Hey! this seems to work properly. At least by the moment. It works even better than when i was disconnected :P. Thanks a lot On 4/17/05, Jonathan Chen <[EMAIL PROTECTED]> wrote: > On Sun, Apr 17, 2005 at 09:04:11PM +0200, Emil Khatib wrote: > > Hi everybody. > > I'm using a 56k connection to acces

Re: PPP slows down the system

2005-04-17 Thread Jonathan Chen
On Sun, Apr 17, 2005 at 09:04:11PM +0200, Emil Khatib wrote: > Hi everybody. > I'm using a 56k connection to access the Internet. I'm using user PPP, > and everytime I dial up, everything works too slow. At least X works > quite bad (and so KDE). When I try "startx", it freezes for a few > seconds

Re: PPP slows down the system

2005-04-17 Thread Emil Khatib
On 4/17/05, Hexren <[EMAIL PROTECTED]> wrote: > > Hi everybody. > > I'm using a 56k connection to access the Internet. I'm using user PPP, > > and everytime I dial up, everything works too slow. At least X works > > quite bad (and so KDE). When I try "startx", it freezes for a few > > seconds and t

Re: PPP slows down the system

2005-04-17 Thread Hexren
> Hi everybody. > I'm using a 56k connection to access the Internet. I'm using user PPP, > and everytime I dial up, everything works too slow. At least X works > quite bad (and so KDE). When I try "startx", it freezes for a few > seconds and then it starts and takes a long time to load KDE. Also,

RE: ppp conf

2005-03-29 Thread bob
t: Tuesday, March 29, 2005 8:56 PM To: freebsd-questions@freebsd.org Subject: Re: ppp conf Dear All, I Just add 9 in front of the set phone, but i still cannot connect to isp. Log say " No Dialtone". But if i dial direct using telephone i can dial out to isp and same result if i test

Re: ppp problems with routing

2005-03-29 Thread J65nko BSD
On Mon, 28 Mar 2005 19:13:47 -0500, PS <[EMAIL PROTECTED]> wrote: > Hello I use freeBSD 4.11 with pppoe. > I used almost default ppp.conf (as in freebsd handbook) for dynamic ip. > my config is here http://block111.servehttp.com/ppp.conf > Twice a day I restart ppp from cron with `killall -INT ppp`

Re: ppp conf

2005-03-29 Thread RdBSD
Dear All, I Just add 9 in front of the set phone, but i still cannot connect to isp. Log say " No Dialtone". But if i dial direct using telephone i can dial out to isp and same result if i test with windows. Please help me. i use pabx and i have to dial 9 first to dial out. Thanks for your ans

RE: ppp conf

2005-03-29 Thread bob
Just add the 9 to front of phone number you code in ppp.conf for ISP. Read this http://freebsd.packards-home.net/index.php -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of RdBSD Sent: Tuesday, March 29, 2005 2:59 AM To: freebsd-questions@freebsd.org Subje

Re: ppp problems with routing

2005-03-28 Thread Mike Tancsa
At 10:20 PM 28/03/2005, PS wrote: Mike Tancsa wrote: On Mon, 28 Mar 2005 19:13:47 -0500, in sentex.lists.freebsd.questions you wrote: My isp gives free bandwidth from x till y, provided that a connection starts after x and finishes before y... so, my smart freebsd pc sends every day INT to ppp to

Re: ppp problems with routing

2005-03-28 Thread PS
Mike Tancsa wrote: On Mon, 28 Mar 2005 19:13:47 -0500, in sentex.lists.freebsd.questions you wrote: Hello I use freeBSD 4.11 with pppoe. I used almost default ppp.conf (as in freebsd handbook) for dynamic ip. my config is here http://block111.servehttp.com/ppp.conf Twice a day I restart ppp from

Re: ppp problems with routing

2005-03-28 Thread Mike Tancsa
On Mon, 28 Mar 2005 19:13:47 -0500, in sentex.lists.freebsd.questions you wrote: >Hello I use freeBSD 4.11 with pppoe. >I used almost default ppp.conf (as in freebsd handbook) for dynamic ip. >my config is here http://block111.servehttp.com/ppp.conf >Twice a day I restart ppp from cron with `kill

Re: PPP routing failure [fixed]

2005-03-18 Thread Peter C. Lai
Yes it was a sleep issue (and not the sleep(2) kind haha). *facepalm* Apparently the POP uses a 2 stage authentication process. First, you use unix/slip style authentication after which the POP then initiates CHAP. I had specified the inccorect password for CHAP but after the initial autentication

RE: PPP routing failure

2005-03-18 Thread bob
Check out the install guide at http://www.unixguide.net/freebsd/fbsd_installguide/index.php it has the best step by step instructions for using userppp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter C. Lai Sent: Thursday, March 17, 2005 8:37 PM To: f

Re: PPP Connection.

2005-02-25 Thread Andrew L. Gould
On Friday 25 February 2005 03:47 pm, Peterhin wrote: > OK here is what I get when I > 'ps ax | grep ppp' > > '202 ?? ls 0:00.04 /usr/sbin/ppp -quiet -auto -nat papchap' > > FYI. the modem does disconnect after the '300sec'. > and I can re-dial to get the connection again, so that all works > fine.

Re: PPP Connection.

2005-02-25 Thread Andrew L. Gould
On Friday 25 February 2005 02:12 pm, Peterhin wrote: > On February 25, 2005 14:09, you wrote: > > On Fri, Feb 25, 2005 at 12:11:34PM -0500, Peterhin wrote: > > > I have 5.3 installed, and am trying to get my dial-up going. > > > In the handbook under 21.2.1.2 when I try to do a > > > 'cd /dev

Re: PPP Connection.

2005-02-25 Thread Peterhin
On February 25, 2005 14:09, you wrote: > On Fri, Feb 25, 2005 at 12:11:34PM -0500, Peterhin wrote: > > I have 5.3 installed, and am trying to get my dial-up going. > > In the handbook under 21.2.1.2 when I try to do a > > 'cd /dev' > > 'sh MAKEDEV tun0' > > I get "can't open makedev: No su

RE: PPP Connection.

2005-02-25 Thread Hauan David A
-Original Message- From: Jonathan Chen [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 11:09 AM To: Peterhin Cc: freebsd-questions@freebsd.org Subject: Re: PPP Connection. On Fri, Feb 25, 2005 at 12:11:34PM -0500, Peterhin wrote: > I have 5.3 installed, and am trying to

Re: PPP Connection.

2005-02-25 Thread Jonathan Chen
On Fri, Feb 25, 2005 at 12:11:34PM -0500, Peterhin wrote: > I have 5.3 installed, and am trying to get my dial-up going. > In the handbook under 21.2.1.2 when I try to do a > 'cd /dev' > 'sh MAKEDEV tun0' > I get "can't open makedev: No such file or directory" The 5.x series uses a devfs files

Re: PPP providors (partial success!)

2005-02-24 Thread Bob Johnson
Peter C. Lai wrote: >I signed up for netscape, becauase hey, it's 1 month free trial anyway. So >technically, I'm an AOL luser now *hangs head in shame* :-/ (after logging >into the POP, you end up on AOL). The good thing is, I can use the vanilla >windows DUN with MS CHAP authentication, so afte

Re: PPP providors (partial success!)

2005-02-24 Thread Peter C. Lai
I signed up for netscape, becauase hey, it's 1 month free trial anyway. So technically, I'm an AOL luser now *hangs head in shame* :-/ (after logging into the POP, you end up on AOL). The good thing is, I can use the vanilla windows DUN with MS CHAP authentication, so after I get freebsd setup, I

Re: PPP providors

2005-02-22 Thread Mike Hauber
On Monday 21 February 2005 04:28 pm, Peter C. Lai wrote: > I need a temporary 56K providor until I get broadband installed > at a new location. Do any of the commercially advertised ones > (netscape, netzero, peoplepc, earthlink) support using regular > PPP, or am I forced to use their dialer in wi

Re: PPP providors

2005-02-21 Thread Michael C. Shultz
On Monday 21 February 2005 01:28 pm, Peter C. Lai wrote: > I need a temporary 56K providor until I get broadband installed at a > new location. Do any of the commercially advertised ones (netscape, > netzero, peoplepc, earthlink) support using regular PPP, or am I > forced to use their dialer in wi

Re: ppp -auto my_provider

2005-02-02 Thread Tom Huppi
On Wed, 2 Feb 2005, Alexander Bubnov wrote: > could you help me, please? (I have FreeBSD 5.3) > > this question: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/ppp.html#PPP-AUTO-NOREASONDIAL > > Why does ppp(8) dial for no reason in -auto mode? I've fought the same irritating issue now

More info (Re: ppp dialin problems: mgetty and ppp.conf)

2005-01-17 Thread Timothy Luoma
[more information on the problems originally outlined at http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/ 072284.html ] updated summary: dialing into FreeBSD box sometimes fails to provide a connection to the Internet, however, it appears that if I maintain the connection

Re: ppp (56kbs dialup) not keeping logs

2004-12-16 Thread Ben Washington-Yule
Ben Washington-Yule wrote: ppp is playing up and I thought I'd have a look through the log file to try and find the cause. Problem is that ppp.log was to big so I deleted it thinking that ppp would just create a new one next time. It didn't. I need a log file to look at. How? Cheers, Ben. _

Re: ppp(8) and dhclient(8)

2004-12-14 Thread Chuck Swiger
Andrew P. wrote: I have a FreeBSD-4.10 host in my network. It's interface is DHCP-configured with a local ip-address, a dns server and a default route. The network is not connected to Internet, so the dns server resolves only local names and the default router only routes local packets. The hos

Re: PPP takes the system over :(

2004-05-23 Thread Sergey Zaharchenko
On Sun, May 23, 2004 at 09:36:16AM +0400, -=Nihr0M=- probably wrote: > Hello Lowell Gilbert! > > Yes, I have a vterminal open (konsole), but it does change nothing... > I can open another virtual term, but only when my network activity is > close to zero. If you mean the 'k' in 'konsole', that

Re: PPP takes the system over :(

2004-05-22 Thread -=Nihr0M=-
Hello Lowell Gilbert! Yes, I have a vterminal open (konsole), but it does change nothing... I can open another virtual term, but only when my network activity is close to zero. #top last pid: 660; load averages: 0.07, 0.11, 0.08 up 0+00:13:55 09:33:10 47 processes: 3 runni

Re: PPP takes the system over :(

2004-05-22 Thread Lowell Gilbert
"-=Nihr0M=-" <[EMAIL PROTECTED]> writes: > Hello, I have a 5.2.1-Release. > > The problem is, when I start PPP -auto and my modem > connects, when tcp transaction is going (e.g I download a file or open > a web page...) I'm not able to run any other > program (it seems like comp 'freezes'). That

RE: PPP takes the system over :(

2004-05-22 Thread JJB
Based on the very little info you posted, here is the same level of reply. You have your system configured incorrectly. Now is that reply useful? About as useful as your question is. Nobody here has ESP so they can not remotely read your mind or the contents or your system's config files. When as

Re: PPP

2004-05-05 Thread Kevin D. Kinsey, DaleCo, S.P.
xavier collot wrote: Hi!! In the FreeBSD handbook, the chapter 18.3.3 talk about the file /etc/ppp/options. I think I must create it and copy that it's written in the handbook concerning this file but I'm not sure. Xavier That is correct, oui Kevin Kinsey DaleCo, S.P. ___

Re: PPP

2004-04-23 Thread Matthew Seaman
On Fri, Apr 23, 2004 at 10:18:19AM +0200, xavier collot wrote: > Hi! > I'm french and don't understand the chapter 18.2.1.2 (Creating PPP device Nodes) in > the freeBSD handbook. Yes. It's a pity that http://www.fr.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/userppp.html hasn't finishe

Re: PPP authentification

2004-04-20 Thread Bill Moran
xavier collot wrote: Hi!! ( I'm french so I'm sorry if my English isn't good) I have 3 computers : the first one is on Linux (mandrake 9.1) the second is on Windows XP and the third is a server on FreeBSD I try to make a link between the server and the others and I want that when a user wants t

Re: PPP connections drop frequently and won't automatically come up again

2004-04-19 Thread Cordula's Web
Mon, 19 Apr 2004 00:08:13 +0200, Guido Winkelmann <[EMAIL PROTECTED]>: > I am using a small FreeBSD machine as a NAT router (and for a few other > purposes) for an ADSL connection for my home network. I am using the user > space ppp program with the -ddial and the -nat switch for this. > > The

Re: PPP in 5.1

2004-04-18 Thread Robert Storey
Dear Noir, For me to get kppp working, I did the following: create empty /etc/resolv.conf chmod 640 /etc/resolv.conf create /etc/ppp/options with this content: # Options file for PPPD defaultroute crtscts modem deflate 12,12 predictor1 vj-max-slots 16 user lock idle 600 The

Re: ppp problems : Modem connection issues on FreeBSD 5.2.1

2004-04-14 Thread Niraj Kumar
Niraj Kumar wrote: JJB wrote: First of all you are using an development version of Freebsd which I did a bit of tweaking to compile this program (which was for openbsd) . I will post ppp.conf in next mail .(I am currently away from that machine) . For me ,the problem appears to be in ppp

Re: ppp problems : Modem connection issues on FreeBSD 5.2.1

2004-04-13 Thread Niraj Kumar
JJB wrote: First of all you are using an development version of Freebsd which has major kernel differences such as addition of kernel threading and an completely new file system, besides a bunch of known bugs. Second that web page you reference only says it has been tested on openbsd and that it's

Re: PPP Question - should be easy...

2004-03-17 Thread Sergey 'DoubleF' Zaharchenko
Somewhere around then, "Chris Knipe" <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I was just wondering, I run ppp from rc.conf with -ddial, and it is > > working brilliantly. However, > > I need to change ppp configurations quite frequently, is there a > > quick way to tell ppp to reload > > th

RE: PPP Question - should be easy...

2004-03-14 Thread JJB
Killall ppp followed by ppp -ddial xxx Where xxx is the section header name in the ppp.conf you want to exec. User ppp always reads the default: section name, just add other section names containing your different values. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: ppp server: arp proxy things? (re-post)

2004-02-27 Thread Maksim Yevmenkin
Hello, [...] > Now to what I can understand, the biggest problem is the proxy arp. I can > have bc compuerts connects to bs, but I cannot let them access other hosts > on the LAN. A true example: bc1 is 10.0.0.11, on the other side of the > tunnel is 10.0.0.10 (bs). bs also have a NIC address

RE: ppp idle timer

2004-01-04 Thread Karl Juchen
Hi! fbsd_user wrote: > I have been reading this list for 4 years and your post is the first > on any body trying to use 'user ppp' filter rules. > I read about them when I setup my own user ppp dial out to ISP over > voice phone modem, tried to use them, but they have no way to verify > the rules

RE: ppp setup

2003-12-12 Thread marcelo cardoso martinelli
ice you told it to use was never > found at boot time. > > -Original Message- > From: marcelo cardoso martinelli > [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2003 12:35 PM > To: [EMAIL PROTECTED] > Subject: RE: ppp setup > > > --- fbsd_us

Re: PPP redial

2003-12-03 Thread Lowell Gilbert
"Cole" <[EMAIL PROTECTED]> writes: > I would like to know whether anyone has any idea on how to set the > redial option in ppp on freebsd to no-redial. I have checked the > man page and tried various options. Setting the redial number to 0, > means infinite redials, till it connects. I dont want

Re: ppp link always dials when started with -auto?

2003-11-06 Thread David Carter-Hitchin
Hi, With lots of help from John Chung I eventually fixed this problem - it was because ipv6 was configured. I've disabled that in the kernel (I survived without it for years, so no reason to have it as part of my upgrade). I clocked up about 15 hours trying to debug this problem - that would hav

Re: ppp confusion

2003-10-10 Thread Jeff Penn
On Thu, Oct 09, 2003 at 05:20:11PM +1000, nevle wrote: > I made the changes you suggested and seemed to be connected (full modem > lights) but couldn't log-on to any site(using Lynx),tried to "ping -c > 204.216.27.18" ,and got "invalid count of packets to transmit..." > ##ppp.conf etc ... > add

RE: ppp confusion

2003-10-08 Thread fbsd_user
You have problem with your ppp.conf. The ppp.log shows that you have an error tun0: Command: default: papchap: tun0: Warning: papchap:: Invalid command tun0: Warning: papchap:: Failed 1 But the most enlightening info from the log is Oct 8 15:34:19 nevsbsd ppp[527]: tun0: Chat: deflink: Dial attem

Re: ppp confusion

2003-10-08 Thread Adam McLaurin
On Wed, 8 Oct 2003 21:30:24 +1000 nevle <[EMAIL PROTECTED]> wrote: > Hi, > thanks for your reply,dmesg.boot,ppp.conf and ppp.log files are below.The man > ppp seems to be saying that I connect with ppp -ddial myisp, is this > correct?My modem is Simplecomputing netexpress 56K external modem.Hope

Re: ppp shell command and MYADDR

2003-10-07 Thread rduvall
I fixed the problem... It seems that I cannot specify my shell command within ppp.conf, I have to use a ppp.linkup file and specify from within there. It works correctly now. Sincerely, Rick Duvall --- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have configured ppp to bring up my ADSL co

Re: ppp shell command and MYADDR

2003-10-07 Thread Eric Dillenseger
On Tue, Oct 07, 2003 at 01:28:09PM -0700, rduvall @ onlinehighways. net wrote: > How do I get it to write the address assigned? Using ppp.linkup comes to my mind with something like ifconfig tun0 | grep inet | awk '{print $2}' > test.txt -- > Enfin vivement les procs optique qui ne chaufferont p

Re: ppp

2003-10-07 Thread Kliment Andreev
> I need to be able to tell the modem not to detect a > dial tone when using ppp. > After typing 'AT' I get 'OK'. After 'ATDT1234567' I > get 'NO DIAL TONE' > I'd like to use NAT to connect machines in my LAN to > the net. Is there > any command that I can give it in ppp.conf to tell it > not to de

RE: ppp

2003-10-07 Thread fbsd_user
Your question is not clear. Are you trying to use ppp to dial out to your ISP to get internet access OR are you trying to get ppp to answer an in coming call to your FBSD box? You have to provide more details about your configuration before people can help you, we do not have ESP to read your mind

RE: ppp confusion

2003-10-07 Thread fbsd_user
You need to readman ppp some more. Using the form of the command "ppp -auto myisp" puts ppp in silence mode, you will not get an console messages that ppp is "on", you have to look in the /var/log/ppp.log for your log messages. Use just "ppp" command alone to go into manual mode and then y

RE: PPP modem init string

2003-09-25 Thread fbsd_user
engine I have found http://freebsd.rambler.ru/ Give it a try. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel Rudy Sent: Thursday, September 25, 2003 12:17 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: PPP modem init string Somewhere around

Re: PPP modem init string

2003-09-25 Thread Jud
On Wed, 24 Sep 2003 21:16:57 -0700, Daniel Rudy <[EMAIL PROTECTED]> wrote: [snip] I think that the mail archive search engine is broken. No matter what I try for a search query, it never finds anything. http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=mailing.freebsd.questions> Choosing

  1   2   >