Linux-Networking Digest #317, Volume #10 Sat, 27 Feb 99 03:13:43 EST
Contents:
Re: double network route (Nick Allan)
Re: Counter for a masquerade linux box ("Timothy Chu")
Re: Linux PPP Server (Valentin Abramov)
Re: domain name reg and IP setup (Rick Onanian)
CCP: timeout sending Config-Requests ("William Grinolds")
Re: Caching DNS Question (Robert Lynch)
TCP/IP performance parameters (Mark)
?: how is the loopback created; please help (ronald s chong)
using modem in Linux ("boy3")
DNS-HOWTO (tommy)
Re: SAMBA FILESERBER + Uppercase/Lowercase ? (Mark Worsdall)
Printing over a network ("Jeremy L. Buchmann")
Network is unreachable ([EMAIL PROTECTED])
HELP !- Need to find IP Address programmatically ("Vish Viswanathan")
an idea for improving a vpn using ppp and ssh (Martyn Peck)
Re: Samba problem ("Jesse Mather")
Network hangs but only for a while ("Louie Gregg")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Nick Allan)
Subject: Re: double network route
Date: 25 Feb 1999 20:09:26 GMT
[EMAIL PROTECTED] wrote:
If i try to delete it, i get the following error
SIOCDELRT: No such process
: I don't know. What happens if you try to kill and then reinstate it?
: route del 192.168.1.0
: route add -net 192.168.1.0 netmask 255.255.255.0
: ?
:
: possibly fool with eth0 as well
: ifconfig eth0 down
: ifconfig eth0 192.168.1.1 or whatever the particular IP
: address is on this machine
:
: others here will know better
:
:
: [EMAIL PROTECTED] (Nick Allan) wrote:
:
: >
: >Hi all
: >I've updated my redhat 5.2 system to kernel 2.2.2 and have a strange
: >routing.
: >ie
: >Kernel IP routing table
: >Destination Gateway Genmask Flags Metric Ref Use Iface
: >255.255.255.255 * 255.255.255.255 UH 0 0 0 eth0
: >192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
: >192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
: >127.0.0.0 * 255.0.0.0 U 0 0 0 lo
: >
: >Anyone know how to get rid of the extra 192.168.1.0 in the above?
: >--
: >Regards Nick
: >[EMAIL PROTECTED]
:
--
Regards Nick
[EMAIL PROTECTED]
------------------------------
From: "Timothy Chu" <[EMAIL PROTECTED]>
Subject: Re: Counter for a masquerade linux box
Date: 25 Feb 1999 20:15:33 GMT
Try looking up wmppp. It's a WindowMaker app, but should run on other
wm's.
<tim><
Thomas Bergerot <[EMAIL PROTECTED]> wrote:
: I'd like to count how many bytes are going in/out my masquerade linux
: box.
: I tried using ipfwadm, with IP accounting. It seemed to work fine, but
: the counter you see when you type "ipfwadm -A -l" is not accurate.
--
,,*,,,,,______/|___,i__/~~, ,. ,.' To reply remove the 's' in my
o \` / ` email address [EMAIL PROTECTED]
o / ))) --_\ Vancouver, British Columbia
<tim>< ~~~\|----~~\ \ http://www.ugrad.cs.ubc.ca/spider/v8k1
------------------------------
Subject: Re: Linux PPP Server
From: [EMAIL PROTECTED] (Valentin Abramov)
Date: 26 Feb 1999 16:35:36 GMT
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
>
>I am trying to setup a PPP Server on my machine running RedHat 5.2, the
>dialin itself works, however when trying to connect using Windows dialup
>networking, the log reports User authentication failed..I have tried all
>combinations of settings and non of them appear to work...if anyone can shed
>any light on this I'd be grateful..
>
>Thanks
>
>Neil Moore
>
>
Win uses by defaulpt /Auto-PPP/ So you have two ways:
1) Configure your Linux server to accept /AutoPPP/ ->
1. edit your /etc/mgetty/login.config and add there line
/AutoPPP/ - - /usr/sbin/pppd auth -chap +pap login
2. edit your /etc/ppp/pap-secrets file and add there something like
* * "" *
Look mgetty and pppd man-s for details. In this case you will lost simple way
for callback.
2) Use scripts on Win client side -> log on as real user and start pppd
manually. Then you can use very simple way to calll back. Again look to manuals
for details.
Take a look to
http://www.tartu.customs.ee/linux/
There you can see description of callback. Normal call is much more simpler,
and I hope, info on callback page will help.
Regards,
Valentin
2)
------------------------------
From: Rick Onanian <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: domain name reg and IP setup
Date: Fri, 26 Feb 1999 11:35:18 -0500
Matt Zagni wrote:
>
> But surely this is a domain hosting service - correct me if I am wrong ?
Internic doesn't host anyone's web page. They do register your domain
name. They control all .com .edu .org .net (and maybe one other, I
forget) domain names. There are various other domain name registrars,
for other top level domains, but if you want one of the previously
listed for your domain, no matter who you pay, you get it from internic.
> The info that I require is to know howto set up my own IP www homepage
> and control it from my own box, I know I need to contact the respecive
> authorities
> Who are they ?
> What hardware do I need - leased line or normal daily used telephone
> line ?
You can host your own web page, no problem. As long as you have an IP
address, it's easy - run a webserver on your computer. For Linux, I
reccommend Apache. Your web page can be accessed thru your IP number,
or, if you registered one, a domain name.
> I have set up PPP and DNS this works fine for my IPS but what if I would
> like to host my own server.
>
> Reasons my current home page is used to much and the IPS is withdrawing
> its use.
>
> Many thanks
>
> Matt
It's really easy. Just run apache. Get yourself a domain name, it's
easier to get people to go to and easier to remember than
132.212.12.64 (fictional IP I just made up).
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. Cows go moo.
---
Looking for a 1968 Camaro SS convertible, black interior, beat-up
rustbucket
that is in need of a lot of restoration and TLC. Must be cheap...I'm
broke.
---
Reply to me at either thc <at sign here> psynet <dot> net or
rick <at sign> mail <dot> artmold <dot> com
------------------------------
From: "William Grinolds" <[EMAIL PROTECTED]>
Subject: CCP: timeout sending Config-Requests
Date: Fri, 26 Feb 1999 10:45:25 -0600
Hello all,
Can someone please help me figure this one out? The error is non-critical,
and my PPP connection works just fine, but this error message bothers me a
little, and I don't know what to do about it. What does CCP stand
for,anyway?
Feb 23 21:25:35 st-gate pppd[849]: pppd 2.2.0 started by root, uid 0
Feb 23 21:25:35 st-gate pppd[849]: Using interface ppp0
Feb 23 21:25:35 st-gate pppd[849]: Connect: ppp0 <--> /dev/ttyS0
Feb 23 21:25:35 st-gate pppd[849]: sent [LCP ConfReq id=0x1 <mru 1500>
<magic 0x5e8d2f1a> <pcomp> <accomp>]
Feb 23 21:25:38 st-gate pppd[849]: sent [LCP ConfReq id=0x1 <mru 1500>
<magic 0x5e8d2f1a> <pcomp> <accomp>]
Feb 23 21:25:39 st-gate pppd[849]: rcvd [LCP ConfReq id=0x1 <mru 1500>
<asyncmap 0x0> <magic 0x1c8e9f28> <pcomp> <accomp> <auth pap>]
Feb 23 21:25:39 st-gate pppd[849]: sent [LCP ConfAck id=0x1 <mru 1500>
<asyncmap 0x0> <magic 0x1c8e9f28> <pcomp> <accomp> <auth pap>]
Feb 23 21:25:41 st-gate pppd[849]: sent [LCP ConfReq id=0x1 <mru 1500>
<magic 0x5e8d2f1a> <pcomp> <accomp>]
Feb 23 21:25:42 st-gate pppd[849]: rcvd [LCP ConfAck id=0x1 <mru 1500>
<magic 0x5e8d2f1a> <pcomp> <accomp>]
Feb 23 21:25:42 st-gate pppd[849]: sent [PAP AuthReq id=0x1 user="xxxxxxxx"
password="xxxxxxxx"]
Feb 23 21:25:42 st-gate pppd[849]: rcvd [PAP AuthAck
id=0x1msg="LoginSucceeded"]
Feb 23 21:25:42 st-gate pppd[849]: Remote message: Login Succeeded
Feb 23 21:25:42 st-gate pppd[849]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>
<compress VJ 0f 01>]
Feb 23 21:25:42 st-gate pppd[849]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f
00> <addr 206.127.1.33>]
Feb 23 21:25:42 st-gate pppd[849]: sent [IPCP ConfAck id=0x1 <compress VJ 0f
00> <addr 206.127.1.33>]
Feb 23 21:25:42 st-gate pppd[849]: rcvd [IPCP ConfNak id=0x1 <addr
209.99.49.193>]
Feb 23 21:25:42 st-gate pppd[849]: sent [IPCP ConfReq id=0x2 <addr
209.99.49.193> <compress VJ 0f 01>]
Feb 23 21:25:42 st-gate diald[828]: New addresses: local 209.99.49.193,
remote 206.127.1.33.Feb 23 21:25:42 st-gate pppd[849]: rcvd [IPCP ConfAck
id=0x2 <addr 209.99.49.193> <compress VJ 0f 01>]
Feb 23 21:25:42 st-gate pppd[849]: local IP address 209.99.49.193
Feb 23 21:25:42 st-gate pppd[849]: remote IP address 206.127.1.33
Feb 23 21:25:42 st-gate pppd[849]: rcvd [CCP ConfReq id=0x1 < 11 05 00 01
04>]
Feb 23 21:25:42 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:25:42 st-gate pppd[849]: sent [CCP ConfRej id=0x1 < 11 05 00 01
04>]
Feb 23 21:25:42 st-gate pppd[849]: rcvd [CCP ConfReq id=0x2 < 11 05 00 01
03>]
Feb 23 21:25:42 st-gate pppd[849]: sent [CCP ConfRej id=0x2 < 11 05 00 01
03>]
Feb 23 21:25:43 st-gate pppd[849]: rcvd [CCP ConfReq id=0x3 < 11 05 00 00
00>]
Feb 23 21:25:43 st-gate pppd[849]: sent [CCP ConfRej id=0x3 < 11 05 00 00
00>]
Feb 23 21:25:43 st-gate pppd[849]: rcvd [CCP ConfReq id=0x4 < 12 06 00 00
0001>]
Feb 23 21:25:43 st-gate pppd[849]: sent [CCP ConfRej id=0x4 < 12 06 00 00
0001>]
Feb 23 21:25:45 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:25:46 st-gate pppd[849]: rcvd [CCP TermReq id=0x6]
Feb 23 21:25:46 st-gate pppd[849]: sent [CCP TermAck id=0x6]
Feb 23 21:25:48 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:25:48 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:25:48 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:25:51 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:25:51 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:25:51 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:25:54 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:25:54 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:25:54 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:25:57 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:25:57 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:25:57 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:26:00 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:26:00 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:26:00 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:26:03 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:26:03 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:26:03 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:26:06 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:26:06 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:26:06 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:26:09 st-gate pppd[849]: sent [CCP ConfReq id=0x1]
Feb 23 21:26:09 st-gate pppd[849]: rcvd [CCP TermReq id=0x0]
Feb 23 21:26:09 st-gate pppd[849]: sent [CCP TermAck id=0x0]
Feb 23 21:26:12 st-gate pppd[849]: CCP: timeout sending Config-Requests
Thanks,
Bill
------------------------------
Date: Fri, 26 Feb 1999 08:44:35 -0800
From: Robert Lynch <[EMAIL PROTECTED]>
Subject: Re: Caching DNS Question
Juergen Heinzl wrote:
>
> In article <7b44vg$brq$[EMAIL PROTECTED]>, Anonymous Coward wrote:
> >I think this should get a pretty quick "It can't be done"/"Do it like this"
> >answer.
> You can take a look on my page here ...
> http://www.monocerus.demon.co.uk
> ... and in manuals / examples there is "one" caching only name
> server setup; others might differ.
I looked at your really nice page with interest, because I have a
problem with a caching nameserver. I'm trying to move from RH 5.0 to
5.2 and while a standard setup something like yours works on 5.0, it
fails on 5.2 in another partition of my system. I finally figured out
it is because for some reason RH 5.2 doesn't load the loopback interface
(lo). I "fixed" this with the heavy-handed solution of editing
/etc/rc.d/init.d/named so that ifconfig lo is run just before named is
started, but it seems a kludge.
Your page has some interesting info, but I think this problem is not due
to the bind config but must be RH 5.2 and maybe my system-specific...
Cheers,
Bob L.
--
Robert Lynch-Berkeley CA [EMAIL PROTECTED]
http://www.best.com/~rmlynch/
------------------------------
From: Mark <[EMAIL PROTECTED]>
Subject: TCP/IP performance parameters
Date: Fri, 26 Feb 1999 16:37:26 GMT
I have a Linux newbie question:
In Solaris, I can tune various network parameters via the "ndd"
command. In
AIX, it can be done via the "no" command. How is network performance
tuning
accomplished on Linux to modify such things as:
1) default socket buffer size
2) listen queue length
2) ip_forwarding (yes/no)
3) NIC card transmit and receive queue size
4) IP queue length
You get the idea. Please respond promptly to this newsgroup or,
preferably,
my "e-mail address for-a-day" [EMAIL PROTECTED] Thanks in advance.
------------------------------
From: [EMAIL PROTECTED] (ronald s chong)
Subject: ?: how is the loopback created; please help
Date: Fri, 26 Feb 1999 17:02:33 GMT
hi there. i recently upgraded from rh4.2 to rh5.2 and have since
upgraded the kernel to 2.2.1. i have no loopback on bootup.
'ifconfig' returns nothing. netcfg (nettool ??) shows the loopback
and my eth0 as present but lo does not activate when i click
'activate'.
i've tried doing 'ifconfig lo up'; it creates the loopback but 'ping
localhost' gives errors (network unreachable, i think) and 'telnet
localhost' immediately closes the connection. i get the same thing if
i do 'ifconfig lo 127.0.0.1'. i tried also doing 'route add 127.0.0.1'
but i get an SIOADDxxx (don't remember exactly) error.
i've found the ifcfg-lo in /etc/sysconfig/network-scripts, but i don't
know when this is called and by whom.
can someone give me some hints on how and when the loopback device is
created?? i have changed the config of the kernel (enabled smp,
sound, network card, etc) but i didn't see any config options for the
network loopback. (there is a loopback but it's used for block
devices; drives, etc, i believe. i've enable that one anyway.)
*many* thanks!
-ron
------------------------------
From: "boy3" <[EMAIL PROTECTED]>
Subject: using modem in Linux
Date: Fri, 26 Feb 1999 21:22:05 -0800
Hi,
I tried to use the chat program in Linux to establish connections between to
Linux station using two modems over the phone line, but for some reason, the
remote station gives me some strange symbols. Then I used minicom to
establish the connection, but I couldn't get the login prompt comes out.
Instead I got other strange symbols. Anyone has any idea how to fix this
problem? Which files should I modify?
Thank you very much
===============================
Alex Chui
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
ICQ: 638399
===============================
------------------------------
From: tommy <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: DNS-HOWTO
Date: Thu, 25 Feb 1999 21:51:44 +0100
Yes you can do that.
Just follow the x-ampels in dns-howto
[EMAIL PROTECTED]
------------------------------
From: Mark Worsdall <[EMAIL PROTECTED]>
Subject: Re: SAMBA FILESERBER + Uppercase/Lowercase ?
Date: Thu, 25 Feb 1999 21:36:45 +0000
In article <[EMAIL PROTECTED]>, Roman Bl�th <[EMAIL PROTECTED]>
writes
>Hallo Markus,
>
>obwohl dies hier eine englische newsgroup ist, antworte ich mal auf
>deutsch...
>
>
>Markus Wochele wrote:
>
>> Ich benutze Samba als Fileserver.
>> Sobald ich etwas von einem Windows Client auf einen Linux Server
>> kopiere, wird das ganze automatisch in Kleinschrift (lowercase) abgelegt
>> Gibt es keine M�glichkeit das ganze auch in Grossschrift (Uppercase)
>> abzulegen ?
>> Kann man es evtl. in der smb.conf hinterlegen ?
>
>Es gibt die Option "preserve case = YES", was jedoch die default-Einstellung
>ist, zumindest hier bei uns. Das sollte alles sein.
>
>Gru�, Roman.
>
Also:-
short preserve case = yes
N.B. Case senitive = yes effects the userID login from win9X make it NO
--
Mark Worsdall - Oh no, I've run out of underpants :(
Home:- [EMAIL PROTECTED] WEB site:- http://www.worsdall.demon.co.uk
Shadow:- [EMAIL PROTECTED] WEB site:- http://www.shadow.org.uk
Work:- [EMAIL PROTECTED] WEB site:- http://www.hinwick.demon.co.uk
TCP/IP gatewaying http://www.hinwick.demon.co.uk/computerDept/
------------------------------
From: "Jeremy L. Buchmann" <[EMAIL PROTECTED]>
Subject: Printing over a network
Date: 27 Feb 1999 05:03:12 GMT
We have a networked printer here at work (an HP LaserJet 4000 with a Jet
Direct card). It resides on a Netware network using TCP/IP, and as such
it has it's own IP address. I know I can use nprint, but it seems like
there should be a way to just print data to it's IP address, and it should
spit out whatever it received. Is there a way to do this?
TIA, and if convinient, please cc: my email address which is below.
===================================================================
Jeremy Buchmann "Those who trade freedom for safety deserve
[EMAIL PROTECTED] neither freedom nor safety." -- Ben Franklin
===================================================================
------------------------------
From: [EMAIL PROTECTED]
Subject: Network is unreachable
Date: Thu, 25 Feb 1999 21:44:20 GMT
I've just finished installing Slackware 3.6. Everything appears to
work fine; however, during start-up I get the error message:
SIOCADDRT network is unreachable
My network card appears to have been identified correctly (Intel
EtherExpress I/O=300 IRQ=9 10baseT).
After reading nearly all of the on-line stuff regarding linux and
networking, the only thing I came up with was that I needed to
recompile the kernel to include my network card or edit the rc.module
file and uncomment the lines that refer to my card. I opted for the
module approach. And like I said, my network card is identified but
no network.
Few other things worth mentioning: I disabled PNP in my system BIOS
before I started my installation. Also, ran the Intel EtherExpress
configuration disk and made the appropriate settings (I/O, IRG, RJ45,
etc). Not sure what else I can do.
Thanks in advance.
------------------------------
From: "Vish Viswanathan" <[EMAIL PROTECTED]>
Subject: HELP !- Need to find IP Address programmatically
Date: Thu, 25 Feb 1999 13:40:28 -0800
I need to find the IP Address of my Linux system through a C program. I am
not sure how to do that. Any ideas?.
Thanks
Vish
Email: [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Martyn Peck)
Subject: an idea for improving a vpn using ppp and ssh
Date: 27 Feb 1999 06:20:17 GMT
Reply-To: [EMAIL PROTECTED]
Hello
A short time ago I was going to try and install a VPN for work, using
ssh and ppp on our Linux box. I started with the VPN-mini howto by
Arpad Magosanyi, and I found it well thought out, and well
constructed. However I did have a problem with one piece of it: the
pty-redir program. No offense, but it really struck me as a bit of a
kludge.
The actual project is delayed indefenetly, but in trying to figuring
out how to do a VPN, I had an idea of how to do it better. So I wanted
to run by people who ahead a bit more clue than I do. Since the
project is on hold I won't actually be able to experiment with this
any time soon.
Here's my idea:
Instead of pty-redir, put a dedicated getty program on to the slave
side of the pseudo-tty, setup up so that it calls ssh instead of
login. I know mgetty at least can do this. In this way, from the
master side of the pseudo-tty, it just looks like another modem, and
all you need is pppd and a simple chat script. I think one of the
advantages of this is that you can then use any of the ppp tools on
the VPN, like using diald so the VPN is only active when need.
I know I'm only giving a rather general description, but think it
should be enough to see if I've overlooked anything important. And if
anyone wants a more details, I'll be happy to write it out in more
detail.
Thanks
Martyn Peck
------------------------------
From: "Jesse Mather" <[EMAIL PROTECTED]>
Subject: Re: Samba problem
Date: Sat, 27 Feb 1999 01:25:58 -0500
You need to uncomment the encrypt password line in smb.conf
the run -> smbpasswd -a username
ilyes wrote in message <[EMAIL PROTECTED]>...
>Hi there
>I have a LAN at home (5 computers) and Linux as server
>i setup my samba so that any user from windowz can log
>into the server (Linux) .....the things is when i browse
>from any computer (windowz) on "Network" i can see
>my linux server but when i want to login i get password incorrect.
>
>anyone knows how i can a setup a user and passwd in :
>--> "smbpasswd"
>--> "smbusers"
>
>
>any help would be nice thanks !!
>
>-----
>[EMAIL PROTECTED]
>
------------------------------
From: "Louie Gregg" <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.install
Subject: Network hangs but only for a while
Date: Thu, 25 Feb 1999 22:50:07 -0000
I have recently installed Red Hat 5.0, but am experiencing a strange
problem.
When I run telnet, ftp, xdm I get a long pause before the service becomes
available. So, for example, if I run telnet, it looks at me for a while,
then offers the login prompt. xdm freezes at the login screen for a while,
then goes. Once it goes, everything works fine.
Background info. I've written down everything I think might be significant.
Sorry there's so much :-|
Problem happens on both localhost and lan, but (significantly?) the wait is
different: localhost=150s, lan = 225s.
Ethernet card: Genius GE2000III. (Works fine with OSR2)
Linux: ReadHat 5.0, release 2.0.32, #1 Wed Nov 19 00:46:45 EST 1997
lan ip address: 192.168.2.1
System: Cyrix 200MHz, 48M, 120M swap, ...
No Modem.
inetd *is* staring the appropriate processes immediately.
ping works just fine. I can ping out, on the lan ping locally, and ping from
the other two (osr2) boxes I have on the lan. Ping doesn't free pausing
telnets.
Using IP addresses direct doesn't make a diffeence (127.0.0.1/192.168.2.1
pause too :-) I have nobbled /etc/resolv.conf, but that made no difference.
I used to be able to fix the problem by disabling eth0 "ifconfig eth0 down",
or by removing eth0's route entries. That seems to have stopped working.
(Strange.) Removing the ethernet card doesn't help.
I did have some networky problems when I loaded linux in the first place:
froze during boot at sendmail. Disabled sendmail, then it froze at the Samba
daemons. Disabled them, and now boots freely.
When loading, I also (accidentally) set the lan's netmask to 255.255.255.0.
I have corrected it, and am sure I've got it right. Seems to boot up right
now, pinging happily.
xdm claims not to know the name I assigned my box. It thinks it is l (one or
el). Unoriginally, I called my box "linux", so maybe it is el.
httpd also mutters that it cannot determine hostname, and mumbles about
ServerName.
"hostname" quite happily reports "linux".
Ring a bell with anybody?
Regards
Louie Gregg
------------------------------
** 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
******************************