Linux-Networking Digest #977, Volume #11         Thu, 22 Jul 99 20:13:41 EDT

Contents:
  Re: ppp connection freezes after a while (Clifford Kite)
  Re: PPP to Shiva LanRover from Linux (Clifford Kite)
  Re: Linux mgetty/pap dialin (M. Buchenrieder)
  Re: Securing an Internal Network ([EMAIL PROTECTED])
  tcl and sockets (Wlmet)
  User space access, driving me nuts--please help! (Stanislav Krasilovskiy)
  Unique Cable Modem situation  (Jason Motylinski)
  linux/win (James Rogers)
  IP masq + NT domain authentication ([EMAIL PROTECTED])
  Re: ARP requesting on IP address (Doyen Klein)
  Re: HELP! IPCHAINS and FTP (Monte Phillips)
  ISDN Difficulties with LCP negotiation ([EMAIL PROTECTED])

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: ppp connection freezes after a while
Date: 22 Jul 1999 17:11:52 -0500

[EMAIL PROTECTED] wrote:

: right after the ppp connection is established, i can telnet to the
: server but only for a few seconds-- afterwards the telnet session
: freezes.  i know the problem is not with the client because i can
: connect to a local ISP and to another linux ppp server i had

Be sure you have the pppd option crtscts, and check the IRQ configured for
the modem device file to make sure it's OK and nothing else is using it.

If these are OK then the pppd link negotiation logs with the debug option
might provide a clue.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
 *    -- Pepper...and Salt, WSJ */

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP to Shiva LanRover from Linux
Date: 22 Jul 1999 17:05:53 -0500

Steve Masticola (badpenny@[127.0.0.1]) wrote:

: Unfortunately, I think the problem goes beyond what can be done with
: expect or chat scripts.  The password has to be specified somehow to pap
: or chap. 

I passed over that in your post.  But I've never seen another post asking
for help for SecureID that needed to be in a secrets file.   I guess you
are sure that PAP or CHAP must be used in this way but it's new to me.

Sounds gruesome even for Shiva.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* Microsoft is a great marketing organization.
 * It _has_ to be */

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

From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: Linux mgetty/pap dialin
Date: Thu, 22 Jul 1999 15:45:23 GMT

Tim Peeler <[EMAIL PROTECTED]> writes:

[snip]

>Debug msgs:

>       <-- /var/log/mgetty.log.ttyD1
>       07/21 23:38:02 yD1  mgetty: experimental test release 1.1.14-Apr02
>       07/21 23:38:02 yD1  check for lockfiles
>       07/21 23:38:02 yD1  locking the line
>       07/21 23:38:02 yD1  WARNING: DSR is off - modem turned off or bad
>cable?

[...]

This one has "hint" written all over it.

See "info mgetty" and "man mgetty"; check for "DIRECT" option (-r) .

Michael
-- 
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
          Lumber Cartel Unit #456 (TINLC) & Official Netscum
    Note: If you want me to send you email, don't munge your address.

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.security.firewalls
Subject: Re: Securing an Internal Network
Date: Thu, 22 Jul 1999 21:37:04 GMT

Phil, would you mind sharing your ipchains scripts.  I have a test
firewall setup, but I keep thinking I'm missing something in my ipchain
rules.


In article <[EMAIL PROTECTED]>,
  Phil DeBecker <[EMAIL PROTECTED]> wrote:
> Matt wrote:
>
> > I want to share a common connection to the Internet among several
> > computers. I plan to have a Linux box between the internal network
and
> > the Internet. One NIC on the Linux box will have a valid IP address,
> > the other NIC will have an internal IP address. The internal network
> > will have IP addresses assigned via a DHCP server in the 192.168.x.x
> > range.
> >
> > The Linux box will have IP masquerade and IP forwarding turned on.
It
> > will have an FTP server and maybe an HTTP server, but no other
> > services available to the Internet. The internal network primarily
> > consists of Windoze clients.
> >
> > My question(s):
> > Do I need a more formal firewall (w/ proxy servers)?
> >
> > With the above setup, is there a way  for a bad guy on the Internet
to
> > directly access the internal network (without compromising the Linux
> > box)? I understand that if the Linux box is successfully hacked, all
> > bets are off.
> >
> > Any other major security issues to watch out for?
> >
> > Thanks,
> > Matt
> >
> > If this is a dumb question - be kind.
>
> Not dumb at all.  No, there's no way for someone from outside to
initiate
> a connection to your inside machines.  It's still _possible_ to
> compromise their security in some ways, like maybe with hostile
> javascript or ActiveX stuff exploiting bugs in a Web browser, but
that's
> because those types of attacks work when the victim connects to the
> attacker, not the other way around.  Things like Back Orifice won't
work
> either for the same reason: they generally act as a server, and since
> your linux machine won't forward connections originating from outside
> into your local network nothing can reach them.
>
> You're right about the "compromising the linux box" bit though - if
> someone gets in there, you're toast.  You don't need a firewall with
> proxies etc, but you do want to look into running a complete ipfwadm
or
> ipchains based firewall that protects all your services.
>
> At home I run a setup just like you describe: I have a mac, an old
Unix
> SVR3.2 box, a Win 98 box and my main Linux box, all behind an old P90
> masq/firewall box running Linux.  The firewall also serves as a Squid
> proxy, print server, file server, name server, and occasional Quake3
> server.  I set up a nice set of firewall rules that basically blocks
most
> ICMP, _all_ UDP or TCP access to any ports below 1024 and certain
other
> ports (for Squid, NFS, etc), and only allows ACKed TCP connections and
> UDP connections to the remaining ports.  Since I don't run any
services
> visible to the outside world, there's really not much to worry about.
> However, since you are planning to run HTTP and FTP services
available to
> the outside world, you need to be very careful about configuring
those.
> You might look into running them chroot'ed for example.
>
> Have fun,
> Phil D.
>
>


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: [EMAIL PROTECTED] (Wlmet)
Subject: tcl and sockets
Date: 22 Jul 1999 21:50:47 GMT

I am using Slackware 3.6 and pretty much the way the cdrom set it up.  Why is
the following not working:


Script started on Thu Jul 22 16:18:45 1999ccx:/home/wrox/chap14# cat socket.tcl
set sockid [socket localhost 13]
gets $sockid date
puts "Machine says the date is: $date"
ccx:/home/wrox/chap14# tclsh socket.tcl
couldn't open socket: connection refused
    while executing
"socket localhost 13"
    (file "socket.tcl" line 1)
ccx:/home/wrox/chap14# cat /etc/services
#
# Network services, Internet style
#
# Note that it is presently the policy of IANA to assign a single well-known
# port number for both TCP and UDP; hence, most entries here have two entries
# even if the protocol doesn't support UDP operations.
# Updated from RFC 1340, ``Assigned Numbers'' (July 1992).  Not all ports
# are included, only the more common ones.
#
#       from: @(#)services      5.8 (Berkeley) 5/9/91
#       $Id: services,v 1.9 1993/11/08 19:49:15 cgd Exp $
#
tcpmux          1/tcp           # TCP port service multiplexer
echo            7/tcp
echo            7/udp
discard         9/tcp           sink null
discard         9/udp           sink null
systat          11/tcp          users
daytime         13/tcp
daytime         13/udp
netstat         15/tcp
qotd            17/tcp          quote
msp             18/tcp          # message send protocol
msp             18/udp          # message send protocol
chargen         19/tcp          ttytst source
chargen         19/udp          ttytst source
ftp-data        20/tcp          # File Transfer [Default Data]
ftp-data        20/udp          # File Transfer [Default Data]
ftp             21/tcp          # File Transfer [Control]
ftp             21/udp          # File Transfer [Control]
ssh             22/tcp          # Secure Shell Login
ssh             22/udp          # Secure Shell Login
telnet          23/tcp
telnet          23/udp
# 24 - private
smtp            25/tcp          mail
# 26 - unassigned
time            37/tcp          timserver
time            37/udp          timserver
rlp             39/udp          resource        # resource location
nameserver      42/tcp          name            # IEN 116
whois           43/tcp          nicname
domain          53/tcp          nameserver      # name-domain server
domain          53/udp          nameserver
mtp             57/tcp                          # deprecated
bootps          67/tcp          # BOOTP server
bootps          67/udp
bootpc          68/tcp          # BOOTP client
bootpc          68/udp
tftp            69/udp
gopher          70/tcp          # Internet Gopher
gopher          70/udp
rje             77/tcp          netrjs
finger          79/tcp
www             80/tcp          http    # WorldWideWeb HTTP
www             80/udp                  # HyperText Transfer Protocol
link            87/tcp          ttylink
kerberos        88/tcp          krb5    # Kerberos v5
kerberos        88/udp
supdup          95/tcp
# 100 - reserved
hostnames       101/tcp         hostname        # usually from sri-nic
iso-tsap        102/tcp         tsap            # part of ISODE.
csnet-ns        105/tcp         cso-ns  # also used by CSO name server
csnet-ns        105/udp         cso-ns
rtelnet         107/tcp         # Remote Telnet
rtelnet         107/udp
pop2            109/tcp         postoffice      # POP version 2
pop2            109/udp
pop3            110/tcp         # POP version 3
pop3            110/udp
sunrpc          111/tcp
sunrpc          111/udp
auth            113/tcp         tap ident authentication
sftp            115/tcp
uucp-path       117/tcp
nntp            119/tcp         readnews untp   # USENET News Transfer
Protocol
ntp             123/tcp
ntp             123/udp                         # Network Time Protocol
netbios-ns      137/tcp                         # NETBIOS Name Service
netbios-ns      137/udp
netbios-dgm     138/tcp                         # NETBIOS Datagram
Service
netbios-dgm     138/udp
netbios-ssn     139/tcp                         # NETBIOS session
service
netbios-ssn     139/udp
imap2           143/tcp                         # Interim Mail Access
Proto v2
imap2           143/udp
snmp            161/udp                         # Simple Net Mgmt Proto
snmp-trap       162/udp         snmptrap        # Traps for SNMP
cmip-man        163/tcp                         # ISO mgmt over IP
(CMOT)
cmip-man        163/udp
cmip-agent      164/tcp
cmip-agent      164/udp
xdmcp           177/tcp                         # X Display Mgr.
Control Proto
xdmcp           177/udp
nextstep        178/tcp         NeXTStep NextStep       # NeXTStep
window
nextstep        178/udp         NeXTStep NextStep       # server
bgp             179/tcp                         # Border Gateway Proto.
bgp             179/udp
prospero        191/tcp                         # Cliff Neuman's
Prospero
prospero        191/udp
irc             194/tcp                         # Internet Relay Chat
irc             194/udp
smux            199/tcp                         # SNMP Unix Multiplexer
smux            199/udp
at-rtmp         201/tcp                         # AppleTalk
routing
at-rtmp         201/udp
at-nbp          202/tcp                         # AppleTalk name
binding
at-nbp          202/udp
at-echo         204/tcp                         # AppleTalk
echo
at-echo         204/udp
at-zis          206/tcp                         # AppleTalk zone
information
at-zis          206/udp
z3950           210/tcp         wais            # NISO Z39.50 database
z3950           210/udp         wais
ipx             213/tcp                         # IPX
ipx             213/udp
imap3           220/tcp                         # Interactive Mail
Access
imap3           220/udp                         # Protocol v3
ulistserv       372/tcp                         # UNIX Listserv
ulistserv       372/udp
#
# UNIX specific services
#
exec            512/tcp
biff            512/udp         comsat
login           513/tcp
who             513/udp         whod
shell           514/tcp         cmd             # no passwords used
syslog          514/udp
printer         515/tcp         spooler         # line
printer spooler
talk            517/udp
ntalk           518/udp
route           520/udp         router routed   # RIP
timed           525/udp         timeserver
tempo           526/tcp         newdate
courier         530/tcp         rpc
conference      531/tcp         chat
netnews         532/tcp         readnews
netwall         533/udp                         # -for
emergency broadcasts
uucp            540/tcp         uucpd           # uucp daemon
remotefs        556/tcp         rfs_server rfs  # Brunhoff remote
filesystem
klogin          543/tcp                         # Kerberized `rlogin'
(v5)
kshell          544/tcp                         # Kerberized `rsh' (v5)
kerberos-adm    749/tcp                         # Kerberos `kadmin'
(v5)
#
webster         765/tcp                         # Network
dictionary
webster         765/udp
#
# From ``Assigned Numbers'':
#
#> The Registered Ports are not controlled by the IANA and on most systems
#> can be used by ordinary user processes or programs executed by ordinary
#> users.
#
#> Ports are used in the TCP [45,106] to name the ends of logical
#> connections which carry long term conversations.  For the purpose of
#> providing services to unknown callers, a service contact port is
#> defined.  This list specifies the port used by the server process as its
#> contact port.  While the IANA can not control uses of these ports it
#> does register or list uses of these ports as a convienence to the
#> community.
#
ingreslock      1524/tcp
ingreslock      1524/udp
prospero-np     1525/tcp                # Prospero non-privileged
prospero-np     1525/udp
rfe             5002/tcp                # Radio Free Ethernet
rfe             5002/udp                # Actually uses UDP only
#
#
# Kerberos (Project Athena/MIT) services
# Note that these are for Kerberos v4, and are unofficial.  Sites running
# v4 should uncomment these and comment out the v5 entries above.
#
#kerberos       750/udp         kdc     # Kerberos (server) udp
#kerberos       750/tcp         kdc     # Kerberos (server) tcp
krbupdate       760/tcp         kreg    # Kerberos registration
kpasswd         761/tcp         kpwd    # Kerberos "passwd"
#klogin         543/tcp                 # Kerberos rlogin
eklogin         2105/tcp                # Kerberos encrypted rlogin
#kshell         544/tcp         krcmd   # Kerberos remote shell
#
# Unofficial but necessary (for NetBSD) services
#
supfilesrv      871/tcp                 # SUP server
supfiledbg      1127/tcp                # SUP debugging
ccx:/home/wrox/chap14# exit
exit
Script done on Thu Jul 22 16:19:44 1999

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

From: Stanislav Krasilovskiy <[EMAIL PROTECTED]>
Crossposted-To: fa.linux.kernel,muc.lists.linux-kernel
Subject: User space access, driving me nuts--please help!
Date: 22 Jul 1999 21:57:30 GMT

Hi,

I am fairly new to Linux kernel hacking, so forgive me if the answer to my
problem is obvious.  I have rechecked everything in my code a hudnred
times, and I require help of someone who is much more familiar with the
kernel than I am.

Let me describe the problem:
A process passes a pointer allocated in the user space to the kernel
through a custom system call.  This pointer is then saved for future
reference.

Upon an interrupt, a kernel routine uses this saved pointer with
copy_from_user() to obtain a copy of that structure.  The problem is,
every now and then the values in the structure are bogus!

This is not due to memory corruption (a thread in the user process
continuously prints out the values, and they are fine).  When I use
mlock() on the structure, then the problem no longer occurs (the copy
reflects accurate values).  So the problem has to do with
virtual addressing and paging...

So it seems that copy_from_user for some reason fails to work.  If you 
can think of a reason why this might be happening, or how to fix this,
please help me.  If you need additional bits of information, I'll gladly
supply it.

Thank you.

P.S.  Can the problem above be caused by direct dereferencing of
the pointer somewhere in my kernel code?

-- 
+------------------------+----------------------------------------+
|   Stan Albright Rost   |     http://mdsp.bu.edu/prgrssor_html   |
|           AKA          |   "You want my advice? -- here it is:  |
|    "The Progressor"    |               Go and Work."            |
+------------------------+----= Arkadiy and Boris Strugatskiy =---+

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

From: Jason Motylinski <[EMAIL PROTECTED]>
Subject: Unique Cable Modem situation 
Date: Thu, 22 Jul 1999 23:10:56 GMT

Greetings!
I've been reading about people having problems with cable modems but
I've never read about anyone having difficulties with an external
Surfboard 1200 cable modem. When I'm offline I cannot telnet or FTP to
my linux box. Here's my problem:
I have a one-way (uses phone line) Surfboard 1200 external cable modem
that connects to a NIC. The modem's IP is:192.168.100.1 . It interfaces
with my Linux machine (192.168.100.3). Being pretty much a newbie to
Linux I don't change much from the standard RH6.0 install. During the RH
installation I configured the following information:
IP: 192.168.100.3
Gateway: 192.168.100.1
DNS: 209.32.160.11
domain name: computerjargon.com
host name: ed.computerjargon.com
DNS 2: 209.32.160.10

That's all the network information I entered.When I am not online I
cannot telnet or FTP to my linux machine. Although I can access web
pages served by my linux machine.  I use a web interface to activate the
modem (get it to dial). I go to http://192.168.100.1. I click connect
and the modem does it's thing. Once I am connected to the 'net on my
Linux box I can then telnet and FTP to my box.

Is anyone else in a similar situation?

Jason Motylinski



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

From: James Rogers <[EMAIL PROTECTED]>
Subject: linux/win
Date: Thu, 22 Jul 1999 23:06:46 +0100

can someone point me in the right direction of how to network win and
linux computers and then connect them to the net


and NOT the how-to pages

not so much linux specific info but networking computers etc etc plus a
bit of samba info

TIA

James

--
ur dead but the world keeps spinning



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

From: [EMAIL PROTECTED]
Subject: IP masq + NT domain authentication
Date: Thu, 22 Jul 1999 23:33:43 GMT

Hello everyone,

I am trying out VMWare, using it to run NT on a Linux box.  I would like
to be able to access our corporate network - servers, printers, etc.
The corporate network uses NT domain authentication.  The problem is,
the company uses token ring instead of Ethernet, so I can't do the
Ethernet bridging solution.  :(

I have set up IP masq on Linux so the VMWare NT machine can ping other
machines, get name resolution via DNS, etc.  However, when I try to set
the NT Domain, NT complains that it can't see the PDC.  This is hogwash,
since I know the name of the PDC and can ping it by name!

Is there a fundamental limitation to IP masq which keeps it from doing
NT domain authentication?  Am I just setting it up incorrectly?  Anyone
have a workaround module like for FTP?

Thanks for the assist,
Scott Munns
[EMAIL PROTECTED]


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: Doyen Klein <[EMAIL PROTECTED]>
Subject: Re: ARP requesting on IP address
Date: Thu, 22 Jul 1999 16:39:16 -0700


>Doyen Klein schrieb in Nachricht <[EMAIL PROTECTED]>...
>>I posted this to redhat, but no one there has any clue? Can anyone
point
>>me towards a howto or faq that mentions this error ARP: arp is
>>requesting on ip address
>>
>Are you sure this is an error?
>Is the requested IP-Adress on the net (collision domain)?

Since that's all the message says, how to I tell what particular IP
address it's refering to?

Also, can I turn off the dmesg or atleast supress that particular
message?

>What does tcpdump exactly tell you?
it says
eth0: Setting promiscuous mode.
eth0: Setting promiscuous mode.
tcpdump: listening on eth0
16:35:34:012656 machinea.madeupname.org.1025 > 202.12.27.33.domain:
26717 NS? . (17)
16:35:34/042656 arp who-has 192.168.1.1 tell machinea.madeupname.org.

it repeats this sequence for different ip address.domain all identical
except for the ip (i'm guessing it's a dns
that'd I'll find in some configuration file.)


>>Is this because I have not setup reverse DNS?, or setup DNS
incorrectly?

>I dont think.
We'll I guess that's good.

It's obvious that I don't know what I'm doing, but my ignorance is only
surpassed by my perserverance,
and I promise, ...... I will figure this out! Thanks for your
suggestions.


--
Doyen & Sarah Klein
[EMAIL PROTECTED]



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

From: [EMAIL PROTECTED] (Monte Phillips)
Crossposted-To: redhat.networking.general
Subject: Re: HELP! IPCHAINS and FTP
Date: Thu, 22 Jul 1999 22:38:52 GMT

Too easy! <G>  You gotta enable ftp masq'ing
try:
insmod ip_masq_ftp
if it works there will be no error messages.
If it does error then make sure that the module is compiled.

g'luk

 Marco <[EMAIL PROTECTED]> wrote:
>With the enclosed script I use IPchains to connect my LAN to an internet
>gateway.
>Some info:
>IP at my ISP 212.127.151.92 with a default gateway 212.127.144.4
>LAN 10.10.10.1 (=  linux pc as gateway), other pc's (running Win95)
>10.10.10.2-10.10.10.x
>Dingo is 10.10.10.1 and dango is 10.10.10.2
>Everything except FTP works. I can logon to a ftp server but there never
>directory listing is shown. Sometimes CuteFTP returns a socket error or
>doesn't do a thing after logging in and showing loginmessages.


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

From: [EMAIL PROTECTED]
Crossposted-To: 
comp.os.linux.questions,comp.os.linux.setup,comp.protocols.ppp,linux.dev.ppp,linux.redhat.ppp
Subject: ISDN Difficulties with LCP negotiation
Date: Thu, 22 Jul 1999 23:49:35 GMT
Reply-To: [EMAIL PROTECTED]

Hello!

I'm having some difficulty with a 3Com US Robotics ISDN TA. I've 
managed to get it to connect, but either my system or the remote 
system disconnects shortly afterward.  I've read the PPP and Serial 
HOWTOs as well as the PPP-over-ISDN HOWTO and done extensive 
searches on dejanews to no avail.  

I'm using Redhat 6.0 with the Linux 2.2.5 kernel.

It appears to be some type of problem in the LCP negotiation.  
If I leave out the silent option (in the /etc/ppp/options below) 
I get only a single packet (the asyncmap packet) sent before I'm
disconnected.

Log files and config info below.

I'd appreciate any help I could get!

Thanks in advance,


pppd command line:
pppd /dev/ttyS0 115200 crtscts modem defaultroute mtu 1500 lock
connect /etc/ppp/ppp-on-dialer

/etc/ppp/options:
defaultroute
noipdefault
asyncmap 0
user xxxx
debug
crtscts
modem
silent

log file(s):
Jul 22 16:17:04 arrow pppd[3624]: pppd 2.3.7 started by root,
Jul 22 16:17:05 arrow chat[3625]: timeout set to 6 seconds
Jul 22 16:17:05 arrow chat[3625]: abort on (\nBUSY\r)
Jul 22 16:17:05 arrow chat[3625]: abort on (\nNO ANSWER\r)
Jul 22 16:17:05 arrow chat[3625]: abort on
(\nRINGING\r\n\r\nRINGING\r)
Jul 22 16:17:05 arrow chat[3625]: send (^MAT^M)
Jul 22 16:17:06 arrow chat[3625]: expect (OK)
Jul 22 16:17:06 arrow chat[3625]: ^M
Jul 22 16:17:06 arrow chat[3625]: OK
Jul 22 16:17:06 arrow chat[3625]:  -- got it
Jul 22 16:17:06 arrow chat[3625]: send (AT&A3&D2H0*R=4*PPP=2^M)
Jul 22 16:17:06 arrow chat[3625]: timeout set to 60 seconds
Jul 22 16:17:06 arrow chat[3625]: expect (OK)
Jul 22 16:17:06 arrow chat[3625]: ^M
Jul 22 16:17:06 arrow chat[3625]: ^M
Jul 22 16:17:06 arrow chat[3625]: OK
Jul 22 16:17:06 arrow chat[3625]:  -- got it
Jul 22 16:17:06 arrow chat[3625]: send (ATD635-0058^M)
Jul 22 16:17:07 arrow pppd[3624]: Serial connection established.
Jul 22 16:17:07 arrow pppd[3624]: Using interface ppp0
Jul 22 16:17:07 arrow pppd[3624]: Connect: ppp0 <--> /dev/ttyS0
Jul 22 16:17:07 arrow chat[3625]: expect (CONNECT)
Jul 22 16:17:07 arrow chat[3625]: ^M
Jul 22 16:17:07 arrow chat[3625]: ^M
Jul 22 16:17:07 arrow chat[3625]: CONNECT
Jul 22 16:17:07 arrow chat[3625]:  -- got it
Jul 22 16:17:07 arrow chat[3625]: send (^M)
Jul 22 16:17:07 arrow pppd[3624]: Serial connection established.
Jul 22 16:17:07 arrow pppd[3624]: Using interface ppp0
Jul 22 16:17:07 arrow pppd[3624]: Connect: ppp0 <--> /dev/ttyS0
Jul 22 16:17:09 arrow pppd[3624]: rcvd [LCP ConfReq id=0x0 <auth pap>
<magic 0xc3d07300> <asyncmap 0x0>]
Jul 22 16:17:09 arrow pppd[3624]: sent [LCP ConfReq id=0x1 <asyncmap
0x0> <magic 0x5fda9741> <pcomp> <accomp>]
Jul 22 16:17:09 arrow pppd[3624]: sent [LCP ConfAck id=0x0 <auth pap>
<magic 0xc3d07300> <asyncmap 0x0>]
Jul 22 16:17:10 arrow pppd[3624]: Hangup (SIGHUP)
Jul 22 16:17:10 arrow pppd[3624]: Modem hangup
Jul 22 16:17:10 arrow pppd[3624]: Connection terminated.
Jul 22 16:17:10 arrow pppd[3624]: Connect time 0.1 minutes.
Jul 22 16:17:11 arrow pppd[3624]: Exit.


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


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