Re: ppp over direct serial link

2003-08-14 Thread Sean Estabrooks
On Sun, 10 Aug 2003 12:27:47 -0700 "R. McFarlane" <[EMAIL PROTECTED]> wrote: > At 02:49 AM 8/10/2003, Sean Estabrooks wrote : > > >Hmmm.. the laptop should have an IP address _and_ netmask that match the > >ethernet subnet you're trying to join via proxy ARP. This is the most > >common cause of

Re: ppp over direct serial link

2003-08-14 Thread R. McFarlane
that might be all you need. Cheers, Sean My thoughts too. :) cat /etc/mgetty+sendfax/login.config /AutoPPP/ - a_ppp /usr/sbin/pppd file /etc/ppp/options cat /etc/ppp/options updetach crtscts local noauth netmask 255.0.0.0 asyncmap 0 passive debug modem proxyarp lock cat

Re: ppp over direct serial link

2003-08-14 Thread R. McFarlane
client machine too. Doh! I put that in by accident. I had it removed in an earlier config. The client is a old Apple PowerBook 270c running MacOS 7.6.1 using FreePPP and OT/PPP. Ok, so the client machine successfully gets the 10.0.0.2 ip address? Yup. What is your ethernet card IP address and

Re: ppp over direct serial link

2003-08-14 Thread Sean Estabrooks
> Kernel IP routing table > Destination Gateway > Genmask Flags Metric Ref Use Iface > 24.108.132.0* 255.255.252.0 U 0 0 0 > eth0 > 127.0.0.0 * 255.0.0.0 U 0 > 0

Re: ppp over direct serial link

2003-08-14 Thread Sean Estabrooks
> > cat /etc/ppp/options > > updetach > crtscts > local > noauth > netmask 255.0.0.0 > asyncmap 0 > passive > debug > modem > proxyarp > lock > Although it appears to not be causing you any problems the local and modem options are mutually exclu

Re: ppp over direct serial link

2003-08-14 Thread R. McFarlane
At 02:49 AM 8/10/2003, Sean Estabrooks wrote : Hmmm.. the laptop should have an IP address _and_ netmask that match the ethernet subnet you're trying to join via proxy ARP. This is the most common cause of the error you're seeing. You'll still need to give the laptop a default gateway to ventu

Re: ppp over direct serial link

2003-08-11 Thread R. McFarlane
At 02:46 PM 8/10/2003, Sean Estabrooks, had this to say : Ok, this looks like the problem. Proxyarp works by adding an entry to the ethernet device to "publish" the ip address of the client machine. Therefore instead of using 10.0.0.[12] you would have to use something in the 24.108.132.0 range

Re: ppp over direct serial link

2003-08-10 Thread Sean Estabrooks
I also can make a successful ppp connection with this same laptop > to my RHL 7.2 box BUT on the laptop the netmask and router/default gateway > are empty. However, I can connect from the laptop to my RHL 7.2 box on this > same ppp connection BUT i can not go any farther. I do have the p

ppp over direct serial link

2003-08-10 Thread R. McFarlane
Hi list, I did a search on Google, RedHat and the list archives but did not find any answers to my nagging problem. I can successfully access my RHL7.2 login prompt over a null modem direct serial link from my laptop using a terminal program. I also can make a successful ppp connection with

Re: couldn't establish ppp connection

2003-07-13 Thread nlimbu
have reinstalled pppd also but the case is still same. Is this any problem or is it normal? Nabin Limbu On 13 Jul 2003 at 16:00, Edward Dekkers wrote: > > > [EMAIL PROTECTED] wrote: > > Hi all, > > > > My problem: > > > > In RH 8, while trying to estab

Re: couldn't establish ppp connection

2003-07-13 Thread Edward Dekkers
[EMAIL PROTECTED] wrote: Hi all, My problem: In RH 8, while trying to establish dialup connection via ppp-on script, I got following error message in /var/log/message. It seems that ppp server is expecting for login and ppp client is not able to send username. How can I solve the problem. I

couldn't establish ppp connection

2003-07-12 Thread nlimbu
Hi all, My problem: In RH 8, while trying to establish dialup connection via ppp-on script, I got following error message in /var/log/message. It seems that ppp server is expecting for login and ppp client is not able to send username. How can I solve the problem. I know that I have correctly

Re: ppp-compress-21

2003-06-24 Thread Michael Mansour
I have the following in my modules.conf: alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate But I still get that error upon each dialup. But from what I remember since Red Hat doesn't have bsd_comp.o in the RH8 and 9 series, you have to compil

Re: ppp-compress-21

2003-06-24 Thread Edward Dekkers
I have not had to use the bsd_comp module for quite a while. I believe it has been replaced with ppp_deflate. Are you sure you have not enabled bsd_comp somewhere in your ppp configs? If you absolutly have to use the bsd_comp module, then you will probably have to re-compile the kernel and enable

RE: ppp-compress-21

2003-06-24 Thread Cowles, Steve
> -Original Message- > From: Edward Dekkers > Sent: Tuesday, June 24, 2003 7:51 PM > Subject: ppp-compress-21 > > > I can't see it but probably blindingly obvious. > > I'm getting the can't locate module ppp-compress-21 error. > > in my

ppp-compress-21

2003-06-24 Thread Edward Dekkers
I can't see it but probably blindingly obvious. I'm getting the can't locate module ppp-compress-21 error. in my modules.conf I DO have the line: alias ppp-compress-21 bsd_comp when I do a locate bsd_comp I find one in: /usr/src/linux-/drivers/net/bsd_comp.c Now, I've d

Re: ppp conection

2003-06-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 05 Jun 2003 13:51:00 +0530, [EMAIL PROTECTED] wrote: > while using ppp-on or kppp dialer, I get following message. > > what might be the problem? Misconfiguration at your end. The peer does not accept the remote IP address you

Re: ppp conection

2003-06-06 Thread Edward Dekkers
[EMAIL PROTECTED] wrote: hi all, while using ppp-on or kppp dialer, I get following message. what might be the problem? sent [IPCP TermReq id=0x3 "Unauthorized remote IP address"] rcvd [IPCP TermAck id=0x3] sent [LCP TermReq id=0x2 "No network protocols running"] rcvd

Re: ppp conection

2003-06-06 Thread nlimbu
Hi Michael, Thanks! You were right. When removing local:remote ip option from ppp script, it worked. Nabin Limbu On 6 Jun 2003 at 2:56, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 05 Jun 2003 13:51:00 +0530, [EMAIL PROTECTED] wrote:

ppp conection

2003-06-05 Thread nlimbu
hi all, while using ppp-on or kppp dialer, I get following message. what might be the problem? Serial connection established. Using interface ppp0 Connect: ppp0 <--> /dev/ttyC0 sent [LCP ConfReq id=0x1 ] rcvd [LCP ConfReq id=0x1 ] sent [LCP ConfAck id=0x1 ] sent [LCP ConfReq

could not establish dial-up connection (PPP)

2003-04-04 Thread Robert Mena
Opener: received OpenDevice Opener: received ExecPPPDaemon In parent: pppd pid 11096 Couldn't find interface ppp0: No such device Kernel supports ppp alright. Couldn't find interface ppp0: No such device Couldn't find interface ppp0: No such device Couldn't find interface

Re: Error Message with attempted PPP connection

2003-03-29 Thread Edward Dekkers
> I am getting an error message that says > > "/sbin/ifup ppp1 is taking longer than expected to complete. Please take > action." Okay, so what kind of action do I need to take? When? What are you doing or trying to do? More info please.. Regards, --- Edward Dekkers (Director) Triple D Com

Error Message with attempted PPP connection

2003-03-28 Thread Nainil Chheda - [http://services.eliteral.com]
Hi, I am getting an error message that says "/sbin/ifup ppp1 is taking longer than expected to complete. Please take action." Okay, so what kind of action do I need to take? Best Regards, Nainil Chheda. Founder, Proprietor eLiteral - A Web Hosting Co. Tel: +91-022-5

ppp-watch or ifup-ppp is dain bramaged...

2003-02-28 Thread Michael H. Warfield
I've run into a problem setting up some PPP tunnels over SSL and I've come to the realization that either ppp-watch and/or ifup-ppp are dain bramaged. I think that ifup-ppp has a bug (calling ppp-watch with the wrong parameters) but I also am coming to the conclusion that ppp-w

ppp connection

2003-02-05 Thread Nicola Bonelli
Hello, I installed rh 8.0 and i'd like to connect to the internet with my isdn ta (Zyxel Omni Net Lcd+). Using the 'wizard' net configuration tool, selecting isdn connection, only a little list of isdn ta's appears (actually most popular modems are not listed). So how can I connect to the internet?

Fwd: RedHat 7.2 PPP Server and DNS issues

2002-12-26 Thread Peter Veach
I was correct, it was an ipchains problem. I had to add a port 53 udp entry for the ppp server ip range in /etc/sysconfig/ipchains I am not exactly sure why though But it is working now. -Original Message- From: "Peter Veach" <[EMAIL PROTECTED]> To: [EMAIL PROTECTE

RedHat 7.2 PPP Server and DNS issues

2002-12-26 Thread Peter Veach
I have set up a RH 7.2 system. I am trying to get it to serve up PPP connection to windows clients. The whole thing works perfect in every way except that it will not pass dns traffic to remote PPP connected machines. It does not matter where the dns server is, it won't work even though

Re: Fw: ppp problems...HELP!! PLEASE!!:-((((

2002-11-27 Thread Gordon Messmer
On Thu, 2001-11-22 at 12:09, und3rGr0und wrote: > I'm using RH7.2 > my server has a registered IP at internet i need to connect win9x and XP clients via >ppp so they can use internet > through my server but clients can´t connect to my ppp server... ... > why? what's t

Re: Fw: ppp problems...HELP!! PLEASE!!:-((((

2002-11-26 Thread Kent Borg
ched into how things worked, and gotten no response. You have to push the right buttons to get the answer to spit out. This time the buttons you pushed for me were "This guy didn't get an answer because he posted wrong, and he probably doesn't know that.", so my response is t

RE: PPP dialin problems...HELP!! PLEASE!!:-(((( review

2002-11-23 Thread Eddie Strohmier
have this: s1:2345:respawn:/sbin/mgetty -D -n 1 /dev/ttyS1 the n 1 sets the modem to answer on 1 ring. Some of the variables are redundant in the /etc/mgetty+sendfax/login.conf and the /etc/ppp/options files but it still gets the work done. Hope this helps, Eddie Strohmier -- redhat-li

Re: ppp problems...HELP!! PLEASE!!:-(((( sorry, now in plain text

2002-11-22 Thread Bret Hughes
On Fri, 2002-11-22 at 17:22, Andrew Pasquale wrote: > On Thu, Nov 22, 2001 at 05:29:52PM -0500 or thereabouts, und3rGr0und wrote: > > > > Hi. > > I'm using RH7.2 > > my server has a registered IP at internet i need to connect win9x and XP > > clients via pp

PPP dialin problems...HELP!! PLEASE!!:-(((( review

2002-11-22 Thread und3rGr0und
> Hi. AGAIN > I'm using RH7.2 > my server has a registered IP at internet i need to connect win9x and XP > clients via ppp so they can use internet through my server but 98 clients can´t connect to my ppp server the modems start to make inussual sounds... > But If I set the p

Re: ppp problems...HELP!! PLEASE!!:-(((( sorry, now in plain text

2002-11-22 Thread Andrew Pasquale
On Thu, Nov 22, 2001 at 05:29:52PM -0500 or thereabouts, und3rGr0und wrote: > - Original Message - > From: und3rGr0und > To: [EMAIL PROTECTED] > Sent: Wednesday, November 21, 2001 7:32 PM > Subject: ppp problems... > > > Hi. > I'm using RH7.2 > my ser

ppp problems...HELP!! PLEASE!!:-(((( sorry, now in plain text

2002-11-22 Thread und3rGr0und
- Original Message - From: und3rGr0und To: [EMAIL PROTECTED] Sent: Wednesday, November 21, 2001 7:32 PM Subject: ppp problems... Hi. I'm using RH7.2 my server has a registered IP at internet i need to connect win9x and XP clients via ppp so they can use internet through my serve

Re: Fw: ppp problems...HELP!! PLEASE!!:-((((

2002-11-22 Thread Bret Hughes
On Thu, 2001-11-22 at 14:09, und3rGr0und wrote: > > > - Original Message - > From: und3rGr0und > To: [EMAIL PROTECTED] > Sent: Wednesday, November 21, 2001 7:32 PM > Subject: ppp problems... > > don't post in html al lot of folks filter out messag

Fw: ppp problems...HELP!! PLEASE!!:-((((

2002-11-22 Thread und3rGr0und
    - Original Message - From: und3rGr0und To: [EMAIL PROTECTED] Sent: Wednesday, November 21, 2001 7:32 PM Subject: ppp problems... Hi. I'm using RH7.2 my server has a registered IP at internet i need to connect win9x and XP clients via ppp so they can use internet throu

ppp problems...

2002-11-21 Thread und3rGr0und
Hi. I'm using RH7.2 my server has a registered IP at internet i need to connect win9x and XP clients via ppp so they can use internet through my server but clients can´t connect to my ppp server... If I set the pppmenu script option at windows connection properties the user can l

PPP bsd_comp modules

2002-10-26 Thread Pieter De Wit
Hello Everyone, How do I get the bsd_comp modules to work under Redhat 8.0 It is not compiled by default so I installed kernel-source. I then active the module under networking and it never complies ? Any ideas ? Thanks, Pieter De Wit -- redhat-list mailing list unsubscribe mailto:redha

Re: PPP/KPPP Debugging

2002-09-20 Thread Tom Pollerman
On Fri, 20 Sep 2002 19:27:37 +0200 "Pieter De Wit" <[EMAIL PROTECTED]> wrote: > Hello Guys, > > Is there a way that anyone knows off to see what KPPP is passing to > ppp/chat? I can get my dialup to work with kppp, but I would like to > move it to a server with

PPP/KPPP Debugging

2002-09-20 Thread Pieter De Wit
Hello Guys, Is there a way that anyone knows off to see what KPPP is passing to ppp/chat ? I can get my dialup to work with kppp, but I would like to move it to a server without X and need a script.Any ideas ? P.S. If anybody has done call back to a linux box in a chat script, please pass

Re: PPP hangs

2002-08-12 Thread Michael Tiernan
On Monday 12 August 2002 07:11, Mickey Rosenthal said: > I have a Conexant Softk56 Datafax modem. I'm going to GUESS here but is this one of those "winmodems" where it's a barebones modem which depends on special drivers from the Macro$lop OS? My Compaq Armada 7400 laptop has one. It's quite t

PPP hangs

2002-08-12 Thread Mickey Rosenthal
I'm new to Linux. My problem seems to me similar to the ppp hangs message, posted earlier. I have a Conexant Softk56 Datafax modem. With WINDOWS ME there wasn't any problem. During installation Linux 7.3 seemed to recognize the modem, but after allying the Linux Internet wizar

Re: ppp hangs

2002-07-17 Thread Edward Dekkers
> Ooops. Yes, it appears to be that way. I'm a newbie to PC based > machines (dell laptop), so I was thinking as if the system was > configured with an old-fashion serial line going to a > self-contained modem, rather than a piece of hardware needing > specific drivers. No such luck I'm afraid. I

Re: ppp hangs

2002-07-17 Thread Daniel Senderowicz
Hi, >Doesn't sound like PPP is the problem, but your modem is. Ooops. Yes, it appears to be that way. I'm a newbie to PC based machines (dell laptop), so I was thinking as if the system was configured with an old-fashion serial line going to a self-contained modem, rather th

Re: PPP configuration in Redhat7.1

2002-07-17 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-Jul-2002/00:03 -0400, "CHEN, XIAOMING " <[EMAIL PROTECTED]> wrote: >I tried to connect to the internet with modem at home under Redhat7.1. I >configured it with RP3 as indicated in the manual. It seemed the >connection had been established; I c

PPP configuration in Redhat7.1

2002-07-16 Thread CHEN, XIAOMING
Hi, all: I tried to connect to the internet with modem at home under Redhat7.1. I configured it with RP3 as indicated in the manual. It seemed the connection had been established; I could ping the sever and get the right message back. However "the lookup for the host failed", that means I couldn

Re: ppp hangs

2002-07-16 Thread Edward Dekkers
> I have a newly installed dual-boot 7.3 system. I was using the > "Internet Configuration Wizard" to configure PPP but when I activate > it, the thing doesn't do anything, as if PPP wouldn't be seeing > the modem. I tried making a link /dev/modem -> /dev/ttyS0

Re: ppp hangs

2002-07-16 Thread Jeff Bearer
What kind of modem is it? Are you aware with the problems with winmodems? On Tue, 2002-07-16 at 19:12, Daniel Senderowicz wrote: > Hi, > > I have a newly installed dual-boot 7.3 system. I was using the > "Internet Configuration Wizard" to configure PPP but when I ac

ppp hangs

2002-07-16 Thread Daniel Senderowicz
Hi, I have a newly installed dual-boot 7.3 system. I was using the "Internet Configuration Wizard" to configure PPP but when I activate it, the thing doesn't do anything, as if PPP wouldn't be seeing the modem. I tried making a link /dev/modem -> /dev/ttyS0 but no avail.

Shutting down ppp link

2002-06-01 Thread Blake C. Thornton
I would like to allow any user to shut down my ppp0 connecting. Currently I have a ppp-off script (standard one with the 7.3 distribution) and it kills the process, but it won't kill the ppp process unless the owner executes the ppp-off script. I have tried setting 'chmod +s ppp-off

Re: ppp revisited

2002-05-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20-May-2002/13:13 -0500, "Henning, Brian" <[EMAIL PROTECTED]> wrote: >Thanks for your help and your patients. I contiune to have problems with >this ppp connection. >For this command i don't think i have the corre

Re: ppp revisited

2002-05-18 Thread Anthony E. Greene
ute for the packets you want to send through the dialup link. Using a default route is probably simplest, you just have to reset it after the PPP link is dropped. Tony - -- Anthony E. Greene <mailto:[EMAIL PROTECTED]> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 6

ppp revisited

2002-05-17 Thread Henning, Brian
s any of the >machines (can't resolve hostname). I am pretty sure i need to add gateway >and or >dns info to my ppp0. Can someone give me some advice? Thanks. Try adding "usepeerdns" to the /etc/ppp/options file. You will also need to setup a route for this connection. You ca

Re: ppp

2002-05-17 Thread Anthony E. Greene
ny machines >(using the ip addess of those machines) and i can't access any of the >machines (can't resolve hostname). I am pretty sure i need to add gateway >and or >dns info to my ppp0. Can someone give me some advice? Thanks. Try adding "usepeerdns" to the /etc/ppp/opti

ppp

2002-05-17 Thread Henning, Brian
hello- I have a cable connection at home so i am using eth0 to connect to the internet. I have the gateway, dns, etc configured properly for that and i am able to connect to the internet just fine. I want to dial into work because that is the only way I can access my work files from home. I am usi

Re: new 7.3 errata kernel 2.4.18-4 broke my ppp

2002-05-11 Thread Dave Reed
> From: "dsyates" <[EMAIL PROTECTED]> > > After upgrading (with up2date) my stock redhat 7.3 kernel to the new > 2.4.18-4, I am unable to connect to the internet with my modem. I am getting > "modprobe: Can't locate module ppp-compress-21" &g

new 7.3 errata kernel 2.4.18-4 broke my ppp

2002-05-11 Thread dsyates
After upgrading (with up2date) my stock redhat 7.3 kernel to the new 2.4.18-4, I am unable to connect to the internet with my modem. I am getting "modprobe: Can't locate module ppp-compress-21" in /var/log/messages. I have added alias ppp-compress-21 bsd_comp and other seemingly ap

PPP Problems

2002-05-04 Thread rodney
Hello, When I try to dial out to my isp with kppp it dials ,connects and makes all the funny noises, but then I get the message - " timeout expired while waiting for the ppp interface to come up " and then it fails. If I use kppp thru a console I see the following message also -

RE: PPP *and* DSL *and* local NIC...

2002-04-02 Thread Brian
There is an older version that does, look on there website for details -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Keith Morse Sent: Tuesday, April 02, 2002 10:14 AM To: [EMAIL PROTECTED] Subject: RE: PPP *and* DSL *and* local NIC... On Tue, 2 Apr

RE: PPP *and* DSL *and* local NIC...

2002-04-02 Thread Keith Morse
On Tue, 2 Apr 2002, Brian wrote: > > Try going to http://www.fwbuilder.org/ and use this program > > Brian > I also am a big fan of this product. But I believe it does not support ipchains, which is what Dave is using. ___ Redhat-list mail

Re: PPP *and* DSL *and* local NIC...

2002-04-02 Thread Dave Ihnat
On Mon, Apr 01, 2002 at 07:40:27PM -0800, Keith Morse wrote: > Generate another script(s) that accounts for the states that ppp0 will be > in (up or down). Then with the scripts /etc/ppp/ip-up and > /etc/ppp/ip-down you can change the state of your ipchains ruleset and also >

RE: PPP *and* DSL *and* local NIC...

2002-04-02 Thread Brian
Try going to http://www.fwbuilder.org/ and use this program Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dave Ihnat Sent: Monday, April 01, 2002 7:21 PM To: Redhat Mailing List Subject: PPP *and* DSL *and* local NIC... Gentlefolk, I&#

Re: PPP *and* DSL *and* local NIC...

2002-04-01 Thread Keith Morse
firewall-tools.com/, but > has been hand-edited to death since. > > For various personal reasons, I need to run a PPP server to honor > connections from Win9x. No problem--I think--I've figured out the > options that fit my world, and the session establishes and looks healthy

PPP *and* DSL *and* local NIC...

2002-04-01 Thread Dave Ihnat
east, it's not been cracked that *I* know!--that originated with a script generated by http://www.linux-firewall-tools.com/, but has been hand-edited to death since. For various personal reasons, I need to run a PPP server to honor connections from Win9x. No problem--I think--I've figur

ppp and x

2002-03-20 Thread jimmy keffer
almost there well ppp works but when i try 2 log in 2 x as another user it won't dial it if i do ifup ppp0 before entering x it works fine if i startx as root it will dial fine with rh ppp dialer also as root in the rh ppp it's called usaor as the other users it's called ppp0

multidial PPP

2002-02-27 Thread Raoul Anderson
I was wondering if anybody could help me out with this this task. I need to have a linux box setup on the network that has 2 dial up connections to the internet. The box needs to be able to basically send and receive requests through both connections simultaneously, not necessarily with even loa

kde + PPP default gateway

2002-02-20 Thread James Pifer
I've searched the archives and have not found my answer, although there's tons of stuff on PPP connections. Anyway, I'm using KDE's Internet Dialer on RH72 using the following settings: Dynamic IP Default Gateway (not static) (also tried "Assign the default route t

RE: (Need Help !) Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-19 Thread Eddie Strohmier
the same for RH 7.2. Eddie Strohmier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kevin Chan Sent: Wednesday, February 20, 2002 1:35 AM To: [EMAIL PROTECTED] Subject: Re: (Need Help !) Re: Can't login and auto disconnect on Dial-in PPP Server ?

Re: (Need Help !) Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-19 Thread Kevin Chan
" under Xwindow ? (p.s. I know there are button call IP Forwarding in "netcfg" on RH 7.0) Best Regards and Thanks Again ! Kevin Chan > Kevin: > > Have you tried an IP address assignment in /etc/ppp/options.ttyS0? For > you > I see your dial in server has the address

Re: (Need Help !) Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-19 Thread Kevin Chan
Hi Eddie, First, I would like to say thanks for you reply ! Some of my server setting as below: [root@L-Server ppp]# more options.ttyS0 L-Server:ppp-client [root@L-Server ppp]# [root@L-Server ppp]# more /etc/hosts # Do not remove the following line, or various programs # that require network

Re: ppp and bind

2002-02-19 Thread Edward Dekkers
> >Well bugger me with a fish-fork! > > > > Errr... ouch! :) :) You have to be a Monty Python fan to enjoy that one Jeff, it's not something I ask for on a regular basis LOL > For the heck of it, I'm going to tinker with the script to see if I can > make a useful change to it. It's a fairly i

RE: (Need Help !) Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-19 Thread Eddie Strohmier
PROTECTED]] On Behalf Of Kevin Chan Sent: Tuesday, February 19, 2002 4:35 AM To: [EMAIL PROTECTED] Subject: (Need Help !) Re: Can't login and auto disconnect on Dial-in PPP Server ? Hi all, Does anyone can help me to solve my problem? I really need your help.THANKS A LOT ! Best regards,

Re: ppp and bind

2002-02-19 Thread Jeff Hogg
-Original Message- From: Edward Dekkers <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, February 18, 2002 6:36 PM Subject: Re: ppp and bind >Well bugger me with a fish-fork! > Errr... ouch! :) >You got it Jeff. I didn't sus

(Need Help !) Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-19 Thread Kevin Chan
7;, user='/AutoPPP/' > Feb 18 14:46:57 LServer pppd[1213]: bad local IP address 127.0.0.1 > > > Are we connecting from a windoze machine to the RH 7.2 PPP server? > > Yes, client is using Windows NT and ME connect to server. > > > Is your pap-secrets file con

Re: ppp and bind

2002-02-18 Thread Edward Dekkers
> value. What fixes it, is to provide a return value yourself. I put the > following in rc.local: ppp-watch ppp0 & The ampersand provides an instant > return value of 0, and runs the command in the background, thus allowing it > to work, and letting the boot continue on. ifu

Re: ppp and bind

2002-02-18 Thread Jeff Hogg
-Original Message- From: Edward Dekkers <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, February 14, 2002 7:52 PM Subject: Re: ppp and bind Hallo again Edward, I tinkered with the pppd setup for demand dial, and found a way to make it wor

RE: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-18 Thread Eddie Strohmier
something to do with it. Eddie Strohmier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kevin Chan Sent: Monday, February 18, 2002 1:51 AM To: [EMAIL PROTECTED] Subject: Re: Can't login and auto disconnect on Dial-in PPP Server ? Hi Eddie, Thank

Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread Kevin Chan
/ Also, download the prebuilt RPM and install it (rpm -Uvh ppp-2.4.1-2nc.i386) . After the installation, I was rebooted the machine. But the problem is the same, auto-disconnect when verfly the username & password. Can you teach me how I can fix the problem (My client is using Windows 98/M

Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread Kevin Chan
c onn='38400', name='', cmd='/usr/sbin/pppd', user='/AutoPPP/' Feb 18 14:46:57 LServer pppd[1213]: bad local IP address 127.0.0.1 > Are we connecting from a windoze machine to the RH 7.2 PPP server? Yes, client is using Windows NT and ME connect to serv

Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: >> >http://www.prairienet.org/redhat/ >> >> Close ... >> >> http://www.prairienet.org/library/redhat >> >> Thanks, cg -d > >I won't argue with you about it since you set it up, but if you try the >URL I posted, it does indeed

RE: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread Eddie Strohmier
Kevin: Need more info here. What is the output in /var/log/messages? Are we connecting from a windoze machine to the RH 7.2 PPP server? Is your pap-secrets file configured correctly? I assuming that the PPP connect still using pap-secrets in RH 7.2. Are you using DHCP or options.ttySx files for

Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: >http://www.prairienet.org/redhat/ Close ... http://www.prairienet.org/library/redhat Thanks, cg -d - -- David Talkington PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp - -- http://setiathome.ssl.berkeley.ed

Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread cgalpin
Yup, it's a problem with the build options Red Hat used for pppd. Search the archives for details, but you need to rebuild it. http://www.prairienet.org/redhat/ hth charles On Mon, 18 Feb 2002, Kevin Chan wrote: > Dear all, > > I was setting up the Dial-up PPP Server with RedHa

Re: Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread R P Herrold
On Mon, 18 Feb 2002, Kevin Chan wrote: > I was setting up the Dial-up PPP Server with RedHat 7.2 . But I got a very > big problem on it ! The problem is when after the verify user and password > from client PC, it will auto disconnect and reconnect again and again. Does > anyone

Can't login and auto disconnect on Dial-in PPP Server ?

2002-02-17 Thread Kevin Chan
Dear all, I was setting up the Dial-up PPP Server with RedHat 7.2 . But I got a very big problem on it ! The problem is when after the verify user and password from client PC, it will auto disconnect and reconnect again and again. Does anyone know how to solve this problem ? ( p.s. I am

Re: ppp and bind

2002-02-14 Thread Edward Dekkers
> That's how I understand it to work. I have to confess though, I've not > used demand dialup in a long time... I'll have to dig into the docs, and > look at your config files to give you much more help. That's probably a > good idea anyway.. Can you post you

Re: ppp and bind

2002-02-14 Thread Jeff Hogg
-Original Message- From: Edward Dekkers <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, February 13, 2002 7:09 PM Subject: Re: ppp and bind > >>From what you're saying it seems to me that if I run on-boot off and demand >on,

Re: ppp and bind

2002-02-13 Thread Edward Dekkers
er the boot time, > via the demand option? See, this is where I'm going to have to have something explained to me (the man page for on-demand ppp is pretty useless, and I can't see anything on the LDP that tells me how to set it up with this RedHat box). If I turn on-boot off, and de

Re: ppp and bind

2002-02-13 Thread Jeff Hogg
-Original Message- From: Edward Dekkers <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, February 10, 2002 3:08 AM Subject: ppp and bind > >I've finally traced it back to the 'DEMAND' option in >/etc/sysconfig/network-s

ppp and bind

2002-02-10 Thread Edward Dekkers
everything that broke (which is pretty much everything I had running), I seem to be back on-line. Lo and behold, the ppp problem I experienced on the customer's server happened to me on this server as well (complete lock-out on start-up, with only Ctrl-Alt-Dlt possible). (P.S. Dial-up on /dev/

ppp establishment problem to Cisco terminal server

2002-01-31 Thread GRAEME JENSEN
I'm not sure if this solves your problem but I have had now luck using the red hat internet / modem config software. I have managed to get a connection using the kde internet dialler. Maybe you could try that for your internet connections. (Just a thought) _

ppp establishment problem to Cisco terminal server

2002-01-31 Thread Willem van der Walt<[EMAIL PROTECTED]>
Hello, I am trying to connect a rh box using wvdial. The ISP's technical support only knows windows. Using minicom, I found out that the terminal server on their end is some Cisco router/terminal server. It accepts the username and the password. To get it to start ppp negotiation, i foun

RE: ppp auth change betw 7.1 and 7.2?

2002-01-10 Thread Canary, Robert W.
Hmmm, interesting. What happens when you try to dialin? What version of ppp are running? Are there any *.rpmsave, or *.rpmold files in the /etc/pp directory? What about your logs are there several messages about ppp authentication? what getty are using? -Original Message- From: [EMAIL

ppp auth change betw 7.1 and 7.2?

2002-01-10 Thread gregory mott
what exactly changed regarding ppp authentication between redhat7.1 and 7.2? our 7.1 box was suddenly unable to dial into sover.net anymore after they upgraded their middlebury pop during the first week in december. we've been working around the problem by having that box dial into eart

Re: ppp auth change betw 7.1 and 7.2?

2002-01-09 Thread System Services
Any info from your logs would be helpful gregory mott wrote: > > what exactly changed regarding ppp authentication between redhat7.1 and 7.2? > > our 7.1 box was suddenly unable to dial into sover.net anymore after they > upgraded their middlebury pop during the first w

ppp auth change betw 7.1 and 7.2?

2002-01-09 Thread gregory mott
what exactly changed regarding ppp authentication between redhat7.1 and 7.2? our 7.1 box was suddenly unable to dial into sover.net anymore after they upgraded their middlebury pop during the first week in december. we've been working around the problem by having that box dial into eart

Mapping PPP to IP:PORT ?

2002-01-04 Thread Pieter De Wit
Hello Everyone, Here is a *really* good one for Linux to do... How can I make PPP connections "listen" on myip:port ? I have a device and we are still gonna play with it that will allow you to take 16 serial devices and put them on a LAN or something...how it does it I don't kn

Re: PPP Idle Time

2001-12-29 Thread Gordon Messmer
On Sat, 29 Dec 2001, Travis McCarter wrote: > I am using Red Hat 6.2 as a dial-in server for Windows clients. I run > Mgetty and they connect using Windows and DUN. I need a way to monitor the > activity of the modem and automatically disconnect a user if they have more > than, say, 5 minutes o

PPP Idle Time

2001-12-29 Thread Travis McCarter
I am using Red Hat 6.2 as a dial-in server for Windows clients. I run Mgetty and they connect using Windows and DUN. I need a way to monitor the activity of the modem and automatically disconnect a user if they have more than, say, 5 minutes of idle time. They only use the dial up connection as

Re: no PPP, no ssh

2001-12-25 Thread Brian Ashe
Robert, > # $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd Exp $ Oops, wrong one. :-o That's the client config file. You need the one for the server. Same Dir, just make sure it is sshd_config (the "d" is the key). That's the one that controls log-ins to your machine. Also, do you

  1   2   3   4   5   6   7   8   >