Linux-Networking Digest #9, Volume #10           Tue, 26 Jan 99 18:13:40 EST

Contents:
  Re: Linux --> Company NT RAS - Can it be done? (James Youngman)
  Re: Load Balancing (James Youngman)
  Re: SIMPLE popd enabling? (James Youngman)
  RPC - NFS  Help ("Kim Long")
  Re: Could anyone rxplain how to get pop3 mail from Linux to Exchange on NT4 (Matthew)
  Re: Linux firewall and Netmeeting (James Riggs)
  what is HELO? (Ingo Assenmacher)
  Another Newbie PPP question ("Michael J. Bahr")
  Re: ppp-server problem (David Kirkpatrick)
  Re: How to Check current Kernel compile options (Malware)
  IPFWADM or IPCHAINS accounting question. ("Scott Brause")
  2.2 Kernel Compilation Error IP_MASQ on AXP ([EMAIL PROTECTED])
  2.2 Kernel Compilation Error IP_MASQ on AXP ([EMAIL PROTECTED])
  Re: Networking two linux machines ([EMAIL PROTECTED])
  Re: NE2000 ISA card and kernel 2.2.0-final (Matthew Callaway)
  Re: Terminators and thinnet (Job eisses)
  Re: Can't Telnet To Linux 5.2 from MS workstation ("Mick")
  Looking for driver for NIC? (Maddog)
  telnet doesn't print (AGO)
  Re: Another Newbie PPP question (David Kirkpatrick)
  Re: PPP dial-up connection with RH5.2 (David Kirkpatrick)
  Re: DHCP and 2.2.0 (Bob Tennent)

----------------------------------------------------------------------------

From: James Youngman <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Linux --> Company NT RAS - Can it be done?
Date: 25 Jan 1999 19:32:12 +0000

[EMAIL PROTECTED] (Jared Hecker) writes:

> Doesn't NT use NetBUI under the covers when you log in to RAS?  Also, you
> don't mention whether your Exchange server supports POP3 or IMAP.  I
> thought it was proprietary myself, though I'm sure there is an SMTP
> gateway for it.

Exchange does POP3, too.

-- 
ACTUALLY reachable as @free-lunch.demon.(whitehouse)co.uk:james+usenet

------------------------------

From: James Youngman <[EMAIL PROTECTED]>
Subject: Re: Load Balancing
Date: 25 Jan 1999 22:01:56 +0000

David Ison <[EMAIL PROTECTED]> writes:

> Load balancing may not be the precise term for this, but the biggest
> weakness in using a Linux box as a network gateway with low-bandwith PPP
> connect (like 64 K ISDN or a modem) is how it allocates everything over
> to one user doing a d/l, and all the others go  r e a l   slow.    What
> is needed is a way to be able to kick off a 'background' download at,
> say 5-10 bps, and save the rest of the bandwidth for others.

Reduce your MTU and MRU values for the PPP connection.

-- 
ACTUALLY reachable as @free-lunch.demon.(whitehouse)co.uk:james+usenet

------------------------------

From: James Youngman <[EMAIL PROTECTED]>
Subject: Re: SIMPLE popd enabling?
Date: 25 Jan 1999 22:17:54 +0000

A
Phil Hilton <[EMAIL PROTECTED]> writes:

> ll I want to do is enable it so people can check their mail remotely
> using pop3.
> 
> IS there a simple way to do this?

Install imapd from the CD.  Finished.

-- 
ACTUALLY reachable as @free-lunch.demon.(whitehouse)co.uk:james+usenet

------------------------------

From: "Kim Long" <[EMAIL PROTECTED]>
Subject: RPC - NFS  Help
Date: Tue, 26 Jan 1999 14:59:22 -0600

Help,
    I know I've read it somewhere, but for the life of me, I can't find it.

I have 2 linux servers and I'm using nfs to remote mount one of the
filesystems.

On the nfs server, I have portmapper, rpc.mountd, and rpc.nfsd running.
I can type rpcinfo -p and get the normal responses.

2 entries (tcp and udp) for portmapper, mountd, and nfsd.

When I go to the server that I want to mount the dir. on and
try to mount it by typing :   mount -t nfs -o timeo=14,bg,intr
209.4.101.251:/tmp /bags
(which is what has been working in my fstab)
I get:   mount clntudp_create:  RPC:  Program not registered.



------------------------------

From: Matthew <[EMAIL PROTECTED]>
Subject: Re: Could anyone rxplain how to get pop3 mail from Linux to Exchange on NT4
Date: Tue, 26 Jan 1999 15:47:02 +0000

Hi!

I've been doing the same sort of thing, but using the Linux machine as the
server. To fetch the mail from your isp use fetchmail - if it is installed
then type 'man fetchmail' for oodles of setup information. I personally
use root to run fetchmail and transfer mail. You might be able to tighten
up security by using a normal user just for the purpose, but in my
application I don't see the point.

In the root user area create a file called .fetchmailrc that contains the
following:

poll my.pop3.server.net protocol pop3 user myusername pass mypassword

This line can be repeated for however many external e-mail addresses you
have. If, like me, you have a 'multidrop' e-mail box at your ISP, then you
only need this one line here. If you have different boxes at your ISP for
different users here put 'is localusername here' at the end of this line.

For single mailboxes this will post each mail item into the user on the
*Linux* box.

For multidrop mailboxes, this will post *all* mail items, still addressed
to their original owners, to the root user (or whoever is running the
fetchmail program).

I then use procmail to distribute mail to where it has to go (remember, my
mail all gets dropped into the root box). Create a .procmailrc file that
contains the following for each user:

:0:
* ^TOusername@
! username

which basically means if any 'to' field contains username@ then post it to
the user 'username'. Putting the @ after the username stops 'TO: Sue'
being matched with 'TO: SueBloggs' because the username must end in @.

Type 'man procmail', 'man procmailrc' and most usefully, 'man procmailex'
for examples and help of use.

You should be able to get procmail to process the mail and push it into
port 25 on the NT server. If not, you could always run qpopper and point
your PC POP-3 clients to the Linux box!


Incidentally, if anyone knows how to get !Megahard Exchange to use POP-3
to download mail from an ISP directly, I'd be very interested to know how!
It seems to want your ISP to post the e-mail to it via SMTP, which I can't
do.

Hope this helps.

Matthew



On Thu, 21 Jan 1999 [EMAIL PROTECTED] wrote:

>Our company has got a Linux Server and an NT4 server running service pack 3. 
>We are now looking at getting Linux to download all our email from off the
>internet and pass the email to Exchange on NT4 to be distributed out to the
>individual workers.  We have been going around in circles for a couple of
>months now trying to get this setup and would be grateful if anyone could
>either tell us how to do it or if you could point us in the direction of a
>decent Howto.
>
>Thanks In Advance
>
>Allfor Group IT Department.
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    
>
>


------------------------------

From: [EMAIL PROTECTED] (James Riggs)
Subject: Re: Linux firewall and Netmeeting
Date: 26 Jan 1999 21:21:23 GMT

I personally have not set this up but have heard that it will work.
check out http://www.equival.com/phonepatch/  This is a comercial product
that will allow the use of NetMeeting through a Linux Firewall.

On Sun, 24 Jan 1999 16:09:37 GMT, Dave T <[EMAIL PROTECTED]> wrote:
>Hi,
>
>I  have linux up and running as a firewall, but can I get netmeeting
>to work through this firewall? I cannot! I suspect it has something to
>do with the ports used, and the fact that the firewall is blocking
>these ports. The ports used are :
>
>TCP: 389,522,1503,1720,1731 and 1024:65535(dynamic)
>UDP 1024:65535(dynamic)
>
>Does anyone have Netmeeting working through a linux firewall? If they
>do, could I get a sneak peak at your firewall script? (I know this is
>asking a lot, forgive me) Or even just some pointers. I've read all of
>the FAQ, HOWTO's etc, and I've bought a couple of Linux books, but I
>still dont get it. I guess I'm just plain thick! 
>
>Many thanks for any assistance rendered..
>
>Dave Taylor
>([EMAIL PROTECTED])


-- 
To reply via E-mail, please remove the nospam from the E-mail address.


------------------------------

From: Ingo Assenmacher <[EMAIL PROTECTED]>
Subject: what is HELO?
Date: Tue, 26 Jan 1999 17:01:14 +0100

Hi there!

I am using Linux as MTA in our local network and DOS/WIN clients receive
their mail on demand using POP3 (popper). Sometimes some warnings occur
for which I do not have explanations:

a) client did not use HELO protocol
b) too few arguments for the AUTH command.

POP3 works properly, but the warnings remain.

Any clue how to fix this?

regards, ingo.



------------------------------

From: "Michael J. Bahr" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.questions
Subject: Another Newbie PPP question
Date: Tue, 26 Jan 1999 15:45:33 -0600

New to linux/unix:
Just installed Red Hat 5.2 and am having problems with my PPP
connection. I can dial out fine but I get disconnected from my ISP
everytime and I dont know where to look to see what is going on. Am I
missing some config info?

Currently, to dial out, I select "activate" from the Networking Config
menu. The modem dials, connects, is quiet for a few seconds then
disconnects and redials.  Does this have anything to do with PAP???

Would also like to find a program similar to MS DUN. - Once I can get on
the net!
Any ideas?

TIA

Mike




------------------------------

From: David Kirkpatrick <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,aus.computers.linux,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: ppp-server problem
Date: Sun, 24 Jan 1999 16:51:58 +0000
Reply-To: [EMAIL PROTECTED]

Whats your setup? Are you expecting a server to give a dynamic
ip issued from an ISP to other computers on your network?


==================================================================
Generic info for RH 5.2.  Assumption: you installed PPP.
===================================================================
RH puts ppp scripts in /usr/doc/ppp-2.3.5
Copy ppp-on, ppp-on-dialer, options to /etc/ppp.
===================================================================
Modify ppp-on:
TELEPHONE, ACCOUNT, PASSWORD
==================================================================
For exec command. put in correct device probably
cua1, modem speed
===================================================================
Edit /etc/resolv.conf and put in ISP nameserver
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
You usually get two from your isp.
====================================================================
execute ppp-on & and monitor logs with
tail -f /var/log/messages.
+++++++++++++++++++++++++++++++++++++++
OR:
Control Pannel: Modem configuration.  Select 
correct device.  (used in ppp-on script)
===================================================================
Network Configurator: Routing: Defaults blank
PPP0 will use this:
===================================================================
Network Configurator: Names: insert ISP
nameserver addresses.
===================================================================
System Configurator: PPP/SLIP/PLIP:  Configurations, Add
Fill in Hardware, Communication.  Assumes PAP not 
required - If things do not work check with ISP.
==================================================================
Save quit.  Verify /etc/resolv.conf has your ISP
addresses.
==================================================================
The linuxconf sets up most things but does not
setup the ppp-on script - that must be done by hand.
==================================================================
tim wrote:
> 
> hi !
> 
> Meanwhile I had a look at winipcfg and I got no IP-adress!!!
>   I had a look at /var/log/messages :
> 
> mgetty: TIOCMBIS failed : I/O-error
> mgetty: cannot turn off soft carrier: I/O-error
> mgetty: tcgetattr failed :I/O-error
> mgetty: cannot get TIO : I/O-error
> 
> Does anyone know what that means and why ppp isn't running ???
> 
> Tim

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

------------------------------

From: Malware <[EMAIL PROTECTED]>
Subject: Re: How to Check current Kernel compile options
Date: Tue, 26 Jan 1999 21:58:06 +0100

Hi spivey,

you wrote:
>         Question; Can you edit this manully instead of _make config_?

Yes you can. But you'll have to take care of the dependencies specified
within the [Cc]onfig.in files else some features simple do not work even
though you did select them. Additionally you have to run "make
oldconfig" in order to setup the config headers and stuff. During this
step features that are not possible in this context will be switched
off. And you may get a prompt if you totaly deleted lines from the
config.
At all this is not the easy going way. I prefer to use "make menuconfig"
or "make xconfig". But I use "make oldconfig" if I am going to compile a
previously saved config or to get most of the options preselected from a
config of a older kernel release.


Malware

------------------------------

From: "Scott Brause" <[EMAIL PROTECTED]>
Subject: IPFWADM or IPCHAINS accounting question.
Date: Tue, 26 Jan 1999 11:28:08 -0500


    I have a 2.0.36 kernel linux box that I am trying to do IP accounting
with.  I have two network cards in the linux box (both working).  One is
connected to a private network, the other to a network connected to a router
and then to the internet.  Other machines are also connected to the network
connected to the internet.
    I am trying to use Linux IP accounting to track bandwidth use among 6 or
so machines connected on the external network.  If I use ipfwadm or
ipchains, I do not get packet/byte counts for traffic going to or from
network addresses on the other machines.  I do get packet byte counts for
traffic going to or from the network address on the linux box.
    Does anyone know if it is possible to get this to work without making
the linux box a forwarder (sitting between the router and the remaining
machines)?  If so is there any special network card configuration.  I was
thinking that maybe I had to enable promiscouous mode on the network card
(I'm tryinging to figure out how to do that).
    Any tips or suggestion may be apprieciated.

Scott




------------------------------

From: [EMAIL PROTECTED]
Subject: 2.2 Kernel Compilation Error IP_MASQ on AXP
Date: Tue, 26 Jan 1999 22:13:33 GMT

Help!

I cannot build my firewall/proxy.

This is a kernel compilation error on both 2.2-pre9 and 2.2.0 (if
there's a difference) on DEC Alpha Multia/UDB (RedHat 5.2 standard
compiler, etc.)

    make -C ipv4
    make[2]: Entering directory `/usr/src/linux-2.2.0/net/ipv4'
    make all_targets
    make[3]: Entering directory `/usr/src/linux-2.2.0/net/ipv4'
    gcc -D__KERNEL__ -I/usr/src/linux-2.2.0/include -Wall
-Wstrict-prototypes -O2    -fomit-frame-pointer -pipe -mno-fp-regs
-ffixed-8 -mcpu=ev4
    -DEXPORT_SYMTAB -c ip_masq.c
    ip_masq.c: In function `ip_masq_hash':
    ip_masq.c:472: internal error--unrecognizable insn:
(jump_insn 398 390 399 (return) -1 (nil)
    (nil))
    cpp: output pipe has been closed
    gcc: Internal compiler error: program cc1 got fatal signal 6
    make[3]: *** [ip_masq.o] Error 1
    make[3]: Leaving directory `/usr/src/linux-2.2.0/net/ipv4'
    make[2]: *** [first_rule] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.2.0/net/ipv4'
    make[1]: *** [_subdir_ipv4] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.2.0/net'
    make: *** [_dir_net] Error 2
    {standard input}: Assembler messages:
    {standard input}:786: Warning: Missing .end or .bend at end of file

Any help appreciated!

Jeremiah Cornelius

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux
Subject: 2.2 Kernel Compilation Error IP_MASQ on AXP
Date: Tue, 26 Jan 1999 22:13:07 GMT

Help!

I cannot build my firewall/proxy.

This is a kernel compilation error on both 2.2-pre9 and 2.2.0 (if
there's a difference) on DEC Alpha Multia/UDB (RedHat 5.2 standard
compiler, etc.)

    make -C ipv4
    make[2]: Entering directory `/usr/src/linux-2.2.0/net/ipv4'
    make all_targets
    make[3]: Entering directory `/usr/src/linux-2.2.0/net/ipv4'
    gcc -D__KERNEL__ -I/usr/src/linux-2.2.0/include -Wall
-Wstrict-prototypes -O2    -fomit-frame-pointer -pipe -mno-fp-regs
-ffixed-8 -mcpu=ev4
    -DEXPORT_SYMTAB -c ip_masq.c
    ip_masq.c: In function `ip_masq_hash':
    ip_masq.c:472: internal error--unrecognizable insn:
(jump_insn 398 390 399 (return) -1 (nil)
    (nil))
    cpp: output pipe has been closed
    gcc: Internal compiler error: program cc1 got fatal signal 6
    make[3]: *** [ip_masq.o] Error 1
    make[3]: Leaving directory `/usr/src/linux-2.2.0/net/ipv4'
    make[2]: *** [first_rule] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.2.0/net/ipv4'
    make[1]: *** [_subdir_ipv4] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.2.0/net'
    make: *** [_dir_net] Error 2
    {standard input}: Assembler messages:
    {standard input}:786: Warning: Missing .end or .bend at end of file

Any help appreciated!

Jeremiah Cornelius

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Networking two linux machines
Date: Tue, 26 Jan 1999 14:51:45 GMT

In article <78fj6a$vd5$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> Ok everyone,
>
> Forgive me for asking such a naive question, but. . .
>
> I am going to install a second Linux machien and I want both machines to
> access each other's files. Do I use Samba for this or should I use some other
> software package?
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own
>
try nfs
should be a howto somewhere out there

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: Matthew Callaway <[EMAIL PROTECTED]>
Subject: Re: NE2000 ISA card and kernel 2.2.0-final
Date: Tue, 26 Jan 1999 10:40:40 -0600

Oops.  I was trying to use the ISA driver.  I
opened the hood and discovered that it was in fact
a PCI card.  I'm dumb.  Nevermind this question.
I'm recompiling with PCI driver support.  I'll let
you know if it fails.

Matt


------------------------------

Date: Tue, 26 Jan 1999 23:23:47 +0100
From: Job eisses <[EMAIL PROTECTED]>
Subject: Re: Terminators and thinnet

"Jim Ray" <[EMAIL PROTECTED]>:
>75 ohm terminators will absolutely NOT work.  I'd say that that's where your >problem 
>lies.
 
>Jim

>      Boris Statnikov wrote in message <[EMAIL PROTECTED]>...
>>      I have an RG58 A/U Coaxial and attempted to use 75ohm (as opposed to 50) 
>>>terminators.  Now I can't guarantee that I've set up my ethernet cards
>>      correctly to work with base2 instead of baseT, but everything worked as 
>>>baseT before and I did change the cards' bios settings.  I suspect
>>      terminators, but can 25 ohm difference really do it? 

>>      Boris 

75 is probably too far off, i did run well with a standard 47 ohm tied
to a T-piece with a rubber band though                  -job

------------------------------

From: "Mick" <[EMAIL PROTECTED]>
Subject: Re: Can't Telnet To Linux 5.2 from MS workstation
Date: Tue, 26 Jan 1999 22:23:31 GMT

You can log in as root if you enable that option in one of the config files,
although I'm not sure which one.  I stumbled across it the other day.  (I'm
a newbie as well).  I think that if you persevere with this newsgroup then
someone will tell you how to do it.  And probably tell you it isn't a good
idea as well.  !

Mick


Joe Fialkowski wrote in message <78gcio$bfo$[EMAIL PROTECTED]>...
>Has anyone ran into this problem?
>
>    I cannot telnet or ftp to my linux 5.2 sever from a MS windows95
>workstation. I can however ping the box and see it through smb. Please
>Help!
>
>Regards,
>
>        Joe Fialkowski
>        [EMAIL PROTECTED]
>



------------------------------

From: Maddog <[EMAIL PROTECTED]>
Subject: Looking for driver for NIC?
Date: Tue, 26 Jan 1999 15:43:53 GMT

Im trying to identify a pair of NICs i aquired.. the main chip is a
UM9007AF and there is a couple chips with PSE on them. the only other
info that seems important is it says NE-12 on them.

I searched the net and a couple sites were saying stuff like look for
vendor id and stuff but there is no stickers on the cards either...

any ideas would be greatly apreciated!


------------------------------

From: AGO <[EMAIL PROTECTED]>
Subject: telnet doesn't print
Date: Tue, 26 Jan 1999 23:37:22 +0100

Hallo,
in my office there is a SCO Unix server with an application running on a
vt100 terminal. 
I used to connect to the server with a PC running DOS and TELNET.EXE by
NCSA.
Sometimes the application send a text on my local printer and it works.
Now I have installed linux Debian on my PC, I have set TERM=vt100, I
have loadkeys 
a map file vt100 compatible, I have enabled printing, compiling terminfo
file for 
vt100 with the print capability, but when I use telnet the application
does't print 
in local. 
Bye.

-- 
Giancarlo Ossino
[EMAIL PROTECTED]

------------------------------

From: David Kirkpatrick <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.questions
Subject: Re: Another Newbie PPP question
Date: Tue, 26 Jan 1999 17:26:56 +0000
Reply-To: [EMAIL PROTECTED]

This is a multi-part message in MIME format.
==============867BCC6035E9AFC580EBF2C2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Generic info for RH 5.2.  Assumption: you installed PPP.
===================================================================
RH puts ppp scripts in /usr/doc/ppp-2.3.5
Copy ppp-on, ppp-on-dialer, options to /etc/ppp.
===================================================================
Modify ppp-on:
TELEPHONE, ACCOUNT, PASSWORD
==================================================================
For exec command. put in correct device probably
cua1, modem speed
===================================================================
Edit /etc/resolv.conf and put in ISP nameserver
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
You usually get two from your isp.
====================================================================
execute ppp-on & and monitor logs with
tail -f /var/log/messages.
+++++++++++++++++++++++++++++++++++++++
OR:
Control Pannel: Modem configuration.  Select 
correct device.  (used in ppp-on script)
===================================================================
Network Configurator: Routing: Defaults blank
PPP0 will use this:
===================================================================
Network Configurator: Names: insert ISP
nameserver addresses.
===================================================================
System Configurator: PPP/SLIP/PLIP:  Configurations, Add
Fill in Hardware, Communication.  Assumes PAP not 
required - If things do not work check with ISP.
==================================================================
Save quit.  Verify /etc/resolv.conf has your ISP
addresses.
==================================================================
The linuxconf sets up most things but does not
setup the ppp-on script - that must be done by hand.
==================================================================
"Michael J. Bahr" wrote:
> 
> New to linux/unix:
> Just installed Red Hat 5.2 and am having problems with my PPP
> connection. I can dial out fine but I get disconnected from my ISP
> everytime and I dont know where to look to see what is going on. Am I
> missing some config info?
> 
> Currently, to dial out, I select "activate" from the Networking Config
> menu. The modem dials, connects, is quiet for a few seconds then
> disconnects and redials.  Does this have anything to do with PAP???
> 
> Would also like to find a program similar to MS DUN. - Once I can get on
> the net!
> Any ideas?
> 
> TIA
> 
> Mike

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
==============867BCC6035E9AFC580EBF2C2
Content-Type: text/plain; charset=us-ascii;
 name="pppdoc.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pppdoc.txt"

Generic info for RH 5.2.  Assumption: you installed PPP.
===================================================================
RH puts ppp scripts in /usr/doc/ppp-2.3.5
Copy ppp-on, ppp-on-dialer, options to /etc/ppp.
===================================================================
Modify ppp-on:
TELEPHONE, ACCOUNT, PASSWORD
==================================================================
For exec command. put in correct device probably
cua1, modem speed
===================================================================
Edit /etc/resolv.conf and put in ISP nameserver
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
You usually get two from your isp.
====================================================================
execute ppp-on & and monitor logs with
tail -f /var/log/messages.
+++++++++++++++++++++++++++++++++++++++
OR:
Control Pannel: Modem configuration.  Select 
correct device.  (used in ppp-on script)
===================================================================
Network Configurator: Routing: Defaults blank
PPP0 will use this:
===================================================================
Network Configurator: Names: insert ISP
nameserver addresses.
===================================================================
System Configurator: PPP/SLIP/PLIP:  Configurations, Add
Fill in Hardware, Communication.  Assumes PAP not 
required - If things do not work check with ISP.
==================================================================
Save quit.  Verify /etc/resolv.conf has your ISP
addresses.
==================================================================
The linuxconf sets up most things but does not
setup the ppp-on script - that must be done by hand.
==================================================================
==============867BCC6035E9AFC580EBF2C2==


------------------------------

From: David Kirkpatrick <[EMAIL PROTECTED]>
Subject: Re: PPP dial-up connection with RH5.2
Date: Tue, 26 Jan 1999 17:28:17 +0000
Reply-To: [EMAIL PROTECTED]

Generic info for RH 5.2.  Assumption: you installed PPP.
===================================================================
RH puts ppp scripts in /usr/doc/ppp-2.3.5
Copy ppp-on, ppp-on-dialer, options to /etc/ppp.
===================================================================
Modify ppp-on:
TELEPHONE, ACCOUNT, PASSWORD
==================================================================
For exec command. put in correct device probably
cua1, modem speed
===================================================================
Edit /etc/resolv.conf and put in ISP nameserver
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
You usually get two from your isp.
====================================================================
execute ppp-on & and monitor logs with
tail -f /var/log/messages.
+++++++++++++++++++++++++++++++++++++++
OR:
Control Pannel: Modem configuration.  Select 
correct device.  (used in ppp-on script)
===================================================================
Network Configurator: Routing: Defaults blank
PPP0 will use this:
===================================================================
Network Configurator: Names: insert ISP
nameserver addresses.
===================================================================
System Configurator: PPP/SLIP/PLIP:  Configurations, Add
Fill in Hardware, Communication.  Assumes PAP not 
required - If things do not work check with ISP.
==================================================================
Save quit.  Verify /etc/resolv.conf has your ISP
addresses.
==================================================================
The linuxconf sets up most things but does not
setup the ppp-on script - that must be done by hand.
==================================================================

steve wrote:
> 
> I recently installed RH5.2. I used netcfg to configure my ppp connection
> as instructed by RH support, I believe everything there to be right. I
> click activate and the modem dials out, connects and then hangs up in
> about 20-30 seconds.
> 
> First, where is the log file so I can look at it.(Debug is enabled)
> Second, my ISP says (I don't think they really know for sure) they don't
> use PAP and alas I have tried it with PAP and without to the same end.
> 
> Please help, it's getting a little frustrating and I'm about to give up.
> I tired of trying to decipher the endless trail of FAQ's and HOWTO's and
> mini-HOWTO's and man pages.
> 
> Thanks.

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

------------------------------

From: r d t@c s.q u e e n s u.c a (Bob Tennent)
Subject: Re: DHCP and 2.2.0
Date: 26 Jan 1999 21:44:53 GMT

On 26 Jan 1999 20:29:22 GMT, Bill Woessner wrote:
 >I just upgraded to the 2.2.0 kernel and found that my DCHP service no longer
 >worked.  So I read the Documentation/Changes and found that I need the new
 >dhcpcd.  So I got it, and it still didn't work.  Not only that, but it stopped
 >working with the old 2.0.36 kernel, too.  Any suggestions?

I had a similar experience.  Turned out I had upgraded dhcp, rather
than dhcpcd.  

Bob T.

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to