Linux-Networking Digest #856, Volume #11 Sun, 11 Jul 99 02:13:32 EDT
Contents:
Re: DNS as root works, no DNS as reg. user? (Paul Colquhoun)
Re: tcpdump help ("Lew")
Re: NFS problems in Redhat Linux 6 - HOW TO SET UP........ (mike)
Re: Can't mount using NFS!!! (mike)
Re: Linux can not see more than one NIC card in one PC?? ("James Saville")
Re: NFS problems in Redhat Linux 6 (mike)
Re: Why does ethernet hang this system ? (Ray Sanders)
Re: Frontpage and NFS don't mix? (mike)
Re: Swap over NFS (mike)
Re: pppd scripting and diald (Frank Hahn)
Re: need ipmasquerading and firewall...can someone post their network settings for
kernel compile (Monte Phillips)
What's the best way AS400,NT,95's -> linux (Monte Phillips)
Re: Help me with Mounting NFS Please (mike)
Re: NutScrape problem. . .-( ("Lew")
Re: Networking for Dummies (Joseph Cheek)
Re: automatic connection with backup lines ("MaX SerieS")
Re: help installing a Canon BJC-6000 with Samba (Joseph Cheek)
Re: PPP Configuration Guide/Docs? (Kevin Turnquist)
Re: What's the best way AS400,NT,95's -> linux (Bernd Eckenfels)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Paul Colquhoun)
Subject: Re: DNS as root works, no DNS as reg. user?
Reply-To: <[EMAIL PROTECTED]>
Date: Sun, 11 Jul 1999 03:10:04 GMT
On Sat, 10 Jul 1999 20:43:17 GMT, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
|I feel silly asking this question, but here goes:
|
|DNS works fine when I'm logged in as root, (I'm using pppd,
|started by root, to connect to my isp). I can browse, email, etc.
|However, as an ordinary user I can't do dns lookups. I can
|ping hosts using their ip addresses, but dns queries fail.
|
|any suggestions? I recently re-installed everything on my system,
|and i'm now running redhat 6.0 w/ a 2.2.9 kernel. Everything
|worked fine under rh 5.2
|
|I checked out dejanews and I read the howto's before posting this.
|If anyone has any ideas about this, please drop me a line at
|[EMAIL PROTECTED], or post it to this newsgroup. Thanks!
Check the permissions on /etc/resolv.conf and make sure it is
world readable, ie.
$ ls -l /etc/resolv.conf
-rw-r--r-- 1 root root 52 Jul 8 12:58 /etc/resolv.conf
--
Reverend Paul Colquhoun, [EMAIL PROTECTED]
Universal Life Church http://andor.dropbear.id.au/~paulcol
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
xenaphobia: The fear of being beaten to a pulp by
a leather-clad, New Zealand woman.
------------------------------
Reply-To: "Lew" <[EMAIL PROTECTED]>
From: "Lew" <[EMAIL PROTECTED]>
Subject: Re: tcpdump help
Date: Sat, 10 Jul 1999 22:20:38 -0500
Hi,
Unlike a DSL installation where there is virtually a dedicated line from the
router in the Central Office to you (your telephone line), a cable-based
system like @home is shared among potentially many users. Simplistically
speaking, it looks like a big shared Ethernet network among all the users on
your particular leg of the system. As @home sells more subscriptions along
your leg you will see more and more IP transactions occuring as new
subscribers around you use the system. I heard second-hand (I have DSL, not
cable) that from Windoze network neighborhood you can sometimes see other
peoples machines. I can't imagine a whole bunch of people choosing the same
workgroup name, but who knows, maybe the installers are assigning the same
names. Regardless, practice safe networking.
*Lew*
thebrownhighlander <[EMAIL PROTECTED]> wrote in message
news:MPG.11efdcc7343856bb989687@news...
> Hi,
>
> I have a nice network setup using IP masq + @home. Now I am just
> wondering if it is normal to get a lot of packets from @home to the modem
> or whatever.
>
> when I do tcpdump -i eth1 there seems to be a lot of packets that are
> sent to me--even when the network is idle.
>
> i don't believe that I have had this problem before but I was just
> curious.
>
> thanks
------------------------------
Crossposted-To: comp.protocols.nfs,linux.redhat.misc
From: [EMAIL PROTECTED] (mike)
Subject: Re: NFS problems in Redhat Linux 6 - HOW TO SET UP........
Date: Sun, 11 Jul 1999 03:38:12 GMT
here is a link , went to LINUX.com and found this :
http://metalab.unc.edu/LDP/HOWTO/NFS-HOWTO.html
In article <[EMAIL PROTECTED]>, Pat <[EMAIL PROTECTED]> wrote:
>OK, I'm at my wit's end. I've been trying to get nfs working on Redhat
>6.0 for a
>couple of weeks now and I'm getting ever more angry/confused.
>I basically have 2 machines, both redhat 6. As far as I can tell, all of
>the
>relevant files are set up properly (they're included below) and all
>machines
>have been rebooted.
>
>When I start up nfs I get the following errors in /var/log/messages:
>
>exportfs: joriki.maru.org.uk:/: Function not implemented
>rpc.nfsd: nfssvc: Function not implemented
>
>and when I attempt to mount a drive I get the following:
>
>mountd[1130]: refused mount request from joriki.maru.org.uk: no export
>entry
>in var/log/messages and
>mount: hara:/ failed, reason given by server: Permission denied
>
>
>Can anybody point me in the right direction
>
>TIA
>
>Pat.
>
>/etc/hosts
>192.168.1.1 hara.maru.org.uk hara
>192.168.1.2 joriki.maru.org.uk joriki
>
>/etc/hosts.allow (joriki - hara has joriki.maru.org.uk instead)
>ALL: hara.maru.org.uk
>
>/etc/hosts.deny
>ALL: ALL
>
>/etc/exports (joriki - hara has joriki(rw) instead)
>/ hara(rw)
>
------------------------------
From: [EMAIL PROTECTED] (mike)
Subject: Re: Can't mount using NFS!!!
Date: Sun, 11 Jul 1999 03:42:54 GMT
In greater detail, in /etc/exports
/filesystem -access=hostname_other_unixbox root=hostname_of_other_unixbox.
since you are using hostname, make sure something is resolving your box
easist way, add IP and hostname of NFS Server and client to /etc/hosts.
In article <[EMAIL PROTECTED]>, Liz Drake
<[EMAIL PROTECTED]> wrote:
>Mike Kerr wrote:
>>
>> I'm trying to mount a directory called /mnt/red, which is located
>> under my Slackware 96 machine, on a Red Hat 5.1 machine as a
>> directory called nettest. When I try to mount this directory I get
>> the message: "mount: <name of slackware machine> failed, reason
>> given by server: Permission denied."
>> I'm root on both machines. Do I need to specify on the Slackware
>> machine that I want to share the mnt/red directory? If so, how do
>> I do that? Any other ideas?
>Check out /etc/exports on the Slackware machine, and make sure that
>the Red Hat machine is allowed to mount that particular directory.
>
>man exports
>will give you the syntax.
>
------------------------------
From: "James Saville" <[EMAIL PROTECTED]>
Subject: Re: Linux can not see more than one NIC card in one PC??
Date: Sat, 10 Jul 1999 22:16:28 -0600
Go and get the latest tulip driver code. This fixed the problem for me.
Cheers...
Here is my post about this attached:
I also saw this problem and it was a bear to diagnose and fix. My symptoms
were that the card was visible and initialized properly, but unresponsive.
I could not ping or send/recieve traffic. According to the configuration -
everything was set up properly and should have worked, but didn't.
Running RH6.0 P100.
The card I am using that used to tulip driver is a Linksys Etherfast 10/100
PCI Model #LNE100TX. I purchased this card at CompUSA, so I assume there
are quite a few out there. I hope this helps all that run into this
problem.
Here is how I fixed:
Go to http://www.linksys.com/support/solution/nos/linux%5Flne100tx.htm#tulip
This has good instructions on how to compile the new driver.
The driver can be had from a link on this page or by going to
http://cesdis.gsfc.nasa.gov/linux/drivers/tulip.html
Note that the driver is used on all cards with this chipset, so even if your
card is not from Linksys, it will use the same driver. Getting the latest
version might fix the problem, as it did in my case.
I am currently working with the tulip.c:v0.91 4/14/99 version. As soon as I
had recomplied this driver and put it in place, everything started working
beautifully.
Thanks to Donald Becker for his excellent site loaded with more info than I
ever wanted to know about this stuff. Site has excellent technical info
about ethernet in general and all the code for this driver. Wow!!!
James Saville
[EMAIL PROTECTED]
KEYWORDS: Linksys, 10/100, tulip, ethernet, device driver, network, DEC,
Becker
<[EMAIL PROTECTED]> wrote in message news:7ls96k$[EMAIL PROTECTED]...
> this is red hat 6.0 (kernel 2.2).
>
> I am unable to make Linux see more than one NIC card.
>
> I added a second NIC to my PC, but now I am having a hard time
> telling Linux to use it. It seems it want to only use ONE NIC
> card.
>
> When I added a second NIC (NE2000 card), and rebooted, I find
> that eth0 now is the new NIC card I added, and Linux did not
> see the first card I had. I was expecting to see eth0 and eth1,
> since I have 2 NIC cards. one device per NIC card.
>
> Now, this is the output of dmesg showing that Linux saw the
> new Card I added but did not see the other one:
>
> >>>>>
> : ne.c:v1.10 9/23/94 Donald Becker ([EMAIL PROTECTED])
> : NE*000 ethercard probe at 0x280: 00 40 33 e0 95 af
> : eth0: NE2000 found at 0x280, using IRQ 5.
> >>>>>>
>
> Before I added the above NIC card, this is the dmseg output, showing
> the other NIC card I have in the PC :
>
> >>>
> : tulip.c:v0.89H 5/23/98 [EMAIL PROTECTED]
> : eth0: Lite-On 82c168 PNIC at 0x1400, c0 00 2c f0 1a 73, IRQ 11.
> : eth0: MII transceiver found at MDIO address 1, config 3100 status 7829.
> >>>>
>
>
> So, now When I do
>
> ifconfig eth1 <some IP address>
>
> Linux tells me that no such device exist.
>
> My first NIC card was a PCI card, this second card I added (NE2000)
> is an ISA card.
>
> I looked at Linux configuration (make xconfig) and did not see some
> option to allow more than one network interface to exist. (do I need
> to do something special to create eth1 device?) why did Linux not
> see the second NIC card now?
>
> any help will be appreciated.
>
> thanks,
> Mark
>
------------------------------
Crossposted-To: comp.protocols.nfs,linux.redhat.misc
From: [EMAIL PROTECTED] (mike)
Subject: Re: NFS problems in Redhat Linux 6
Date: Sun, 11 Jul 1999 03:25:42 GMT
In article <[EMAIL PROTECTED]>, Pat <[EMAIL PROTECTED]> wrote:
>OK, I'm at my wit's end. I've been trying to get nfs working on Redhat
>6.0 for a
>couple of weeks now and I'm getting ever more angry/confused.
>I basically have 2 machines, both redhat 6. As far as I can tell, all of
>the
>relevant files are set up properly (they're included below) and all
>machines
>have been rebooted.
>
>When I start up nfs I get the following errors in /var/log/messages:
>
>exportfs: joriki.maru.org.uk:/: Function not implemented
>rpc.nfsd: nfssvc: Function not implemented
do rpcinfo -p and see if NFS daemon is started, if not, start it as root
>
>and when I attempt to mount a drive I get the following:
>
>mountd[1130]: refused mount request from joriki.maru.org.uk: no export
>entry in var/log/messages and
>mount: hara:/ failed, reason given by server: Permission denied
>Can anybody point me in the right direction
>
>TIA
>
>Pat.
>
>/etc/hosts
>192.168.1.1 hara.maru.org.uk hara
>192.168.1.2 joriki.maru.org.uk joriki
>
>/etc/hosts.allow (joriki - hara has joriki.maru.org.uk instead)
>ALL: hara.maru.org.uk
>
>/etc/hosts.deny
>ALL: ALL
>
>/etc/exports (joriki - hara has joriki(rw) instead)
>/ hara(rw)
wouldn't the entry be something like
/ rw=hara
do a showmount -e Linux_hostname-which-is-exporting
------------------------------
From: Ray Sanders <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.powerpc,comp.os.linux.setup
Subject: Re: Why does ethernet hang this system ?
Date: Sat, 10 Jul 1999 23:32:03 -0400
Reply-To: [EMAIL PROTECTED]
I may have resolved the problem, although I'm still unclear
about which of several changes fixed it. I went back and made
the 2.2.10 '.config' file as similar to the 2.1.119 '.config'
file as possible (while retaining the necessary settings for
IP-masquerade), then rebuilt the 2.2.10 kernel.
The following are the changes made. One of them (or some
combination) seems to have fixed my problem. Pings now have
no negative effect on the kernel.
CONFIG_PCI_OLD_PROC changed to Yes
CONFIG_BLK_DEV_IDEDMA changed to No
CONFIG_RTC changed to No
CONFIG_SOUND_OSS changed to Yes
CONFIG_SOUND_CS4232 changed to Yes
Go fig.
Ray Sanders
rsanders at gate dot net
------------------------------
Crossposted-To: microsoft.public.frontpage.extensions.unix
From: [EMAIL PROTECTED] (mike)
Subject: Re: Frontpage and NFS don't mix?
Date: Sun, 11 Jul 1999 03:45:56 GMT
In article <7lahhq$ng3$[EMAIL PROTECTED]>, "James H. Thompson" <[EMAIL PROTECTED]> wrote:
>I'm trying to setup the Frontpage 2000 extentions for a box that has the
>user home directories
>on an NFS server. Whenever I try to create a ~user subweb I get an error:
>
>/usr/local/frontpage/currentversion/bin/fpsrvadm.exe \
> -o install \
> -port 80 \
> -t apache-fp \
> -web "~jht2" \
> -username jht2 \
> -password abcdef \
> -xUser jht2 \
> -xGroup jht2 \
> -m ""
>
>Creating web http:///~jht2
>Cannot open file "/user/67/jht2/public_html/_vti_pvt/service.lck" for
>writing.
>
>User box is Redhat 6.0, and NFS is a Network Appliance Box.
>
>I traced it and found it failing in fpsrvadm.exe:
>fcntl(9, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1
>ENOLCK
>(No locks available)
==============================
you running equiv to rpc.lockd? any lock manager?
>
>Has anyone gotten Frontpage extentions to work when the user subwebs are on
>NFS?
>
>Thanks.
>Jim
>
>
------------------------------
From: [EMAIL PROTECTED] (mike)
Subject: Re: Swap over NFS
Date: Sun, 11 Jul 1999 04:09:27 GMT
In article <[EMAIL PROTECTED]>, Marc Mutz <[EMAIL PROTECTED]> wrote:
>Andreas Jaehnigen wrote:
>>
>> Hi,
>>
>> is everyone out there running a diskless client which swaps over NFS?
>> The filesystems are exported from a Sun running Solaris 2.6, on the client
>> side runs kernel 2.2.9 (2.2.10 compiling NOW. *grin*).
>>
>> Every document about diskless clients I read so far doesn't mention this
>> topic.... (?!)
>>
>Simply because it would be tooooo slow.
>
that would be a dumb reason NOT to mention this
>Marc
------------------------------
From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: pppd scripting and diald
Date: Fri, 09 Jul 1999 03:10:49 GMT
Reply-To: [EMAIL PROTECTED]
On Wed, 07 Jul 1999 16:29:53 GMT, gordo <[EMAIL PROTECTED]> wrote:
>I've used the command in the form of
>/usr/sbin/pppd /dev/ttyS1 57600 debug connect "/usr/sbin/chat -v ''
>ATD5555555 CONNECT '' ogin: [mylogin] assword: [blabla]"
>
>and i can trail its progress; i see it "CONNECT" and the ISP resond
>but then the "CONNECT SCRIPT FAIL"s and then it disconnects.
>
>Anyone know how to use Chat properly? Share a Chat or a modem to ISP
>connect script(s) with me? I'm soooo close!
>
The pppd software can be found here:
ftp://cs.anu.edu.au/pub/software/pub/
There are many examples given in the included documentation.
--
Frank Hahn
"I don't care who does the electing as long as I get to do the
nominating"
-- Boss Tweed
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: need ipmasquerading and firewall...can someone post their network
settings for kernel compile
Date: Sun, 11 Jul 1999 03:29:26 GMT
[EMAIL PROTECTED] (sparks) wrote:
>Worked like a champ, first time...real slow though, I think there
>is something else I will have to look for, my ISP SUCKS LOL
>got any drop in firewall tricks :)
>jerry
LOL first congrats on getting this far! nah, no tricks yet for
firewalling, hey i'm just barely out of linux-diapers myself <G>
>On Sat, 10 Jul 1999 23:06:29 GMT, [EMAIL PROTECTED] (Monte Phillips)
>wrote:
>>Jerry, at least on RH6.0 all necessary modules etc are done. so the
>>following should work for you (minimal setup, you can tweak after it
>>is running <G>)
>>
>>ipchains -P forward DENY
>>ipchains -A forward -i ppp0 -j MASQ
>>echo "1" > /proc/sys/net/ipv4/ip_forward
>>
>>insmod ip_masq_ftp
>>
>>that should do it. If it works then merely add those lines into your
>>/etc/rc.d/rc.local file
>>
>>g'Luk
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: What's the best way AS400,NT,95's -> linux
Date: Sun, 11 Jul 1999 03:20:51 GMT
Has anyone an idea of the best way to approach this network. The
hardware consists of one AS400, it is the source for main database and
some specialty apps, 3 NT machines, one is internet gateway, 2 NT's
generic clients and 3 Win95 machines, also clients. The NT's must be
able to access the AS400. All are reasonably close proximity =< 100'
I would like to take one of the NT's and turn it into a linux server
and internet gateway. Need ideas, especially in regards to that
dinosaur AS400. (no blowing it up or tossing it into the bay ain't an
option :( )
------------------------------
From: [EMAIL PROTECTED] (mike)
Subject: Re: Help me with Mounting NFS Please
Date: Sun, 11 Jul 1999 03:48:46 GMT
showmount -e NFS_Server_hostname
whats in the ( ) ??? exports is like this
/filesystem options
eg.
/export/home/freak -root=hostnamex:hostnamey,access=hostnamex
is it exported to everyone?
In article <7l77i2$c8f$[EMAIL PROTECTED]>, Green Screen <[EMAIL PROTECTED]>
wrote:
>try fixing /etc/exports on the server. otherwise refer to the NFS HOWTO in
>the standard places
>
>Lint^^
>
>
>root <[EMAIL PROTECTED]> wrote:
>: Im using RH52 on my p120 server with /dev/hdb1 mapped as /uo1
>: Im using rh60 on my p200 workstation. well when i try to mount the NFS
>: it tells me permission is denied.
>: If someone has delt with this please help me i need to access that
>: drive.
>: I can ping both boxes and ftp into them but i cant map the NFS.
>
>
------------------------------
Reply-To: "Lew" <[EMAIL PROTECTED]>
From: "Lew" <[EMAIL PROTECTED]>
Subject: Re: NutScrape problem. . .-(
Date: Sat, 10 Jul 1999 23:31:04 -0500
Assuming you can indeed ping your ISP I would guess it must be something
straightforward but overlooked. I would make sure that Netscape is
configured to use the IP address of ppp0 as the gateway. Also ensure you
have Netscape configured with valid nameserver entries. Do a tcpdump -i
ppp0 and see what comes through. Good luck.
*Lew*
<[EMAIL PROTECTED]> wrote in message
news:7m2n8e$2ne$[EMAIL PROTECTED]...
> After hastling with pppd,kppp, and finally getting non-root users the
> ability to dial out, now Netscape 6.1 doesn't see the connection.
> I dial out, make the connection with my ISP, click on netscape and get an
> error message like I'm not connected.
> Anyone know anything about this?-|
>
> All help will be greatly appreciated.
>
> -Ray-
> Bronx, NY
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
------------------------------
From: [EMAIL PROTECTED] (Joseph Cheek)
Subject: Re: Networking for Dummies
Date: 11 Jul 1999 04:45:11 GMT
hi juan,
not sure what you mean. you want to know if you can use win98 ras to connect to a
linux network?
joe
In comp.os.linux.networking, "Juan Carlos" <[EMAIL PROTECTED]> wrote:
> After a weekend of getting my Win 98 conect to linux using ethernet, my
> employer now tells me I must use RAS on Windows to keep me captive 24 hours
> a day. I know this is not a linux-specific question, but can this co-exist
> with my linux setup, or should I tell my boss to take a hike? Please help
> me keep my job.
--
LinuxNews Beta -- http://linuxnews.cheek.com/
Think of us as DejaNews for Linux.
------------------------------
From: "MaX SerieS" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.dial-up,linux.dev.diald
Subject: Re: automatic connection with backup lines
Date: Sun, 11 Jul 1999 02:48:51 +0100
You may want to look at setting up a linux box with two or more
modems and use line balanceing
Peter S.J. <[EMAIL PROTECTED]> wrote in message
news:7l8brt$n61$[EMAIL PROTECTED]...
> Hi,
>
> We developed an SDK package that runs in NT and controls RRAS
> connections in our offices's networks . But after all, we still have
> some annoying problems. you now, even, in some situations we have to
> reset any machine because the RRAS service fails to use a demand-dial
> connection, (and don't reconnect with it in any way) ..... UGH!!!##.
>
> So, we want to know how difficult would be work with Linux.
>
> What do we need?
>
> Connect our offices's networks in a ring,
>
> In case a telephone line fails use one or two backup lines to connect
> to the loosed node or to the next node in the ring.
>
> When a main line is UP again, disconnect the backup lines
> automatically.
>
> We need some intelligent decisions: priorities, reduce double active
> backup lines to only one between two nodes, etc, etc.
>
> Are there any software, packages or information in Linux that helps us
> to accomplish this?
>
> We are not afraid to program if it's necessary, but any ideas would be
> helpful.
>
> P.S.
>
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Joseph Cheek)
Subject: Re: help installing a Canon BJC-6000 with Samba
Date: 11 Jul 1999 04:59:07 GMT
hi rico,
can you print to the printer from the linux machine? if so, can you see it in network
neighborhood from the win98 machine? if so, what happens when you try a test print
from the win98 machine?
joe
In comp.os.linux.networking, [EMAIL PROTECTED] (Rico Metzger) wrote:
> I'm trying to install my printer (on the server LPT1) for Windows 98
> users. I tried different drivers but it didn't function. Can anyone
> give me a help how to make it (I'm using SuSE Linux 6.1).
> I tried to install it in /etc/printcap but didn't find out how the
> parameters have to be set so I can install the normal windows driver.
--
LinuxNews Beta -- http://linuxnews.cheek.com/
Think of us as DejaNews for Linux.
------------------------------
From: [EMAIL PROTECTED] (Kevin Turnquist)
Subject: Re: PPP Configuration Guide/Docs?
Date: 8 Jul 1999 22:23:05 -0500
Clifford Kite <kite@nospam.%inetport.com> wrote:
> It's been seen many times although usually there are only 10 LCP
> messages before pppd gives up. Extending the timeout doesn't do
> anything to help. Something's very likely wrong with the chat script.
> Post the chat script and the chat -v messages from the log file, look
> for them in the log files defined in /etc/syslog.conf .
Here is the ppp-go file, with the call for the chat script and pppd:
#!/bin/sh
#
if [ "$1" = "" ]; then
killall -9 pppd 2>/dev/null
rm -f /var/lock/LCK..* /var/run/ppp*.pid
rm -f /etc/ppp/report-chat
(/usr/sbin/pppd connect "/usr/sbin/chat -v -r /etc/ppp/report-chat -f
/etc/ppp/p
pp.chatscript") || exit 1
echo "Dialing... Trying to make a PPP connection..."
exit 0
elif [ "$1" = "-l" ]; then
clear 2>/dev/null
tail -n 20 /var/log/messages | cut -d' ' -f6-
exit 0
fi
echo "USAGE: ppp-go <Make PPP connection>"
echo "USAGE: ppp-go -l <Show last 20 messages from /var/log/messages,"
echo " only works if syslogd is running>"
echo " <If you do not connect with ppp-go, you can"
echo " look at the messages for the problem>"
This was generated by pppsetup.
> :
> : The chat script doesn't seem to complete, because I see this:
> : /usr/sbin/pppd connect /usr/sbin/chat -v -r /etc/ppp/report
> Huh? This is a command involking pppd, where do you see this? Even as
> a command it's broken - the chat command is being specified by the
> connect statement and needs to be inclosed in ``s or ""s.
I saw this when I did a "ps ax" to see what was running.
> http://axion.physics.ubc.ca/ppp-linux.html
Looking...though he doesn't seem particularly fond of the 2.2.x kernels,
I'll give it a shot.
--
Kevin Turnquisty
-----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
http://www.newsfeeds.com The Largest Usenet Servers in the World!
======== Over 73,000 Newsgroups = Including Dedicated Binaries Servers =======
------------------------------
From: Bernd Eckenfels <[EMAIL PROTECTED]>
Subject: Re: What's the best way AS400,NT,95's -> linux
Date: 11 Jul 1999 05:40:59 GMT
Monte Phillips <[EMAIL PROTECTED]> wrote:
> I would like to take one of the NT's and turn it into a linux server
> and internet gateway. Need ideas, especially in regards to that
> dinosaur AS400. (no blowing it up or tossing it into the bay ain't an
> option :( )
Your local network has nothing to do with the internet connection. If you
have all on the same network as the linux box with the internet connection
all of them can be configured to access internet. Even the AS/400 (but I
dont see a need for that). If the AS/400 does not have TCP/IP, then just
dont care...
The only problem I could see is the physical network. Are you using some
strange network hardware where u dont have linux drivers? (Twinax or
Tokenring).
Greetings
Bernd
------------------------------
** 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
******************************