Linux-Networking Digest #626, Volume #12         Sat, 18 Sep 99 02:13:40 EDT

Contents:
  Re: CNet's PRO120 and Linux? (T.T. Lee)
  Re: [Q] On pppd, /etc/ppp/ip-up, Dynamic DNS ("Ross Crawford")
  Re: Help!! -- A DHCP problem with RH6.0 (Bo Forslund)
  ipchains ("Robert Wein")
  Dial-up fails with 2.2.x ("Ross Crawford")
  How do I configure diald and IP masq to work together? (Tim MacDonald)
  Re: What does "SOHO" mean (Chris)
  Re: DNS problems (Chris)
  WaveLAN drivers for linux (William Schwartz)
  Multiple posting (eTc Computer Consultants)
  Re: Is remote GUI possible ("Ricardo Wagner")
  RedHat 6.0 ("Dee")
  Please Help: Frame Errors?! (Benjamin Alan Weaver)
  BNC == Rude. (Rollin Thomas)
  Re: Linux and RoadRunner cable modem ([EMAIL PROTECTED])
  Need help to understand ppp/pppd behaviour after re-boot on RH 6.0 ("Ragman")
  Re: BNC == Rude. ("Neil Marko")
  backing up - smbumount problem ("Mitch Appleby")
  DSL & PPPoE (Michael Foster)
  browsing with 10base2 ("Neil Marko")
  Connecting Linux Boxes with LapLink Cable ([EMAIL PROTECTED])
  Re: BNC == Rude. (Rollin Thomas)
  Re: pppd problems??? I think (Bill Unruh)

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

From: T.T. Lee <[EMAIL PROTECTED]>
Subject: Re: CNet's PRO120 and Linux?
Date: Sat, 18 Sep 1999 03:21:12 GMT

In article <7qojh2$d75$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> As of yet, I haven't gotten my CNET Pro120b 10/100 to work. It is a
> tulip card and is supported. I get a segmentation fault when I try to
> bring it up. I'm using RH6.

Hmm.. if that is a tupli card then it should be supported out of the
box, right? buy.com has great price on this (US$8.95) and they have a
free shipping this weekend! check it out. :)


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

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

From: "Ross Crawford" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: [Q] On pppd, /etc/ppp/ip-up, Dynamic DNS
Date: Sat, 18 Sep 1999 14:02:06 +1000


Linux Hacker <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>
[snip]
> The questions I have are as follows:
>
> 1. Why the message "modprobe: Can't locate module ppp-compress-24"
> appeared when pppd is established?
>

In /etc/conf.modules, you need:

alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

> 2. What are those sent [LCP ... and rcvd [LCP ... messages? Should I
> worry about them?
>

No. These are normal ppp negotiation. If you don't want them to show in
/var/log/messages, edit your /etc/syslog.conf so it doesn't log daemon.debug
messages to /var/log/messages, and send HUP to syslogd.

> 3. I noticed that pppd exec's the /etc/ppp/ip-up script. This is why I
> modified my /etc/ppp/ip-up script to accomodate the need to update some
> dynamic DNS servers.  Below is stripped version of my /etc/ppp/ip-up
> script:
>

Not sure on this. I don't know what your scripts (ddup, etc) do. For my
installation, I use the defaultroute & usepeerdns pppd options, and get
ip-up to add the nameservers to /etc/resolv.conf. I pinched the code from
the /usr/doc/ppp*/scripts directory.

HTH,

ROSCO



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

From: Bo Forslund <[EMAIL PROTECTED]>
Subject: Re: Help!! -- A DHCP problem with RH6.0
Date: Sat, 18 Sep 1999 05:52:24 +0200

I replaced pump with dhcpc in the network scripts and installed the latest
dhcpcd.  With pump one doesnt get the same ip number as one had the last
time, if it wasn't to long ago, depending on the leasing time of ip numbers
on the dhcp server.

I hope this will help you
Bo




This is my ifup around line 104 and onward


elif [ -n "$DHCP" ]; then
    echo -n "Determining IP information for $DEVICE using dhcpcd..."
    IFNAME=${DEVICE} \
    /sbin/dhcpcd -c /etc/sysconfig/network-scripts/ifdhcpc-done ${DEVICE}
    echo "echo \$$ > /var/run/dhcp-wait-${DEVICE}.pid; exec sleep 30" | sh

    if [ ! -f /var/run/dhcp-wait-${DEVICE}.pid ]; then
 echo "failed."
 exit 1
    else


And here is my ifdown around line 62 and onwards



#  This is RedHat-6.0 original.  The lines below uses dhcpcd
#  for dhcp connections and pump for bootp connections
#
#if [ "$BOOTPROTO" = bootp -o "$BOOTPROTO" = dhcp ]; then
# pump -r -i ${DEVICE}
#fi


if [ "$BOOTPROTO" = bootp ]; then
 pump -r -i ${DEVICE}
fi

if [ "$BOOTPROTO" = dhcp -a $ISALIAS = no ]; then
    if [ -f /var/run/dhcpcd-${DEVICE}.pid ]; then
 kill `cat /var/run/dhcpcd-${DEVICE}.pid`
 rm -f /var/run/dhcpcd-${DEVICE}.pid
 exit 0







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

From: "Robert Wein" <[EMAIL PROTECTED]>
Subject: ipchains
Date: Sat, 18 Sep 1999 04:06:29 GMT

hi everybody

i have tried to find the info, and haven't been successful.

i am running ipfw right now on RH5.2 quite well.  i am planning to upgrade
to RH6.0 and use ipchains for firewall/NAT/proxy/etc.  however, i am rather
stumped on the implementation of ipchains.

is there a specific config file that needs to be somewhere?  if it does need
to be somewhere - where?  what goes into it?  same as ipfw config file?

can someone post a sample file, and where to put it?

thanks...




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

From: "Ross Crawford" <[EMAIL PROTECTED]>
Subject: Dial-up fails with 2.2.x
Date: Sat, 18 Sep 1999 14:10:16 +1000

Hi all.

I've just upgraded to RedHat 6.0, using 2.2.5 kernel. I've been running
2.0.36 for a while, had mgetty set up nicely so I could dial in from a
Windoze box using ppp. Worked a treat.

Now I can dial in, and ppp seems to work fine, but when I telnet or ftp to
the Linux box, it works initially, but then slows to a crawl, essentially
becoming unusable. Ping from the windoze box times out, where it averaged
~250ms when I first connect. There doesn't seem to be anything in the logs -
from telnet, ftp, or ppp.

Where should I start looking to solve this?

Thanks,

ROSCO




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

From: Tim MacDonald <[EMAIL PROTECTED]>
Subject: How do I configure diald and IP masq to work together?
Date: Sat, 18 Sep 1999 00:09:01 -0400

Hi,

    Diald seems to work from my linux box, but once the ppp connection
has been
    established, the W98 machines behind it lose connectivity to the
linux box.

   I am running kernel 2.0.37 with version 0.19 of diald.

    If anyone can give me a pointer regarding rules I may need to set in
the
    firewall file, I would appreciate it.

    Thanks,
-timm



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

From: [EMAIL PROTECTED] (Chris)
Subject: Re: What does "SOHO" mean
Date: Sat, 18 Sep 1999 03:46:54 GMT

On Wed, 15 Sep 1999 10:00:20 GMT, Jason Rosenberg <[EMAIL PROTECTED]> wrote
in comp.os.linux.networking:

>I just bought a SOHO Hub, I'm beginning to
>gather that the term "SOHO" means something.
>What is it?

Small Office / Home Office


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

From: [EMAIL PROTECTED] (Chris)
Subject: Re: DNS problems
Date: Sat, 18 Sep 1999 03:46:06 GMT

On Wed, 15 Sep 1999 01:46:30 GMT, JG <[EMAIL PROTECTED]> wrote in
comp.os.linux.networking:

>I've started diving into the DNS-HowTo, and have a
>problem that I can't find an answer to anywhere.
>
>I get 
>
>*** Can't find server name for address 127.0.0.1: Server failed
>
>when I call nslookup

Make sure your /etc/hosts file contains the line:
        127.0.0.1 localhost
and your /etc/host.conf contains the line:
        order hosts, bind



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

From: William Schwartz <[EMAIL PROTECTED]>
Subject: WaveLAN drivers for linux
Crossposted-To: comp.os.linux.misc
Date: Fri, 17 Sep 1999 17:15:02 GMT

Are drivers available for Lucent Technologies WaveLAN for linux (Redhat 6.0)?



thanks,
Bill


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

From: eTc Computer Consultants <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.admin
Subject: Multiple posting
Date: Sat, 18 Sep 1999 04:13:54 GMT

By the way, sorry for the multiple posting.  The @home news server is
screwing up, and the multiple freezes that I encountered have now become
multiple posts.




[EMAIL PROTECTED] wrote:
> 
> In article <[EMAIL PROTECTED]>,
>   eTc Computer Consultants <[EMAIL PROTECTED]> wrote:
> >
> > BUT !!!!!
> >
> > tcp/ip is NOT working correctly with the NT boxes.  Here are the
> > symptoms:
> >
> > 1) the nmbd component of samba broadcasts ok to NT boxes (doesn't need
> > tcp/ip);
> > 2) from the server, I can view shares on NT boxes
> (w/smbclient--requires
> > tcp/ip);
> > 3) from the server, I can ping all the NT boxes (requires tcp/ip, of
> > course);
> tcpip also on the nt side
> 
> > 4) NONE of the NT boxes can ping the server, even if they can see the
> > server on the network (presumably because of nmbd getting through via
> > netbeui, or other).
> 
> big question
> HOW do you ping ( ping xxx.xxx.xxx.xxx is NOT the same as ping
> <somenamehere>).
> because, you need adress resolution for the 2nd and not for the first.
> 
> >
> also, what does nt tell you when you try to access the smb-shares?
> 
> like, open a dosbox and type 'net use l: \\smbserver\share '
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

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

From: "Ricardo Wagner" <[EMAIL PROTECTED]>
Subject: Re: Is remote GUI possible
Date: Fri, 17 Sep 1999 23:23:45 -0500

I just downloaded and installed WEBMIN on my RH 6.0 Box and must say it is a
great product, easy to install, well designed, does provide good
administration but lacks a few things:

- Documentation.. poor. Its website only cares for three items in its FAQ
- No help whatsoever

Since it is a UNIX product, lacks a few things Linuxconfig takes care, like
ppp configuration and so on.

But its great !!

If somebody from its group read this, post a message, webmin deserves a
discussion group.

Derek Clifford <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Check out Webmin on www.webmin.com
>
> Derek
>
> Steve Waldo wrote:
>
> > I'm maintaining a server remotely and sometimes wish I could run a
graphical
> > program, such as linuxconf. Anyone know how this can be accomplished?
> >
> > Thanks.
> > --Steve
>
> --
>    Derek CLIFFORD (DAI)        |[EMAIL PROTECTED]
> Eurocontrol Experimental Centre|   mailto:[EMAIL PROTECTED]
>      BP15 - Rue des Bordes     |   Phone : +33.1.69.88.78.24
>     91222 Bretigny sur Orge    |   Fax   : +33.1.69.88.72.27
>
>



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

From: "Dee" <[EMAIL PROTECTED]>
Subject: RedHat 6.0
Date: Fri, 17 Sep 1999 10:43:25 -0700

I can't find where my cdrom drive is. I'm a begginer.





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

From: Benjamin Alan Weaver <[EMAIL PROTECTED]>
Crossposted-To: redhat.linux.ppp
Subject: Please Help: Frame Errors?!
Date: Fri, 17 Sep 1999 10:50:41 -0700

Hello y'all,
        Not long ago I posted a query about my difficulties in 
establishing a ppp link.  I have received several helpful responses, but
nothing so far has actually fixed the problem.
        This is the problem.  I dial in to the peer and negotiation of the 
connection appears to be achieved successfully.  However, any data 
(as opposed to negotiation) packets received from the peer arrive with 
frame errors.  For example, every received packet which I view with
pppdump
shows BAD FCS residue = (some hex number).  I also see the frame errors
with ifconfig.  Also, after several of these frame errors, it appears
that the peer gives up sending me packets at all.  I can transmit
packets
just fine, but since the peer stops responding, I might as well be
sending
them to /dev/null.
        My question to y'all is this:  What, precisely, causes frame 
errors?  I am disinclined to believe that compression may be the
culprit, 
since when I disable various forms of compression in the pppd options, 
the problem does not go away.
        For those of you interested in the details, I am running ppp-2.3.8
on a RH6.0 box at home, with a static IP number connection to the peer
running ppp-2.3.8 on a Sparc 5.  With the exception of frame errors, the
output of ifconfig and route are completely normal, so there is probably 
little to be gained by posting them here.  If anyone is interested I 
do have raw pppdump output available.

Thanx,
Benjamin Alan Weaver

<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>
<  The Dream Weaver                ><  When you choose an action,      >
<  [EMAIL PROTECTED]    ><  you choose the consequences     >
<  (510) 642-5516                  ><  of that action.                 >
<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>

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

Subject: BNC == Rude.
From: [EMAIL PROTECTED] (Rollin Thomas)
Date: 17 Sep 99 15:26:41 GMT

Learned countrymen!  My journey is nearly at an end.  For a
comparative newbie, I believe I have done rather well in my quest, but
I seek your aid in completing the journey.  Read on, o networkers.

Computer Numero Uno:
        Model:  Compaq Presario Laptop 1622
        Linux:  Debian slink 2.2.12
        NIC:    PCMCIA Linksys EC2T Combo (proved 10baseT, BNC==?)
        PCMCIA: pcmcia-cs 3.1.0 (extra crispy)

        Current output from ifconfig (transcribed):
        lo      Link encap:Local loopback
                inet addr:127.0.0.1  Mask:255.0.0.0     
                UP LOOPBACK RUNNING  MTU:3924  Metric:1
                RX packets:16 errors:0 dropped:0 overruns:0 frame:0
                TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
                Collisions:0

        eth0    Link encap:Ethernet  HWaddr:[correct]
                inet addr:192.168.1.2  Bcast:192.168.1.244 Mask:255.255.255.0
                UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                Collisions:0
                Interrupt:3 Base address:0x300

        Current output from route -n
        Destination Gateway     Genmask         Flags Metric Ref Use Iface
        127.0.0.1   0.0.0.0     255.255.255.255 UH    0      1   0   lo
        192.168.1.0 0.0.0.0     255.255.255.0   U     0      0   0   eth0
        0.0.0.0     192.168.1.1 0.0.0.0         UG    1      0   0   eth0

Computer Numero Dos:
        Model:  Frankenstein (586) 
        Linux:  Debian slink 2.2.12
        NIC-0:  3Com 3C509 (10baseT, connected to internet)
        NIC-1:  3Com 3C509 Combo (proved 10baseT, configured for 
                BNC with Etherlink III disk, supposed to talk to
                laptop.  Note below I have configured the base 
                addresses and IRQs right; there are no kernel 
                conflicts.)
        Addt'l: Kernel configured for use with IPCHAINS and IP-
                MASQUERADE in accordance with IPCHAINS-HOWTO, 
                IP-MASQUERADE-MINI-HOWTO and NET3-HOWTO.

        Current output from ifconfig:
        lo      Link encap:Local Loopback  
                inet addr:127.0.0.1  Mask:255.0.0.0
                UP LOOPBACK RUNNING  MTU:3924  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                Collisions:0 

        eth0    Link encap:Ethernet  HWaddr 00:20:AF:1B:EC:34  
                inet addr:129.15.30.227  Bcast:129.15.30.255 Mask:255.255.255.0
                UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                RX packets:338425 errors:0 dropped:0 overruns:0 frame:0
                TX packets:30647 errors:0 dropped:0 overruns:0 carrier:0
                Collisions:6 
                Interrupt:10 Base address:0x300 

        eth1    Link encap:Ethernet  HWaddr 00:60:97:19:4C:10  
                inet addr:192.168.1.1  Bcast:192.168.1.255 Mask:255.255.255.0
                UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                Collisions:0 
                Interrupt:15 Base address:0x280 

        Current output from route -n:
        Destination Gateway     Genmask         Flags Metric Ref Use Iface
        127.0.0.1   0.0.0.0     255.255.255.255 UH    0      0   0   lo
        192.168.1.0 0.0.0.0     255.255.255.0   U     0      0   0   eth1
        192.168.1.0 0.0.0.0     255.255.255.0   U     0      0   0   eth1
        129.15.30.0 0.0.0.0     255.255.255.0   U     0      0   0   eth0
        129.15.30.0 0.0.0.0     255.255.255.0   U     0      0   0   eth0
        0.0.0.0     192.168.1.1 0.0.0.0         UG    1      0   0   eth1
        0.0.0.0     129.15.30.1 0.0.0.0         UG    1      0   0   eth0

        Current output of ipmasq -d:
        /sbin/ipchains -P input DENY
        /sbin/ipchains -P output DENY
        /sbin/ipchains -P forward DENY
        /sbin/ipchains -F input
        /sbin/ipchains -F output
        /sbin/ipchains -F forward
        /sbin/ipchains -A input -j ACCEPT -i lo
        /sbin/ipchains -A input -j ACCEPT -i eth1 -d 192.168.1.1/32
        /sbin/ipchains -A input -j ACCEPT -i eth1 -d 192.168.1.1/32
        /sbin/ipchains -A input -j ACCEPT -i eth0 -d 129.15.30.227/32
        /sbin/ipchains -A input -j ACCEPT -i eth0 -d 129.15.30.227/32
        /sbin/ipchains -A output -j ACCEPT -i lo
        /sbin/ipchains -A output -j ACCEPT -i eth1 -s 192.168.1.1/255.255.255.0
        /sbin/ipchains -A output -j ACCEPT -i eth1 -s 192.168.1.1/255.255.255.0
       /sbin/ipchains -A output -j ACCEPT -i eth0 -s 129.15.30.227/255.255.255.0
       /sbin/ipchains -A output -j ACCEPT -i eth0 -s 129.15.30.227/255.255.255.0

Now the problem I have here is that the computers are not talking.
Like I said above, all network cards are proved on the 10baseT
transciever.  I've tried David Hind's dlport program, which doesn't
produce output when I type dlport eth0 10base2.  Then I try to
ping 192.168.1.1 but I get 
        
        eth0: timeout waiting for Tx RDC

and no packets are transmitted, according to the ping statistics I get
after ctrl-c.

Am I missing some piece of information here?

Rollin
--
  Rollin C. Thomas - [EMAIL PROTECTED] - www.nhn.ou.edu/~thomas
               "Good job, You.  Now back to work."

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

From: [EMAIL PROTECTED]
Subject: Re: Linux and RoadRunner cable modem
Date: Sat, 18 Sep 1999 04:17:00 GMT

You might try or ask at http://www.vortech.net/rrlinux/

Jim


In article <[EMAIL PROTECTED]>,
  Andy Johnstone <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm trying to move the cable modem to my linux box since i think it
> could handle it better.  I think i have it almost there, i can ping
> domains, but can't connect to anything.  I think its because the linux
> rrd isn't logging me in correctly.  Anyone else have this problem?
I'm
> also not sure of the login server name, i'm sure that would help.  I'm
> in the rochester area, anyone up here figure it out?
>
> Thanks
> Andy
>
>


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

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

From: "Ragman" <[EMAIL PROTECTED]>
Subject: Need help to understand ppp/pppd behaviour after re-boot on RH 6.0
Date: Fri, 17 Sep 1999 10:54:56 -0700

I am using the automatic dialing features of pppd, not diald.  When I first
boot the machine in the evening or morning, clicking on Netscape will
initiate a dial out and establish a connection to my ISP using CHAP
authentication.  So far, I have had to unplug the phone line from the
internal modem to actually break the connection.  I think removing "persist"
from /etc/ppp/options will allow the termination of Netscape to actually
cause the connection to be broken (I hope...).  Subsequent initiations of
Netscape seem to work just fine as long as I do not re-boot.

If I re-boot for some reason the modem will still dial out (and all of the
log entries appear the same as before -- debug is set and chat is run with
the verbose option), but then the connection seems to stop after sending the
first LCP request.  Nothing comes back from the ISP.  My system says
something about "request sent 9 times" before it gives up and terminates the
connection.  After powering down and letting the system sit for several
hours, things will be OK again until the next re-boot.  I have tried
powering down for an hour or so and that is not long enough.  Since I do not
leave the machine running when I am not around, I do not know whether the
power down is a factor or just the amount of time.

Can anyone provide some hints as to where to start looking?  So far, the
HOW-TOs, etc. have not been able to help.

Thanks

PJ



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

From: "Neil Marko" <[EMAIL PROTECTED]>
Subject: Re: BNC == Rude.
Date: Sat, 18 Sep 1999 05:00:38 GMT

I would do this:

1.  Put 1 nic in Frankenstein and set it to have the a local 192.168.x.y
address.  Make sure that the thinnet stuff is at least six feet long and
that you have the proper terminators in place.  You need not specify any
sort of default gateway and for that matter, do not add any additional route
commands nor any ipchains commands!

You should be able to ping between the laptop and Frankenstein.  If you
can't then you might have a bad card or two.  I have had cards that have
blown BNC interfaces but OK UTP interfaces.  For these cards, if you can
boot to MS-DOS, most cards have diagnostic programs that will checkout the
hardware.  If they were from the same vendor, then you could actually bounce
diag packets between them.  Alas they are not.

2. Assuming all is OK, you can then add in the second nic to Frankenstein.
You should not need to add any static routes.  For your IP chains, something
as simple as:

ipchains -P forward DENY
ipchains -A forward -s 192.168.1.0/24 -j MASQ

I assume that you want the laptop to communication through Frankenstein to
the internet.  Once you get this working, you can then add in other ipchains
commands to fully protect yourself.

Good luck and let us know if this helps,

NM




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

From: "Mitch Appleby" <[EMAIL PROTECTED]>
Subject: backing up - smbumount problem
Date: Fri, 17 Sep 1999 12:38:16 -0500

I put the following in a 'script' file.  It works until it reaches the
smbumount .. then I get an error:
could not unmount /mnt/kermitd  device busy or resource busy
the command works on the command line though

any ideas?

Mitch Appleby
IS Admin
Dubuque Stamping

ps.  The files do get backed up



# This file tar's kermit's D: drive
date >> /var/log/tar.log
echo "Backup Kermit D" >> /var/log/tar.log
/usr/sbin/smbmount //kermit/d$ /mnt/kermitd -Umitch -Pomega -credhat2
date >> /var/log/tar.log
echo "Kermit mounted" >> /var/log/tar.log
cd /mnt/kermitd
date >> /var/log/tar.log
echo "Backing up D" >> /var/log/tar.log
tar cvzf /dev/st0 *.txt
sleep 50
date >> /var/log/tar.log
echo "Kermit D done" >> /var/log/tar.log
date >> /var/log/tar.log
echo "unmounting kermitd" >> /var/log/tar.log
/usr/sbin/smbumount /mnt/kermitd
date >> /var/log/tar.log >> /var/log/tar.log
echo "kermitd unmounted"




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

From: Michael Foster <[EMAIL PROTECTED]>
Subject: DSL & PPPoE
Date: Sat, 18 Sep 1999 00:33:51 -0500

Hi All,

I just got an ADSL modem and want to get it running on my Linux Server
(Red Hat 5.2) so I can split the connection.  My ISP is using PPP over
Ethernet and does not support Linux yet.  I've been able to get my
server to split a regular modem connection, so I think I shouldn't have
to do that much to change it.  I've been using netconfig, which has a
PPP option but it appears only to be set up to use a regular modem.  Can
anyone give me some pointers or references to documents that might
help?  Thanks.


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

From: "Neil Marko" <[EMAIL PROTECTED]>
Crossposted-To: microsoft.public.windowsnt.protocol.tcpip
Subject: browsing with 10base2
Date: Sat, 18 Sep 1999 05:40:35 GMT

I have a  10base2 network with a bunch of W98 machines, one NTW4.0 machine
and one Slackware 4.0 machine.  The NTW machine has its own registered IP
address while all the W98 machines have 192.160.0.x addresses.  The Slack
machine has both a registered IP and a 192.168.0.x address.  It is used as a
router/firewall.  All machines, except the Slack machine, use the Slack
machine as the default gateway and hence all traffic flows through the Slack
machine.

On the NT box all I can see in the network browser is itself.  The W98
machines can see each other but not the NT box.  Right now I am using
lmhosts files but I could not get this cross net/subnet browsing to work
using the WINS server of Samba either.  Regardless of the fact that I cannot
"browse" the other machines, I can  still connect to them without any
problem.

Any help with the cross subnet browsing issue would be appreciated.

Neil Marko




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

From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Connecting Linux Boxes with LapLink Cable
Date: Fri, 17 Sep 1999 18:22:58 GMT

Hi,

Can someone inform me that how can I connect 2 linux machiene with a=20
lap link cable (both connected
to parallel Ports. I loaded Debian Gnu/linux on my old laptop (486)=20
and would like to connect
it to the perntim box I have (Do not and can have ethernet/PCMCIA on=20
the laptop)

Any pointers/How-to's hints will be helpful

Preferably mark a copy to me while replying to this mail

Thanks A lot=20

-VK




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

Subject: Re: BNC == Rude.
From: [EMAIL PROTECTED] (Rollin Thomas)
Date: 17 Sep 99 18:25:57 GMT

[EMAIL PROTECTED] (Rollin Thomas) writes:

>Now the problem I have here is that the computers are not talking.
>Like I said above, all network cards are proved on the 10baseT
>transciever.  I've tried David Hind's dlport program, which doesn't
>produce output when I type dlport eth0 10base2.  Then I try to
>ping 192.168.1.1 but I get 
>       
>       eth0: timeout waiting for Tx RDC

>and no packets are transmitted, according to the ping statistics I get
>after ctrl-c.

Correction: Packets are transmitted, but none received back.  That
is, 100% packet loss.

Rollin
--
  Rollin C. Thomas - [EMAIL PROTECTED] - www.nhn.ou.edu/~thomas
               "Good job, You.  Now back to work."

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

From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: pppd problems??? I think
Date: 18 Sep 1999 05:58:45 GMT

In <O1CE3.42524$[EMAIL PROTECTED]> "S Gallant <the.pcdoctor@" 
<"no-spam>sympatico.ca"> writes:

>I followed the PPP- HowTO and another guide from Dr.Jobbs Vault  called
>linux-ppp.html almost to a T, only changing what I need for my system,
>but here is my problem.

At the risk of giving you even more to read, might I suggest
http://axion.physics.ubc.ca/ppp-linux.html

It is a step by step guide to setting up and debugging ppp.

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


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