Linux-Networking Digest #294, Volume #12 Fri, 20 Aug 99 00:13:40 EDT
Contents:
Re: General Network Question (Chris Wells)
Re: telnet as root ("Cowles, Steve")
Re: Cable modem with multiple IP addresses (Peter Eddy)
Re: Compiling kernel (George Torralba)
Re: gateway: What am I doing wrong? ("Andrey Smirnov")
Re: Samba's last stand! ("Hiawatha Bray")
Re: Disallowing telnet access for one specific account (DanH)
NFS security - how to turn some of it off? (David C.)
Re: DSL router? ("Andrey Smirnov")
Odd behavior from NIS+ client on RH 6.0 (iCAIR)
2nd NIC not quite working (Max Hansen)
[EMAIL PROTECTED] (Wenyao Tsai)
Re: Diald, masquerading and dynamic IP addresses ("Scott Simpson")
Blocking out UDP port 67-68 ("TURBO1010")
Re: Cracks for Linux? that's unfortunate (Kaz Kylheku)
Re: ftp problem ("Robert Wood")
Re: all networking stops working for no reason (George Torralba)
sqlinit: DBROOT must be set!!! (Rob Beaton)
----------------------------------------------------------------------------
From: Chris Wells <[EMAIL PROTECTED]>
Subject: Re: General Network Question
Date: Thu, 19 Aug 1999 21:42:02 -0400
Here's the solution:
Turn off 802.1Q port tagging on each VLAN.
Chris Wells wrote:
>
> I know that this is a general networking question and not linux specific
> but I am trying to network linux boxes. :)
>
> I recently got a 3Com Corebuilder 3500 layer 3 switch/router and have a
> few questions. First of all I am trying to break up a corp network into
> 4 subnets and am using the following addressing scheme.
>
> subnet 1: 10.0.0.0/24
> subnet 2: 10.0.1.0/24
> subnet 3: 10.0.2.0/24
> subnet 4: 10.0.3.0/24
>
> Each of the subnets is going to occupy a single router port. I setup a
> VLAN (I'm new to VLANs and don't fully understand them) for each subnet
> and assigned ip addresses to each router interface in the following
> manner:
>
> router port 1: 10.0.0.254/24 - subnet 1
> router port 2: 10.0.1.254/24 - subnet 2
> router port 3: 10.0.2.254/24 - subnet 3
> router port 4: 10.0.3.254/24 - subnet 4
>
> This is where I get confused. For testing purposes I connected a PC
> directly to a given router port and assign it an address in that
> network, for example:
>
> PC1: 10.0.0.2/24 ::CONNECTED DIRECTLY TO:: router port 1: 10.0.0.254/24
> PC2: 10.0.1.2/24 ::CONNECTED DIRECTLY TO:: router port 2: 10.0.1.254/24
>
> I am unable to ping any router ports or PC1 from PC2.
>
> Question 1: Does this setup make sense?
>
> Question 2: I plan on just doing static routing since this is an
> internal network with only 1 router, do I need any static routes? I'm
> guesing no since I am not forwarding any packets to any other routers.
>
> Questions 3: Why are VLANs necessary? What is their purpose?
>
> Sorry for the long winded explanation but I wanted to be explicit and
> thanks for any help.
>
> Chris Wells
------------------------------
From: "Cowles, Steve" <[EMAIL PROTECTED]>
Subject: Re: telnet as root
Date: Thu, 19 Aug 1999 20:31:31 -0500
Try "su -" when su'ing to root
from man su
Make the shell a login shell. This means the fol-
lowing. Unset all environment variables except
`TERM', `HOME', and `SHELL' (which are set as
described above), and `USER' and `LOGNAME' (which
are set, even for the super-user, as described
above), and set `PATH' to a compiled-in default
value. Change to USER's home directory. Prepend
"-" to the shell's name, to make it read its login
startup file(s).
Steve Cowles
SWCowles at gte dot net
sean messenger <[EMAIL PROTECTED]> wrote in message
news:7phsef$hc3$[EMAIL PROTECTED]...
> yup.
>
> any way to telnet in, su to root, and scan system mail messages with
> native mail readers?
------------------------------
From: Peter Eddy <[EMAIL PROTECTED]>
Subject: Re: Cable modem with multiple IP addresses
Date: Thu, 19 Aug 1999 21:51:11 -0400
Would the second IP address come through the same cable? If so, why add
it? It won't improve bandwidth, unless your ISP has some wierd policy.
Anyway, if for some reason it makes sense, and the two IPs come through
the same cable, you could probably use IP aliasing to give your NIC more
than one address.
Peter
Paul wrote:
> I've been an Comcast@home subscriber for over half a year, with a RH
> Linux box acting as a gateway for the rest of my network, no problems.
> Now, I am considering getting another IP address. Does anyone have
> experience with this, and does anyone know if I would have to have 3
> NICs, or 4 in the gateway computer, etc, any other details, advantages,
> disadvantages to doing this?
------------------------------
From: [EMAIL PROTECTED] (George Torralba)
Crossposted-To:
comp.os.linux.questions,comp.os.linux.setup,linux.dev.config,linux.dev.newbie
Subject: Re: Compiling kernel
Date: Thu, 19 Aug 1999 17:44:27 GMT
I've had this burning question for a while now. What about that
module-info (or something like that) in /boot? Who/how do we generate
that? Do we need to update that when adding a new kernel? TIA
George
On Thu, 19 Aug 1999 10:32:18 +0200, Johannes Ziegler
<[EMAIL PROTECTED]> wrote:
>"Ji-Haw, Foo" wrote:
>
>> I am using Mandrake 6 with KDE support. I have downloaded the 2.2.11 kernel,
>> and am trying to compile it. A RedHat book I bought suggested the command
>> line make dep; make Image; make zImage. When I was using Slackware, I always
>> use make dep; make clean; make zlilo. Which is the better way to compile my
>> 2.2 kernel?
>>
>> --
>>
>> regards,
>>
>> Foo Ji-Haw
>> Berkom
>> raum 6067
>> extension 3150
>
>make dep ; make bzImage (because zImage is out of date)
>make modules ; make modules_install
>
>Then you should copy the new kernel and also the corresponding System.map
>to /boot/vmlinuz-<kernel-version+revision> and
>/boot/System.map-<kernel-version+revision>.
>Configure /etc/lilo.conf by hand (so you can still use the old kernel).
>Call lilo and reboot to try the new kernel.
>You can remove the old kernel later (don't forget to update lilo).
>
>Good luck!
>Johannes Ziegler
>[EMAIL PROTECTED]
>(feedback always welcome)
>
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: gateway: What am I doing wrong?
Date: Thu, 19 Aug 1999 16:20:50 -0700
In your route statement for default gateway try this:
route add default gw 166.104.88.1 dev eth0
Good luck!
Youjip Won <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
> With all the answer from various experts, I am still having problems
> in installing network.
>
> ifconfig lo 127.0.0.1 => fine
> route add -net 127.0.0.0 ==> fine
> ifconfig eth0 166.104.88.108 => fine
> route add -net 166.104.88.0 ==> fine
> route add default gw 166.104.88.1 ==> Ouch!!!
>
> After executing the previous steps, if I type 'route' it shows the
> first two lines(networks) and stalls. 'route -n' shows the third
> entry(gateway) properly.
>
> If I add 'netmask 255.255.255.0' in adding gateway, the 'route' shows
> the entry properly. Of course, the packet does not find the gateway
> properly while it finds the hosts in the same subnet. What am I doing
> wrong?
> Thanks.
>
> Youjip
>
> =<previous postings>==
> Dear all,
>
> I really appreciate your detailed replies. Unfortunately, I am still
> struggling with my linux box.
>
> 1. 'route -n' seems to generate what I expected.
> 2. 'route' stalls.
> 3. ping 166.104.88.107(host in the same subnet) works properly.
> 4. traceroute 166.104.88.107 stalls.
> 5. ping 166.104.88.1(gateway) stalls.
> 6. traceroute 166.104.88.1 generates interesting trace.
>
> From the host in the same subnet, I can ping to THE machine(named
> sobaek).
> But, I was not able to telnet nor ftp to sobaek.
>
> Help!!!
>
> Youjip
>
>
>
> Script started on Mon Aug 16 09:52:52 1999
> [root@sobaek network-scripts]# route -n
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> 127.0.0.0 0.0.0.0 255.255.255.0 U 0 0 1
> lo
> 166.104.88.0 0.0.0.0 255.255.255.0 U 0 0 3
> eth0
>
> 0.0.0.0 166.104.88.1 0.0.0.0 UG 0 0 3
> eth0
>
> [root@sobaek network-scripts]# ifconfig
> lo Link encap:Local Loopback
> inet addr:166.104.88.108 Bcast:166.104.88.255
> Mask:255.255.255.0
>
> UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
> RX packets:2138 errors:0 dropped:0 overruns:0 frame:0
> TX packets:2138 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
>
> eth0 Link encap:Ethernet HWaddr 00:C0:26:11:8C:79
> inet addr:166.104.88.108 Bcast:166.104.88.255
> Mask:255.255.255.0
>
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:3844 errors:0 dropped:0 overruns:0 frame:0
> TX packets:3027 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
> Interrupt:10 Base address:0x6800
>
> [root@sobaek network-scripts]# route
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> 127.0.0.0 * 255.255.255.0 U 0 0 1
> lo
> 166.104.88.0 * 255.255.255.0 U 0 0 3
> eth0
>
> [root@sobaek network-scripts]# ping 166.104.88.107
> PING 166.104.88.107 (166.104.88.107): 56 data bytes
> 64 bytes from 166.104.88.107: icmp_seq=0 ttl=128 time=1.1 ms
> 64 bytes from 166.104.88.107: icmp_seq=1 ttl=128 time=0.6 ms
>
> --- 166.104.88.107 ping statistics ---
> 2 packets transmitted, 2 packets received, 0% packet loss
> round-trip min/avg/max = 0.6/0.8/1.1 ms
> [root@sobaek network-scripts]# ping 166.104.88.1
> PING 166.104.88.1 (166.104.88.1): 56 data bytes
>
> --- 166.104.88.1 ping statistics ---
> 3 packets transmitted, 0 packets received, 100% packet loss
> [root@sobaek network-scripts]# traceroute 166.104.88.107
> traceroute to 166.104.88.107 (166.104.88.107), 30 hops max, 40 byte
> packets
>
> [root@sobaek network-scripts]# traceroute 166.104.88.107
> traceroute to 166.104.88.1 (166.104.88.1), 30 hops max, 40 byte packets
> 1 sobaek (166.104.88.108) 0.225 ms !H 0.153 ms !H 0.141 ms !H
> [root@sobaek network-scripts]# exit
> exit
>
> Script done on Mon Aug 16 09:54:03 1999
>
>
>
> Youjip Won wrote:
>
> > Dear Linux guru,
> > I am fan of linux, but never ever able to get the network setup in
> > one shot. This time was not an exception. After several trials and
> > errors, I am finally writing this message in a hope that I could get
> > some help.
> >
> > To make long story short, I cannot add gateway to routing table.
> >
> > Here's what had happened. I can ifconfig and route add 'lo' and
> 'etho'.
> > When I do "route add default gw 166.104.88.1", it does not complain.
> > BUT, if I type 'route' to verify the gw in routing table, it goes to
> the
> > infinite loop. It only shows the first two lines in routing table(lo,
> > eth0) and goes into infinite loop. I eagerly hope that someone have
> had
> > similar problems and provide me some clue.
> > Please refer to the attached script.
> > Thanks a mil!!!!
> >
> > Youjip
> >
> > Script started on Thu Aug 12 21:40:56 1999
> > [root@sobaek network-scripts]# ifconfig
> > [root@sobaek network-scripts]# route
> > Kernel IP routing table
> > Destination Gateway Genmask Flags Metric Ref
> Use
> > Iface
> > [root@sobaek network-scripts]# ifconfig lo 127.0.0.1
> > [root@sobaek network-scripts]# route add -net 127.0.0.0
> > [root@sobaek network-scripts]# ifconfig etho 166.104.88.108
> > [root@sobaek network-scripts]# route add -net 166.104.88.0
> > [root@sobaek network-scripts]# route
> > Kernel IP routing table
> > Destination Gateway Genmask Flags Metric Ref
> Use
> > Iface
> > 127.0.0.0 * 255.255.255.0 U 0 0
> 0
> > lo
> > 166.104.88.0 * 255.255.255.0 U 0 0
> 0
> > eth0
> > [root@sobaek network-scripts]# route add gw 166.104.88.1
> > [root@sobaek network-scripts]# route
> > Kernel IP routing table
> > Destination Gateway Genmask Flags Metric Ref
> Use
> > Iface
> > 127.0.0.0 * 255.255.255.0 U 0 0
> 0
> > lo
> > 166.104.88.0 * 255.255.255.0 U 0 0
> 0
> > eth0
> > ===> Goes to infinite loop
>
>
>
------------------------------
From: "Hiawatha Bray" <[EMAIL PROTECTED]>
Subject: Re: Samba's last stand!
Date: 19 Aug 1999 19:20:15 PDT
Yeah....I think you're right. But I've created an smbpasswd for root and it
still won't let me in. I created a new user, named after my PC, and tried
to create an smbpasswd for it. But Linux won't let me. It keeps saying
"127.0.0.1 rejected the password change: Error was: The specified password
is invalid." I have no idea why it does this. Do you?
Thanks.
Gary W. Sandvik <[EMAIL PROTECTED]> wrote in message
news:7ph3kq$7un$[EMAIL PROTECTED]...
> Hi,
>
> In your smb.conf you have an entry for the smbpasswd file location. Be
> certain that a valid user is generated for the linux system then generate
a
> smbpasswd for that user. Once you login as a valid user, it will ask for
the
> password. If you do not generate a password in smbpasswd for the root it
> will not allow the smb operation, be it root or another user.
>
> I'm assuming that you have your passwd style selected and the problem is
not
> with MS Win/9x.
> --
> Regards and God Speed,
>
> Gary
>
> Gary W. Sandvik
>
> [EMAIL PROTECTED]
> 309-676-0224 (fax)
>
> Hiawatha Bray <[EMAIL PROTECTED]> wrote in message
> news:7pft88$[EMAIL PROTECTED]...
> > Okay...I'm almost there. But a new problem has arisen. When I go to my
> > Windows machine and click on the Linux icon, it asks for a password. I
> type
> > my root password on the Linux box--the only one I have on it--and it
says
> > incorrect password. I don't get it. How do I log into my own computer?
> > Help!
> >
> >
>
>
------------------------------
From: DanH <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.security
Subject: Re: Disallowing telnet access for one specific account
Date: Thu, 19 Aug 1999 22:09:00 -0400
YouDontKnowWho wrote:
>
> In the ~home/.profile file, put 'exit' as the first line.
>
> --
> Principle of Minimum Access: "That which is not explicitly permitted
> is denied."
That would not allow them to log onto the box even sitting in front of
it. If that's the case, then just put a "*" in the password field of
the /etc/shadow file of the user.
Using hosts.allow and hosts.deny would be a better way. Look at the
EXCEPT tag in hosts.deny
Dan
--
UNIX - Not just for vestal virgins anymore
Linux - Choice of a GNU generation
------------------------------
From: [EMAIL PROTECTED] (David C.)
Subject: NFS security - how to turn some of it off?
Date: 19 Aug 1999 21:16:02 -0400
Here's the scenario:
My /etc/exports file consists entirely of:
/home (rw)
This should allow everybody to mount the volume, right? Wrong.
Most hosts, when they try to mount this volume, get "permission denied"
or similar errors. Whenever they attempt to mount the volume, lines
like these are appended to /var/log/messages:
<date> <host> mountd[###]: mount request from unknown host ##.##.##.##
I have found that if I add a hosts's name to /etc/hosts, then it will be
able to mount the volume, but not otherwise. It doesn't matter what OS
the host is running.
How do I turn off this kind of authentication? I tried adding entries
to /etc/hosts.allow, but it didn't do any good. I really don't want to
download my company's entire DNS table to be my /etc/hosts.
(I'm behind a corporate firewall, so there's no need for this kind of
security here.)
-- David
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Crossposted-To:
alt.linux.slakware,at.os.linux,alt.os.linux.slackware,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: DSL router?
Date: Wed, 18 Aug 1999 23:12:04 -0700
DSL router would work as any other router, and there is nothing to configure
in Linux.
Marc Ohmann <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Can anyone refer a good how-to or any resource dealing with linux
> router/firewall and a cisco 675 DSL modemm to me? I have read all of
> the relevant LDP how-tos but something more case specific would help.
> The kernel is recompiling right now and so far everything is going as
> planned (knock on wood) but I am sure that eventually I am going to need
> a good resource.
>
> Thanks,
> marc
>
------------------------------
From: iCAIR <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: Odd behavior from NIS+ client on RH 6.0
Date: Wed, 18 Aug 1999 12:32:10 -0500
Reply-To: [EMAIL PROTECTED]
Please cc replies to [EMAIL PROTECTED], usenet is often difficult to
track.
My latest NIS+ client is behaving rather strangely. The client is
running on a new install of RH 6.0, the server is on Solaris 2.5.1. I
have been able to get other linux clients on my domain to work, but this
is the first machine I've tried with RH 6.0.
It appears that NIS+ is installed & running successfully, but it cannot
authenticate users correctly. nscd, keyserv, and nis_cachemgr all load
without complaint on boot. I can niscat any directory I want within the
domain, nisdefaults, nisping, etc.. all the tools seem to successfully
query the NIS+ server from my client. However, nis+ domain accounts
cannot be authenticated for login. ssh, telnet, rlogin, etc, all dump an
"Authentication failed" message to syslog. Yes, I've been able to
successfully initialize the cold start with nisinit, and I have a good
des credential for the client on the server, and the client is
registered in dns and the hosts table. pam_keylogin.so appears to be
compiled successfully and is installed in /lib/security.
Here are my nsswitch.conf and pam.d/login files.
[root@wiggum local]# cat /etc/nsswitch.conf
passwd: files nisplus [NOTFOUND=return] nis
shadow: files nisplus [NOTFOUND=return] nis
group: files nisplus [NOTFOUND=return] nis
hosts: files nisplus dns
services: files
networks: nisplus [NOTFOUND=return] files
protocols: files
rpc: files
ethers: nisplus [NOTFOUND=return] files
netmasks: nisplus [NOTFOUND=return] files
bootparams: nisplus [NOTFOUND=return] files
netgroup: nisplus
publickey: nisplus
automount: files nisplus
aliases: files nisplus
[root@wiggum local]# cat /etc/pam.d/login
#%PAM-1.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_keylogin.so
auth required /lib/security/pam_unix_auth.so
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_unix_acct.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_unix_passwd.so
session required /lib/security/pam_unix_session.so
session optional /lib/security/pam_console.so
many thanks,
jeremy
--
iCAIR
Northwestern University, Evanston, IL. USA
[EMAIL PROTECTED]
------------------------------
From: Max Hansen <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: 2nd NIC not quite working
Date: Thu, 19 Aug 1999 22:52:49 -0400
Oy, I see a lot of posts about 2nd NICs not working. I get farther than
most of these people, but not far enough.
I'm using RH6.0, and have mostly used the graphical control panel to set
up my NICs.
eth0 uses module rtl8139.
eth1 uses module tulip.
Both kernel modules load okay.
I've set up eth0 as my gateway to the Internet through cable modem and
MediaOne. That works. eth1 is the problem. I've set it up with a
class C address and mask. It activates fine -- ifconfig shows it "up"
okay. I can ping its IP address from within the machine, for what
that's worth.
When I ping the IP address on the Windows machine, on my hub the
activity lights belonging to eth1 and the Win NIC blink in sync. Tells
me the hub is getting a clear enough message from eth1 to know where to
send it on to. But no packets are ever returned.
When I ping eth1 from the Win machine, only one activity light blinks on
the hub -- the one belonging to the Win NIC, of course. The hub doesn't
know where eth1 is.
Suggestions much appreciated.
Max
------------------------------
From: Wenyao Tsai <[EMAIL PROTECTED]>
Subject: [EMAIL PROTECTED]
Date: Thu, 19 Aug 1999 23:11:50 -0400
Luis,
Where do my network stats get logged on my Linux 6.0?
Thanks,
Yao
------------------------------
From: "Scott Simpson" <[EMAIL PROTECTED]>
Subject: Re: Diald, masquerading and dynamic IP addresses
Date: Wed, 18 Aug 1999 04:59:11 -0700
Mark Thomas <[EMAIL PROTECTED]> wrote in message
news:7pa39r$oja$[EMAIL PROTECTED]...
> I am trying to setup a Linux server for a small home network with about
four
> machines, unfortunately the ISP that I use is running using dynamic IP
> addressing. I have managed to setup diald and it works great and all of
the
> appropriate masquerading and routing is done using the addroute script,
> however the packets which seem to start the connection do not get through
to
> their destination or the TCP connection is reset. However if any packets
> are sent after the initial connection they are fine.
>
> As far as I can tell I have followed all of the directions in the
> README.masq file, does anyone have a sample configuration that I could
view?
Uhhh...http://home.earthlink.net/~simpson3.
------------------------------
From: "TURBO1010" <[EMAIL PROTECTED]>
Subject: Blocking out UDP port 67-68
Date: Wed, 18 Aug 1999 17:04:30 -0700
How can I block anything coming in on UDP port 67-68 on eth0 and not eth1?
I know I can use IP chains, but not certain on what commands to use.
thanks
------------------------------
From: [EMAIL PROTECTED] (Kaz Kylheku)
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.misc
Subject: Re: Cracks for Linux? that's unfortunate
Date: Wed, 18 Aug 1999 18:05:28 GMT
On Wed, 18 Aug 1999 12:33:28 +0530, Abhishek Srivastava <[EMAIL PROTECTED]>
wrote:
>Asking for Crack software for linux is Stupid !!
>when u get *almost* all things for free. To pay
>USD 20 for such a wonderfull system should hurt at all.
It *will* hurt when those shitty $20 drivers crash your OS. ;)
------------------------------
From: "Robert Wood" <[EMAIL PROTECTED]>
Subject: Re: ftp problem
Date: Thu, 19 Aug 1999 11:44:19 -0700
Make sure the account that you are logged on as does not appear in
/etc/ftpusers.
There is no man page for ftpusers and this can be confusing.
Thanks. Robert
F.B.Quinn <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Two side-by-side RH6.0 boxes on campus network, will ping each other,
> will telnet to each other, but will NOT permit ftp access to each
> other. Why???
> /home/ftp is chmod 777 (for test purposes only) and still no joy.
> Appreciate suggestions!
> F. B. Quinn, Jr., M.D.
> UTMB Galveston TX USA
------------------------------
From: [EMAIL PROTECTED] (George Torralba)
Subject: Re: all networking stops working for no reason
Date: Thu, 19 Aug 1999 17:28:56 GMT
I got mine to work too after several re-entries of the networking
stuff in linuxconf. I agree, it stinks when it works and you don't
know why it worked or what the problem was :-)
George
On Thu, 19 Aug 1999 15:41:04 GMT, Scott Shoemaker
<[EMAIL PROTECTED]> wrote:
>George-
>
>I did reload from scratch and added netatalk 1.4b2 and samba. The
>problem has seemed to go away, so I believe that it was definitely a
>software glitch. I do not know what fixed it, but it is fixed. Not
>really a very good solution, I know.
>
>Scott
>
>
>In article <7pbq0s$73$[EMAIL PROTECTED]>,
> Scott Shoemaker <[EMAIL PROTECTED]> wrote:
>> I have decided to reload the RH6 Linux from scratch. Afterwards, I
>will
>> see if the server exhibits network stability. If it does, I will add
>> netatalk and the other components I have installed to it one by one
>> (only a few), and see if any of those are causing the problem. The
>> networking worked for about a week after the initial install as far as
>I
>> know. I have not made many changes to it since. I am at a loss as to
>> what else to do. Since the server is not in use, it will not be that
>> tough. I am curious to see if I get the same results. I will post a
>> message with these results.
>>
>> Scott
>>
>> In article <[EMAIL PROTECTED]>,
>> [EMAIL PROTECTED] (George Torralba) wrote:
>> >
>> > I'm having the same problem. Fresh install and it does that. I do
>a
>> > "host ..." and it just sits there. I do a "route" and it just sits
>> > there toward where that "default..." would show when the darn thing
>> > works. Sheyt!
>> >
>> > George
>> >
>> > On Sun, 15 Aug 1999 15:19:58 GMT, William B. Cattell
>> > <[EMAIL PROTECTED]> wrote:
>> >
>> > >I have an Acer Aspire/P120 running RH6 that does the same thing
>> (stops
>> > >communicating). I run a telnet session into it and leave top
>runing
>> just to
>> > >keep it going. As you did - I first thought bad hardware so I
>> replaced the NIC
>> > >- it still happened. Since seeing your post I'm starting to think
>> it's RH6
>> > >except the same thing happens when the Acer is an intraNetWare
>> server.
>> > >
>> > >The search continues...
>> > >
>> > >Bill
>> > >
>> > >On Thu, 12 Aug 1999, Scott Shoemaker wrote:
>> > >>Please Help!!! I am running RH 6.0 on a new Intel box that I have
>> not
>> > >>put into production use yet, because I have a problem where I am
>> unable
>> > >>to keep the server on the network for an extended period of time.
>> From
>> > >>the point that the server starts it will stay on the network from
>a
>> few
>> > >>minutes to a few hours, and then mysteriously drops ALL network
>> access.
>> > >> I have tried replacing all of the cabling and the NIC in the
>server
>> and
>> > >>I still have the same result. I even went as far to swap out the
>> > >>network switch that I was using. I can reboot the server and it
>> will
>> > >>stay up for awhile. After doing some testing, I have found that
>as
>> long
>> > >>as the server seems to be doing something on the network, that it
>> tends
>> > >>to stay up longer. I.E. -- I set up a continuous ping to the
>gateway
>> > >>router and found that the server stayed up much longer (all night)
>> than
>> > >>if it were sitting doing nothing.
>> > >>
>> > >>Here is some additional information.
>> > >>
>> > >>1. I am running samba and netatalk which both seem to be working
>> fine
>> > >>when the server has not dropped access.
>> > >>
>> > >>2. When the server slips off of the network, it disappears from
>the
>> > >>Apple network, and I am unable to ping the server from a client or
>> vice
>> > >>versa via TCP/IP. I am able to ping the server from the server
>> itself,
>> > >>and the Network Configurator says that the interface is active.
>The
>> > >>activity lights on the both ethernet cards that I have tried to
>use
>> on
>> > >>this server do not flash after the network access hangs up.
>> > >>
>> > >>3. When I do a netstat -r from the server, I see the same
>> information
>> > >>before and after it hangs, but after it hangs, the last line in
>the
>> > >>table (the default gateway) takes a little longer to show up
>> sometimes
>> > >>(but it eventually does). It looks like the following:
>> > >>
>> > >>destination gateway genmask flags mss window irtt
>iface
>> > >>198.213.30.9 * 255.255.255.255 UH 0 0 0
>eth0
>> > >>198.213.30.0 * 255.255.255.0 U 0 0 0
>eth0
>> > >>127.0.0.1 * 255.0.0.0 U 0 0 0 l0
>> > >>default 198.213.30.1 0.0.0.0 UG 0 0 0
>eth0
>> > >>
>> > >>4. I am having no other trouble with any of the other devices
>> (about 75
>> > >>devices) on the same network.
>> > >>
>> > >>I am really confused as to why this is happening and what to try
>> next.
>> > >>I was unable to find any documentation on this particular issue
>and
>> I
>> > >>would appreciate any input.
>> > >>
>> > >>Thanks in advance for your help!
>> > >>
>> > >>Scott
>> > >>
>> > >>
>> > >>Sent via Deja.com http://www.deja.com/
>> > >>Share what you know. Learn what you don't.
>> >
>> >
>>
>> Sent via Deja.com http://www.deja.com/
>> Share what you know. Learn what you don't.
>>
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
------------------------------
From: Rob Beaton <[EMAIL PROTECTED]>
Subject: sqlinit: DBROOT must be set!!!
Date: Tue, 17 Aug 1999 11:17:36 -0700
So far I've managed to install SuSE 6.1 but now I'm trying to get Apache
running but everytime I try to run load it I get the message: sqlinit:
DBROOT must be set!!!
Any help would be appreciated. I have the O'Reilly Apache book and the
SuSE manual but have not seen any reference to sqlinit or the error
message.
Rob
------------------------------
** 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
******************************