Linux-Networking Digest #395, Volume #10          Sat, 6 Mar 99 05:14:21 EST

Contents:
  Re: Linux Router/Firewall problem (Mihai)
  Dial up to an ISP ("R.S. Tse")
  remote tar (Carlo Bertelli)
  Re: Using mgetty and diald on same line ("Eddie Carpenter")
  How to force Sendmail to relay outgoing mails to a certain server? ("Karel Goderis")
  Re: help with script to temporarily reconfig net (MikeF)
  Re: smbmount won't work (Kelly Wilson)
  Re: The truth about the Pentium III chip and ID --- **boycott info** ("Michael T. 
Richter")
  Re: Performance problem Win95 <-> Linux (Andreas Hinz)
  Re: lessons learned while setting up masquerading (MikeF)
  Satan problems (Jon Heffley)
  Re: simple network setup problem (Raymond Doetjes)
  V.90 ISA modems for Linux  (Andrew Comech)
  Re: Is there a WinNT/Linux guide for idiots? (Rick Onanian)
  Re: collisions and dropped packets (Jim Roberts)
  Absolute PPP Frustration ([EMAIL PROTECTED])
  Re: Problems mounting a SunSolaris filesystem through NFS (Jim Roberts)
  pppd ccp negotiation problems (Michael J Surette)
  Hitachi PII 266 Notebook, Ethernet trouble (Lachlan Dunlop)
  Monitoring IP Traffic (Clemens Heise)
  Source code for ifconfig required ("Vish Viswanathan")

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

From: Mihai <[EMAIL PROTECTED]>
Subject: Re: Linux Router/Firewall problem
Date: Thu, 04 Mar 1999 22:01:08 -0500

Where exactly did u found the article .What issue ?

Mihai

[EMAIL PROTECTED] wrote:

> Thanks for the messages on the routing.  I think I have it correct now(A great
> article in LJ by Mike Hughes gave me the right routing script as well).  But
> the problem is still forwarding I think.  Here is the new situation.  The
> router can see the outside world, and one of the machines on the inside(test
> machine).  The test machine can see, the eth1 address of the router, and the
> eth0 address, which is the DSL address of the adaptor.  It can also see the
> gateway PacBell provided.  It can telnet in and ping the router eth0.  What it
> can't see is anything past that.  Like our name server and such.  I have an
> entry under /proc/net for ip_forward, so I THINK it is working.  I have tried
> some simple ipfwadm rules to just forward/accept everything, but those don't
> work.  Also, when I run traceroute, it gets to the eth1 adaptor address, then
> just stops on the firewall.  Any ideas?
>
> >
> > your routing table should look more like
> > host/network  netmask       gateway        interface
> > 127.0.0.0     255.0.0.0                    lo
> > 192.168.1.0   255.255.255.0                eth0
> > xxx.xxx.xxx.0 255.255.255.0                eth1
> > default       0.0.0.0       xxx.xxx.xxx.?  eth1
> >
> > This can be achieved by:
> > route add -net 127.0.0.0     netmask 255.0.0.0     dev lo
> > route add -net 192.168.1.0   netmask 255.255.255.0 dev eth0
> > route add -net xxx.xxx.xxx.0 netmask 255.255.255.0 dev eth1
> > route add default gw xxx.xxx.xxx.?
> >
> > Hope this helps,
> >
> > Luca
> > --
> > Luca Filipozzi <[EMAIL PROTECTED]>
> >
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own


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

From: "R.S. Tse" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Dial up to an ISP
Date: Thu, 04 Mar 1999 21:59:33 -0500

Hi,

Has anybody got a sample script to dial up to an ISP by the PAP
protocol?

Any information by e-mail will be appreciated.
TIA.


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

From: Carlo Bertelli <[EMAIL PROTECTED]>
Subject: remote tar
Date: Fri, 05 Mar 1999 00:29:49 +0100
Reply-To: [EMAIL PROTECTED]

Hello,

I know you can remote tar piping to rsh, but how to define network 
permissions? Is the rmt program a safer strategy. If I have a /dev/st0 
tape device, how should I address it from a remote machine in gnu 
tar/rmt sintax?

TIA
        Carlo

I know it's a quasi-faq. But tar docs and rmt mans do not clearly 
address the subject. Maybe for security concerns.

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

From: "Eddie Carpenter" <[EMAIL PROTECTED]>
Crossposted-To: de.alt.comm.mgetty
Subject: Re: Using mgetty and diald on same line
Date: Sat, 6 Mar 1999 10:15:51 +0200

I have the following setup, maybe it will help

If you are going to make use of masquerading the get hold of the
mini howto IP-Masquerade document.
If not you can ignore point 3

Here is how I did it running a Redhat 5.2 system.

1. My Setup
  - I have three machines (NT 4, Win 95 and Redhat Linux 5.2) connected via
Ethernet net.
  - The linux box connects to the internet using demand dialup (diald).
  - Samba is running on the linux box
  - Name server is used (Named).
  - I used the following IP address 192.168.1.1 - 192.168.1.3
  - mgetty+sendfax

2. Getting diald to work.
    1. Using "control-panel" add a PPP interface.
    2. Test the PPP connection on your linux machine and make sure it works.
    3. Download diald-0.16.4-1.i386.rpm and diald-config-0.1-1.i386.rpm
    4. Install the two rpm's.
    5. Using "control-panel" under "Routing" set "default gateway" to
"none".  Diald will add it's own default route
    6. Tick the Network Packet Forwarding (IPv4) box. (needed for
masquerading).
    7. Edit /etc/sysconfig/diald and add DEFROUTE=yes at the bottom of the
file.
    6. run "/etc/rc,d/init.d/diald start"
    7. Testing the demand diald on the Linux box. e.g. ping www.linux.org

3. Getting Masquerading to work.
    1. ipfwadm 2.3.0 must be installed - (Part of the Redhat installation!)
    2. Create the following file
        /etc/sysconfig/network-scripts/masq
            #!/bin/sh
            /sbin/ipfwadm -F -f
            /sbin/ipfwadm -F -p deny
            /sbin/ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0

    3. Edit /etc/rc.d/init.d/diald
         call above script in the start section
         in the stop section add the following entry: "/sbin/ipfwadm -F -f"

    4. insert the following modules, /etc/rc.d/local is a good place
        /sbin/insmod ip_masq_cuseeme
        /sbin/insmod ip_masq_ftp
        /sbin/insmod ip_masq_irc
        /sbin/insmod ip_masq_quake
        /sbin/insmod ip_masq_raudio
        /sbin/insmod ip_masq_vdolive

    5. Configure the network on the OTHER machines to be on the 192.168.1.0
network.
    6. Now test it - browse to http://www.linux.org from one of the other
machines

4. Name Server.
    1. I have noticed, if you running Microsoft network  it does a DNS
lookup of all the workgroups,
        this resulted in diald dialing out to resolve the workgroup name.
This problem was removed by
        creating a DNS entry for every workgroupe defined.
   2.  To use a Name Server set NameServer=yes in /etc/sysconfig/diald

5. mgetty+sendfax
    1. Add the following entry in /etc/inittab
            M:12345:respawn:/sbin/mgetty /dev/modem
    2. Configure all the config files in /etc/mgetty+sendfax with your site
specific info
    3. do "killall -HUP init" to get the new entry active

Hope this solves your problem

Eddie Carpenter


David C. Barnhart II <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
>This is probably a(n) FAQ, so bear with me.  Has anyone successfully
>configured both mgetty and diald to work on the same modem line,
>allowing dialout on demand if modem is not in use, but also allowing
>incoming PPP connections with mgetty if a dialout is not in progress?
>Any gotchas I should be aware of?
>
>If there are HOWTOs or any other help on this, I would appreciate it
>if someone could point me in the right direction.
>
>Also, I can build mgetty on my primary build system, but would like
>to install it on a system with no build environment (stripped-down
>RedHat 5.1).  I realize I could move over the various binaries and
>configs by hand, following the "make install" from the Makefile, but
>before I do this, are there any pre-built 1.1.20 RPMs for this
>system?  Or alternatively, does anyone have a script for building an
>RPM for this after building it on my build system?
>
>Thanks,
>
>--
>David Barnhart
>[EMAIL PROTECTED]



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

Reply-To: "goderis" <[EMAIL PROTECTED]>
From: "Karel Goderis" <[EMAIL PROTECTED]>
Subject: How to force Sendmail to relay outgoing mails to a certain server?
Date: Sat, 6 Mar 1999 09:33:17 +0100

All,

    I would like to get sendmail to the mail relay of my provider to deliver
mail instead of directly making connections to destination machines. How?
(nothing in the faq about this). I need this as my cablemodem provider is
filtering all tcp port 25 traffic except for traffic to this one relay
server....


Cheers,
    Karel Goderis



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

From: MikeF <[EMAIL PROTECTED]>
Subject: Re: help with script to temporarily reconfig net
Date: Sat, 06 Mar 1999 08:43:37 GMT

jamie wrote:
> 
> Arthur Corliss <[EMAIL PROTECTED]> wrote:
> >
> >Why switch what device eth0 and eth1 is attached to?  Perhaps I'm missing
> >something, but it would seem that if you're just insisting on using certain
> >addresses for certain traffic you could use ifconfig and the route command to
> >swap the addresses.
> 
> Because they have different connectors.  eth0, normally going to the
> cable modem, has the 10baseT connector, which is what the NIC that came
> on the new machine has.  eth1, normally my house lan, uses BNC connector.
> When the new machine is ready to go, I will be transferring the BNC card
> to the new machine, and retiring the old machine.
> 
> I already know I can use the ifconfig and route commands to do this. I
> know how to both add and delete routing, I'm just not clear on how to
> undo the ifconfig commands while running (as opposed to rebooting without
> the rc.inet1 script bringing them up).  If I wanted to reboot every ten
> minutes, I'd be running my Windoze partition.
> 
> I have 3 harddrives on the old machine, only one of which will fit in the
> new one.  I have to do some extensive rearranging to put everything on
> the new machine, make it convenient to find everything on a different
> partitioning scheme, and ensure that any critical data on either one
> has a backup area on the other.  So I want to script the ifconfig and
> routing to do this on and off over several days.
> 
> --
>   jamie  ([EMAIL PROTECTED])
> 
>                 "There's a seeker born every minute."

There is an argument for ifconfig that will bring an interface down.  If I
recall correctly, just specify the interface you want down and add "down" at the
end.  You should look in man ifconfig for details.
-- 
Mike Fedyk - [EMAIL PROTECTED]

Webmaster for The Flag Day Festival.
        http://www.flagday.com

Debian - Linux . . . The Ultimate Windows NT service pack. :)
        http://www.debian.org

"People want to have the computing equivalents of truck or heavy equipment
operators without even bothering to learn how those machines work."

  / /  (_)__  __ ____  __   * Powerful * Flexible * Compatible * Reliable *
 / /__/ / _ \/ // /\ \/ / *Well Supported * Thousands of New Users Every Day*
/____/_/_//_/\_,_/ /_/\_\  The Cost Effective Choice - Linux Means Business!

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

From: Kelly Wilson <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb,linux.samba
Subject: Re: smbmount won't work
Date: Sat, 06 Mar 1999 08:44:52 GMT

> I have the Same Problem I have Kernel 2.2.2 and Samba 2.0.3.
> I reinstalled smbfs, no help. ?????

You installed the smbfs RPM?  To my knowledge, there is no updated version of the smbfs
RPM for kernel 2.2.x.  You have to use the version of smbmount which comes with Samba
2.0.x.  By default, samba 2.0.3 with install everything under /usr/local/samba/ (that
includes the binaries), which is not in your path (unless you explicitly added it).  
Thus,
if you do have the old smbfs RPM installed and you're trying to run smbmount from
somewhere other than /usr/local/samba/bin, you're still running the old version.


-- Kelly


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

From: "Michael T. Richter" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.lang.perl.misc,comp.lang.python,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: Re: The truth about the Pentium III chip and ID --- **boycott info**
Date: Fri, 05 Mar 1999 18:55:20 GMT

Could you paranoid gits either post messages relevant to Python or move this
crap from comp.lang.python?

Todd Bandrowsky wrote in message <[EMAIL PROTECTED]>...
>
>Oh please, spare the misrepresentation.  Sun Microsystems, you know, the
>holy good guys, have had the concept of a software accessible unique
>identifier in all of their hardware.  Corporate America wants to track
>people, and Sun has been giving them that technology for years.  If you are
>going to boycott Intel, then you should boycott Sun too.
>
>JoHn DoH <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>>I beg to differ but MAC addressess are not made for spying on us they
>>are for network location and such.  No on knows that I own a certain
>>MAC  address (unlike Intel that wants you to register after getting the
>>PIII).  I think it is a bad move on intel's part but those that accept
>>it are doomed to get shafted.  Your ass not mine (I will keep my PI any
>>day running).  Sorry for the crossposting just got a little annoyed and
>>wanted it to be righted in all places of being.
>>
>> -DoH
>>
>>Kano wrote:
>>>
>>> Oh come on. Many other standard devices (ethernet cards, for example)
>have their
>>> own unique serial numbers that software can use at will. Get over it.
>>>
>>> -kl
>>>
>>> Boycott Swintel <[EMAIL PROTECTED]> wrote in message
>>> news:[EMAIL PROTECTED]...
>>> >Take the Pentium III Boycott Survey
>>
>>--
>>JoHn 'DoH' KeLm
>>http://www.johndoh.cjb.net
>>"People are too stupid to realize they are" - DoH
>
>


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

From: [EMAIL PROTECTED] (Andreas Hinz)
Subject: Re: Performance problem Win95 <-> Linux
Date: Sat, 06 Mar 1999 08:59:23 GMT

On 5 Mar 1999 18:12:37 GMT, Michel A. Lim <[EMAIL PROTECTED]>
 wrote:
>so how does one adjust the MTU settings on the linux side?
>
ifconfig eth0 mtu xxxx


-- 
Med venlig hilsen / Best regards

Andreas Hinz

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

From: MikeF <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux
Subject: Re: lessons learned while setting up masquerading
Date: Sat, 06 Mar 1999 09:01:59 GMT

Rick Onanian wrote:
> BTW, in another message (possible in another ng, I forget) someone mentioned that 
>he's using IP aliasing
> on ONE ethernet card as an alternative to using two cards to IP masquerade his cable 
>modem -> internal
> network. Otherwise, same setup as normal. Pretty neat trick, eh? I'm gonna try it...
> 
> > All the best...!
> >
> > Michael.
> 
>   rick

Yes, I've done this also.  Take into consideration that if you're using a hub,
the cable modem will be transmitting to your linux box with ip masq, that box
will transmit it to the box that requested the (http,ftp,pop3,etc...) transfer. 
The traffic on your lan will increase by 1.5 times and you *could* get a lot of
collisions that *could* reduce your transfer rate, depending on the speed of
your machines and/or NICs.

Although, if you only have one nic, you could use this setup until your network
traffic warrants this type of upgrade. Like I'm doing :)

Just my 2 cents.
-- 
Mike Fedyk - [EMAIL PROTECTED]

Webmaster for The Flag Day Festival.
        http://www.flagday.com

Debian - Linux . . . The Ultimate Windows NT service pack. :)
        http://www.debian.org

"People want to have the computing equivalents of truck or heavy equipment
operators without even bothering to learn how those machines work."

  / /  (_)__  __ ____  __   * Powerful * Flexible * Compatible * Reliable *
 / /__/ / _ \/ // /\ \/ / *Well Supported * Thousands of New Users Every Day*
/____/_/_//_/\_,_/ /_/\_\  The Cost Effective Choice - Linux Means Business!

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

From: Jon Heffley <[EMAIL PROTECTED]>
Crossposted-To: comp.security.unix
Subject: Satan problems
Date: Thu, 04 Mar 1999 19:06:17 -0500

    I'm running Red Hat 5.1 and i recently installed SATAN.  My problem
is when i start to scan the target (which is simply localhost) it
freezes.  I have a process monitor in the corner of my screen and it
just pretty much goes dead.  it doesn't freeze, but it doesn't seem to
do anything else.  What am i doing wrong.  please respond to my email
address ([EMAIL PROTECTED]).

Thank you,
Jon Heffley


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

From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: simple network setup problem
Date: Sat, 06 Mar 1999 11:03:32 +0100

Your /etchosts file probably lacks this line
127.0.0.1  localhost

or your ifconfig has no lo device in it.
Read the ifconfig man page to add a lo device


Raymond

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

Date: Fri, 05 Mar 1999 13:46:48 -0500
From: Andrew Comech <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware
Subject: V.90 ISA modems for Linux 

Hi everybody,
I've been trying to track internal V.90 ISA modems which would 
work under Linux; if you are looking for such things --

http://www.math.sunysb.edu/~comech/tools/CheapBox.html#modem

***But please use your own judgement; I do not guarantee anything***

So far, I found nothing below $40; please post a reply if you know
something.
Cheers,
Andrew

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

From: Rick Onanian <[EMAIL PROTECTED]>
Subject: Re: Is there a WinNT/Linux guide for idiots?
Date: Fri, 05 Mar 1999 11:31:46 -0500

[EMAIL PROTECTED] wrote:
> 
> I've tried, but the terminologies of the two systems
> have got me buffaloed.  Is there a simple guide that
> translates WinNT terms such as WORKGROUP and
> COMPUTER NAME into Linux or conversely
> translates DOMAIN, HOST, etc.?  It would make it a
> lot easier for dopes like me who would like to use
> Samba.
> 
> Norman Miller

Well, the problem with such a 'rosetta stone' sort of thing, is that
there's not usually one word -> one word conversions. In your examples,
you're not confused about the vocabulary, you're confused about how it
works. Workgroup and computer name are the same in Linux as NT, and
domain and host are also the same - workgroup/name are used for Netware
and Microsoft networking (you'll use those with Samba). Domain and host
are used for TCP/IP (which you probably have in NT, as well as Linux).

Linux likes to look at things from a completely differant point of view
than Windows does, so you really just have to unlearn what you know, and
learn Linux from scratch.
-- 
  rick - a guy in search of raw (ISO) cd images of SuSE and Slackware
===============
My opinions don't exist, and as such, are not anyone elses. I do not 
represent anyone, not even myself, and especially not my employer.
---
Looking for a 1968 Camaro SS convertible, black interior, 
beat-up rustbucket that is in need lots of restoration and TLC.
---
To email me, take out the papers and the trash
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: collisions and dropped packets
Date: Fri, 05 Mar 1999 16:52:24 GMT

Eugene:

I it happened all of a sudden then I would expect a  hardware
problem. 

Try cables first, then hub then cards.

> Hi, all
> 
> I have a LAN of 2 PCs connected to the internet via cable modem. The
> gateway (running Debian 2.0) started misbehaving recently. I am getting
> LOTS of collisions on eth0 (cable modem's network card), and many
> dropped packets. What are these errors and how do I fix them? (All
> network cards are ne2000 clones)
> 
> I noticed that the overall transfer rate became considerably lower and
> domain name lookups slowed down to a crawll (I'm running a caching name
> server which used to work just fine).
> 
> can somebody please help me with this?
> 
> thanks,
> 
> Eugene
> 

-- 
Jim Roberts         Never enough time!
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED]
Subject: Absolute PPP Frustration
Date: Fri, 05 Mar 1999 16:01:02 GMT

I'm a new linux user, trying to install and congigure my modem, PPP style.
I've been trying with two non-winmodem PnP 28.8s, and to no avail thus far.

To this point, I've tried using Minicom just to establish communication with
the modem, but this has been unsuccessful.  Also, I've tried CHAT, with proper
PPP parameters given at the command line.  It attempts to ATZ, and never
recives an OK.

I'm running turboLinux, and their probing utilities have found the modem, but
pretend it's not there when it's time to dial out.

Maybe I'm going about this completely backwards, but I know there is a simple
process out there I need to follow, and I'd be undescribably indebted to
anyone who could detail that process from A - Z.  I'm a fairly adept guy,
just treading on unfamiliar ground.  No need to write a book, just tell me
where to go, and what to do when I get there!  THANKYOU!! -- in advance.

Chris Beams-->

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

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

From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: Problems mounting a SunSolaris filesystem through NFS
Date: Fri, 05 Mar 1999 16:59:33 GMT

I'm not a sun expert but have some experience with the interaction
between Solaris and Linux.  

I believe your problem stems for the fact that Solaris uses file
locking on NFS by default and Linux does not. When I first set up
my connections between the two I was haveing files trunkcated when
transferring from Linux to Solaris. No errors reported until you 
tried to use the files.

This interaction has been corrected in the Linux 2.2.x kernels

> Hello,
> 
> Recently I installed a Suse6.0 distribution on my PC. With the
> permission of 
> the system manager of my Department I mounted through NFS a filesystem
> on a 
> Sun Ultra2 Sparc machine, running Solaris 2.6 (this is the machine where
> my
> user's disk space is located). Twice the filesystem was succesfully
> mounted, 
> but, after working a little bit (e.g, running Netscape 4.5 from my Linux
> box 
> on my user in the nfs filesystem) the NFS server of the SunSolaris
> machine 
> crashed (RPC stopped). 
> 
> (In the Solaris machine I run Netscape 3.01, and both (Netscape 3.01 in
> the
> Sun machine and Netscape 4.5 in the Linx box) share the same .netscape 
> directory; I don't know if this can cause troubles).
> 
> The system manager of my Dept. is not giving me more permission for
> mounting this filesystem until I can tell him how do it without
> causing difficulties to the rest of users. 
> 
> The current line of the /etc/fstab file in my Linux box is:
> 
>  xampany:/users/onl3   /users/onl3         nfs             bg,soft   
> 1   2
> 
> (anyway, when trying from bash:
>         # mount -t nfs xampany:/users/onl3   /users/onl3
> we got the same bad results
> ).
> 
> I must say that the Solaris machine has been running as a nfs
> client and server for more than two years without problems, in a network
> of other Sun and Dec-Alpha Stations.
> 
> Do you have some idea about how to "cleanly" mount this filesystem from
> Linux?

SNIP

-- 
Jim Roberts         Never enough time!
[EMAIL PROTECTED]

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

From: Michael J Surette <[EMAIL PROTECTED]>
Subject: pppd ccp negotiation problems
Date: Fri, 05 Mar 1999 11:31:40 -0500

When I dial up my ISP, everything seems to go fine until I get to the
CCP phase of negotiation.  Here is a copy of my debug output.  Any ideas
as to why this is disconnecting me and how to fix it?

Mar  5 11:07:12 sunshine pppd[343]: sent [LCP ConfReq id=0x1 <asyncmap
0x0> <magic 0xad098cca> <pcomp> <accomp>]
Mar  5 11:07:12 sunshine pppd[343]: rcvd [LCP ConfReq id=0x1 <mru 1514>
<asyncmap 0x0> <auth pap> <magic 0x1bdd100> <pcomp> <accomp> < 11 04 05
ea> < 13 03 00>]
Mar  5 11:07:12 sunshine pppd[343]: sent [LCP ConfRej id=0x1 < 11 04 05
ea> < 13 03 00>]
Mar  5 11:07:12 sunshine pppd[343]: rcvd [LCP ConfAck id=0x1 <asyncmap
0x0> <magic 0xad098cca> <pcomp> <accomp>]
Mar  5 11:07:12 sunshine pppd[343]: rcvd [LCP ConfReq id=0x2 <mru 1514>
<asyncmap 0x0> <auth pap> <magic 0x1bdd100> <pcomp> <accomp>]
Mar  5 11:07:12 sunshine pppd[343]: sent [LCP ConfAck id=0x2 <mru 1514>
<asyncmap 0x0> <auth pap> <magic 0x1bdd100> <pcomp> <accomp>]
Mar  5 11:07:12 sunshine pppd[343]: sent [PAP AuthReq id=0x1
user="rossv" password="password"]
Mar  5 11:07:13 sunshine pppd[343]: rcvd [PAP AuthAck id=0x1 ""]
Mar  5 11:07:13 sunshine pppd[343]: sent [IPCP ConfReq id=0x1 <addr
207.236.51.100> <compress VJ 0f 01>]
Mar  5 11:07:13 sunshine pppd[343]: rcvd [IPCP ConfReq id=0x3 <compress
VJ 0f 00> <addr 206.47.98.9>]
Mar  5 11:07:13 sunshine pppd[343]: sent [IPCP ConfAck id=0x3 <compress
VJ 0f 00> <addr 206.47.98.9>]
Mar  5 11:07:13 sunshine pppd[343]: rcvd [IPCP ConfNak id=0x1 <addr
207.236.51.174> <compress VJ 0f 00>]
Mar  5 11:07:13 sunshine pppd[343]: sent [IPCP ConfReq id=0x2 <addr
207.236.51.174> <compress VJ 0f 00>]
Mar  5 11:07:13 sunshine pppd[343]: rcvd [IPCP ConfAck id=0x2 <addr
207.236.51.174> <compress VJ 0f 00>]
Mar  5 11:07:23 sunshine pppd[343]: rcvd [CCP ConfReq id=0x4 < 12 06 00
00 00 01> < 11 05 00 00 03> < 11 06 00 00 01 01>]
Mar  5 11:07:23 sunshine pppd[343]: sent [CCP ConfReq id=0x1]
Mar  5 11:07:23 sunshine pppd[343]: sent [CCP ConfRej id=0x4 < 12 06 00
00 00 01> < 11 05 00 00 03> < 11 06 00 00 01 01>]
Mar  5 11:07:23 sunshine pppd[343]: rcvd [CCP ConfNak id=0x1 < 12 06 00
00 00 01>]
Mar  5 11:07:26 sunshine pppd[343]: sent [CCP ConfReq id=0x1]
Mar  5 11:07:26 sunshine pppd[343]: rcvd [CCP TermAck id=0x5]
Mar  5 11:07:26 sunshine pppd[343]: sent [CCP TermReq id=0x2"No
compression negotiated"]
Mar  5 11:07:26 sunshine pppd[343]: rcvd [CCP TermAck id=0x2]
Mar  5 11:07:54 sunshine pppd[343]: sent [LCP TermReq id=0x2 "User
request"]
Mar  5 11:07:54 sunshine pppd[343]: rcvd [LCP TermAck id=0x2]


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

From: Lachlan Dunlop <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Hitachi PII 266 Notebook, Ethernet trouble
Date: Fri, 05 Mar 1999 11:21:52 +0000

Hello,

I have a Hitachi PII 266 notebook with a built it ethnet adapter.  It is
a 10/100 beast.  I have tried numerous drivers but I cannot get linux to
recognize it.  I have an old Hitachi notebook with ethernet  which uses
the lance32 driver and that works fine with linux

Anyone have a solution to this one??

Thanks

Lach


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

From: [EMAIL PROTECTED] (Clemens Heise)
Subject: Monitoring IP Traffic
Date: Fri, 05 Mar 1999 16:41:52 GMT
Reply-To: [EMAIL PROTECTED]

Hello !
I�m looking for a useful (Perl/C) tool for to monitoring IP Traffic on al local 
network. What I want is, to count the
Traffic to predfined hosts in our LAN. The result should be a list which tells me how 
many kbytes were sent to/recieved
by the hosts. I tried sniffit und tcpdump, but I cant get it work for my purpose. 

Any experince or tips ?
---
Clemens Heise
eMail [EMAIL PROTECTED]

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

From: "Vish Viswanathan" <[EMAIL PROTECTED]>
Subject: Source code for ifconfig required
Date: Fri, 5 Mar 1999 08:39:06 -0800

Could someone please tell me where I can find the source code for ifconfig
utility.

Thanks
Vish

[EMAIL PROTECTED]



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


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