Linux-Networking Digest #872, Volume #11 Mon, 12 Jul 99 14:13:41 EDT
Contents:
Is this possible - IP Routing
Help with networking modules (stephan)
Re: newbie needs help starting over setting up network/IP masq (Stephen Loughin)
Help me with IP chains, please? (Kevin Brown)
Re: Help with networking modules ("G.C.")
Re: Problems installing Tulip driver (Mark Johnson)
Re: Ethertap Details (Mark Johnson)
Re: bash: ipfwadm: command not found in RH5.2 (Mark Johnson)
Limit Access By Time or Date (Todd Davis)
Re: Shutdown does not broadcast (Leonard Evens)
Network-Connection via Serial Port, PPP (The Captain)
Re: IP fragments sent in reverse order? (Phil DeBecker)
w95 box to RH5.2 box : samba stuff (Robert)
Re: Mac and Linux on TCP/IP (David)
Re: rtl8139 network adaptor (John Thompson)
Re: Help me with IP chains, please? (Mark Johnson)
Re: Is this possible - IP Routing ("Sean W. Ellis")
Re: help, trying to configure RH6 as ppp dialup server.. (Clifford Kite)
Re: Help me with IP chains, please? (Kevin Brown)
CGI/ScriptAlias problem ([EMAIL PROTECTED])
Re: Netscape, RH 6.0 and pppd ("Dr. G")
DHCP Problems (How to debug ?) ("Sivakumar Narayanan")
Sending mail using CompuServe as ISP to other CompuServe addresses (Basil Fowler)
Security - Authentifikation between two Win Nt Servers and one Linux Router do not
Work (Andreas Wahlert)
Re: Redhat 6.0 and NFS (Vincent Fox)
Re: Qpopper authentication problems (john@*NoSpam*jjgb.com)
----------------------------------------------------------------------------
From: <[EMAIL PROTECTED]>
Subject: Is this possible - IP Routing
Date: 12 Jul 1999 10:41:53 -0500
I was just wondering if this was possible:
If I had two service providers, one with a block of static
IP's (even just dedicated dial-up or ISDN link) and another as a
dynamic IP, full time link (such as a cable modem).
Now, if I have dialup users, can I give them the IP addresses from
service provider 1, but route all traffic through service provider
2? Can I have all DNS/reverse DNS work properly?
Thanks in advance.
rEdMaN
------------------------------
From: stephan <[EMAIL PROTECTED]>
Subject: Help with networking modules
Date: Mon, 12 Jul 1999 14:59:52 +0200
Reply-To: [EMAIL PROTECTED]
Hi folks,
I upgraded the default kernel of my RH5.2 (2.0.36) to 2.2.10.
there was no problem compiling and installing it. But when I boot the
machine I get the message net_pf_4, net_pf_5 not fount by modprobe. I
looked for modules or even files with similar name under
/usr/src/linux-2.2.10/.... but I found nothing.
Of course nfs, dhcp and several other things don't work either, but I
think those problems depend on the error modprobe gives at bootup!
Any suggestions?
Any help is appreciated!
Thanx,
Stephan
------------------------------
From: Stephen Loughin <[EMAIL PROTECTED]>
Subject: Re: newbie needs help starting over setting up network/IP masq
Date: Mon, 12 Jul 1999 10:42:58 -0400
I'm having a similar problem with RH5.2. I tried to manually enter
the ipfwadm and ipchains commands and get a shell error message
that these commands are not found, even after I have recompiled
my kernel specifically to do IP Masquerading... If I find anything
I'll keep you posted and please do the same for me. Best regards, --
Steve.
bjack wrote:
> Ok I'm going to nuke everything and reinstall RH6.0.
>
> Here's my stats:
> dual ne2000 NICs
> server private IP: 10.0.0.1 eth0
> server public IP: 24.x.x.x eth1
>
> i had added these lines to my rc.local file:
> ipchains -A forward -j MASQ -s 10.0.0.0/24 -d 0.0.0.0/0
> ipchains -P forward DENY
> ipchains -P forward masquerade
> echo 1> /proc/sys/net/ipv4/ip_forward
>
> the line 'ipchains -P forward masquerade' returned a generic error
> message.
>
> need to know how to set up *everything*!!!
>
> and... am i supposed to recompile my kernel to handle dual NICs better
> or something??
>
> thanks!
>
> Brandon
------------------------------
From: [EMAIL PROTECTED] (Kevin Brown)
Crossposted-To: alt.os.linux,comp.os.linux,comp.os.linux.help
Subject: Help me with IP chains, please?
Date: Mon, 12 Jul 1999 13:47:04 GMT
I'm attempting to set up IPmasq on my linux server. This is the first
time I've done such using a 2.2.x kernel, and it's causing me some
problems. I'm using the 2.2.5 kernel.
That said, here's the problem. According to all the documentation I
can find about IP chains, I'm supposed to compile w/the option
CONFIG_IP_FIREWALL_CHAINS, but I've never even SEEN that option. If
anyone out there could tell me explicitly how to get IP chains working
as much as I need it to, I'd be forever grateful.
------------------------------
From: "G.C." <[EMAIL PROTECTED]>
Subject: Re: Help with networking modules
Date: Mon, 12 Jul 1999 12:13:54 -0400
stephan wrote:
>
> Hi folks,
>
> I upgraded the default kernel of my RH5.2 (2.0.36) to 2.2.10.
> there was no problem compiling and installing it. But when I boot the
> machine I get the message net_pf_4, net_pf_5 not fount by modprobe. I
> looked for modules or even files with similar name under
> /usr/src/linux-2.2.10/.... but I found nothing.
>
> Of course nfs, dhcp and several other things don't work either, but I
> think those problems depend on the error modprobe gives at bootup!
>
> Any suggestions?
> Any help is appreciated!
>
> Thanx,
>
> Stephan
These modules are for the IPX and AppleTalk protocol. Just ignore them
if you don't use these, or put
alias net-pf-4 off
alias net-pf-5 off
in the /etc/conf.modules files
Gilles
------------------------------
From: Mark Johnson <[EMAIL PROTECTED]>
Subject: Re: Problems installing Tulip driver
Date: Mon, 12 Jul 1999 09:35:37 -0600
Reply-To: [EMAIL PROTECTED]
Nabu wrote:
> I am using Red Hat 5.2, FX310TX card, and I have complied tulip.c. As far
> as I can tell no error. I copy the tulip.o to
> "/lib/modules/2.0.35-0.7/net/" and run "/sbin/depmod -a" I get a symbol not
> found.
>
> Any ideas
I had similar trouble until I got a more recent version of the driver (v0.90q
2/23/99) from cesdis.gsfc.nasa.gov.
Try 'cat tulip.c |grep version' to see your version.
------------------------------
From: Mark Johnson <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: Re: Ethertap Details
Date: Mon, 12 Jul 1999 09:39:39 -0600
Reply-To: [EMAIL PROTECTED]
Sitaram Shastri wrote:
> Hello people,
>
> I am trying to set up communication between two ethernet
> cards on two boxes running RedHat 6.0, kernel 2.2.5-15 , without
> using TCP/IP . I think ethertap is a possible solution . So , can
I doubt it.
>
> someone post me more details about ethertap , how to use it , etc .
There is a file README.ethertap that comes with kernel 2.2.x.
>
>
> Thank you,
> Sitaram Shastri.
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
------------------------------
From: Mark Johnson <[EMAIL PROTECTED]>
Subject: Re: bash: ipfwadm: command not found in RH5.2
Date: Mon, 12 Jul 1999 09:28:09 -0600
Reply-To: [EMAIL PROTECTED]
Stephen Loughin wrote:
>
> Anybody got a hint for me? Do I gotta upgrade to RH6?
>
> Thanks,
> -- Steve.
Can't help much, other than to tell you that I had no trouble with ipfwadm
under kernel 2.0.34 (RH5.1), nor with ipchains after upgrading to kernel
2.2.9.
------------------------------
From: Todd Davis <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.misc
Subject: Limit Access By Time or Date
Date: Mon, 12 Jul 1999 16:31:01 GMT
I'm relatively new to Linux, and am enjoying many of the security benefits
that are built into it. One of the things I'd like to be able to do is
limit access to files and/or resources by time/date.
For example, I'd like to give my children access to the modem to dial-up
the internet. But I don't want them to have free reign! It would be nice
if I could set some permissions in Linux saying that they could only use
the modem from 6:00-8:00pm, and all day on weekends, for example. This
would keep them from surfing the web when they should be doing homework!
Is this possible under Linux? If not, is there a 3rd party utility or
program that would allow this?
Thanks for any help you can offer!
-Todd Davis
[EMAIL PROTECTED]
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Leonard Evens <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: Shutdown does not broadcast
Date: Mon, 12 Jul 1999 07:46:44 -0500
Afshin Poraria wrote:
> I am working on system which include Solaris and Linux (RH 5.2 & 6).
> The Linux boxes are mainly used for file servers. I noticed that when
> shutdown is initiated the two OS do not broadcast warning messages to
> each other.
> Is there anyone who can help me to rectify this problem?
Try using rwall. If you want it always to be executed with
shutdown, write a script which first does rwall and then
does shutdown. You have to have the package including
rwall installed.
However, utilities like rwall can create security problems,
so think about whether or not you really want it.
--
Leonard Evens [EMAIL PROTECTED] 847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208
------------------------------
From: [EMAIL PROTECTED] (The Captain)
Subject: Network-Connection via Serial Port, PPP
Date: Mon, 12 Jul 1999 14:42:01 GMT
Hi there !
I was trying to connect 2 Linux-machines over the serial port and be
able to network these to via TCP.
But for some reason, it did not function.
First I get the error : network is down, wenn I want to ifconfig ppp0,
but the right serial port is used , I think (ttyS01, which for some
reason is maped to ttyS2 - netconf only offers me the joice between
ttyS1 and ttyS2, and ttyS1 is the mouse)
The second problem is when I got frustrated and wanted to try plip0
instead, it told me, that the device does not exist (must I load some
module into the kernel ?) And how do I specify the IRQ and address to
work with plip0, because the defaults are not right for me.
thanks for everything.
Michael.
To complete,
my machines : 486PC with RH 6.0
Amiga2000 with RH 5.2
------------------------------
Date: Mon, 12 Jul 1999 12:51:52 -0400
From: Phil DeBecker <[EMAIL PROTECTED]>
Subject: Re: IP fragments sent in reverse order?
[EMAIL PROTECTED] wrote:
> Hello there,
> I had some problems with my NFS not working sometimes. I found out that
> in some situations my packet filtering firewall (set up with ipchains)
> in kernel 2.2.9 blocked outgoing NFS requests of my client.
> After about a month of pondering I think I found out why this happend.
>
> A tcpdump of my NFS requests shows following:
> 18:36:31.804663 gateway.peanuts.org > wds.peanuts.org:
> (frag 52607:1244@2960) (ttl 64)
> 18:36:31.804809 gateway.peanuts.org > wds.peanuts.org:
> (frag 52607:1480@1480+) (ttl 64)
> 18:36:31.804932 gateway.peanuts.org.nfs > wds.peanuts.org.822116745: reply
> ok 1472 read REG 100660 ids 1000/8 sz 6502
> (frag 52607:1480@0+) (ttl 64)
>
> This shows my server sending a fragmented UDP packet with the last
> fragment coming first. I observed this behavior on my client too.
> So what I suspect is, that the last fragments coming first (without source
> and destination port) are discarded by the packet filter while the first
> fragment (sent as the last) will pass but will be incomplete.
>
> I can somehow not believe that IP fragments generally are sent in reverse
> order. Can someone point out what's going wrong here?
> I would accept that I have to change my packet filter in that way that
> it would accept fragmented packets, if necessary - but would this help
> if they come in reverse order?
>
> Confused,
>
Since you're running a packet filter, you should definitely compile the
kernel with the IP_ALWAYS_DEFRAGMENT option turned on. This will force the
stack to defragment packets before they are screened by the packet filter.
Otherwise you stand to lose data, as seems to be the case here.
Phil D.
------------------------------
From: Robert <[EMAIL PROTECTED]>
Subject: w95 box to RH5.2 box : samba stuff
Date: Mon, 12 Jul 1999 20:51:38 +0200
I have a W95 box networked to a Linux RH5.2 box. The Linux box can
access the W95 files perfectly using smbmount. The W95 can telnet into
the Linux box and browse the Net concurrently with the Linux box (to
which the modem is connected).
The Linux box shows up in the W95 box Network Neighbourhood but double
clicking on it gives the following error:
\\linuxbox is not accessible
The specified computer did not receive your request. Try again later.
Running testparm on the Linux box gives the following error:
Badly formed boolean in configuration file: ""
12/07/1999 : 18:00:00 Connection denied from 192.168.0.50
(the W95 box).
I have set everything in smb.conf to readable, writable etc but I can
not get past this error.
Any ideas?
Thanks
Rob
Y
------------------------------
From: David <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.mac.comm
Subject: Re: Mac and Linux on TCP/IP
Date: Mon, 12 Jul 1999 19:01:00 +0200
brian wrote:
> David,
> Do you have to connect them via the serial port? Do you have
> ethernet
> available on th PC? (The mac has it built in)....If so, look for a
> small
> utiltiy called netatalk! It will make your life a lt easier a promise!
>
> Brian
I believe my Macintosh doesn't have any ethernet card at all... It is a
Performa 6300... Then I am trying to connect them via the serial port.
David
------------------------------
From: John Thompson <[EMAIL PROTECTED]>
Subject: Re: rtl8139 network adaptor
Date: Mon, 12 Jul 1999 08:34:56 -0600
[EMAIL PROTECTED] wrote:
> I have just upgraded to redhat 6.0 from 5.2 and
> also installed a rtl8139 baseed network adaptor.
> THe problem I have is the Kernal Module for the
> rtl8139 does not show up in the list in linux
> conf. I can find the rtl8139.o file in the
> /lib/.../modules/net directory but can not see it
> in linux conf. If anyone knows how to fix this
> please post or give me an email.
For some inscrutable reason when using the v2.2.x kernels
the option to select the rtl8139 NIC only appears if you
select "Prompt for development and/or incomplete
code/drivers" when configuring the kernel. Yes, I know it
used to appear without this, but now it doesn't. Go figure.
--
-John ([EMAIL PROTECTED])
------------------------------
From: Mark Johnson <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux,comp.os.linux.help
Subject: Re: Help me with IP chains, please?
Date: Mon, 12 Jul 1999 09:58:26 -0600
Reply-To: [EMAIL PROTECTED]
Kevin Brown wrote:
>
> >>can find about IP chains, I'm supposed to compile w/the option
> >>CONFIG_IP_FIREWALL_CHAINS, but I've never even SEEN that option. If
> >>anyone out there could tell me explicitly how to get IP chains working
> >>as much as I need it to, I'd be forever grateful.
> >
>
> Correct: it is a wild assumption. I'm actually using Caldera Open
> Linux (sort of...). When I tried typing the above lines, I get a
> wonderful little error that reads this way:
> ipchains: Protocol not available.
> Thoughts?
You may need to set CONFIG_EXPERIMENTAL=y to see the other option.
When you 'make xconfig', you run linux/scripts/kconfig.tk, which prompts
you for the option values. The script permits you to save the configuration
to your own file. If you do so, and then edit the file, you will see all the
options along with the values you've set for them. Probably a similar
arrangement obtains under 'make menuconfig', etc.
------------------------------
From: "Sean W. Ellis" <[EMAIL PROTECTED]>
Subject: Re: Is this possible - IP Routing
Date: Mon, 12 Jul 1999 11:37:51 -0500
[EMAIL PROTECTED] wrote:
>
> I was just wondering if this was possible:
>
> If I had two service providers, one with a block of static
> IP's (even just dedicated dial-up or ISDN link) and another as a
> dynamic IP, full time link (such as a cable modem).
>
> Now, if I have dialup users, can I give them the IP addresses from
> service provider 1, but route all traffic through service provider
> 2? Can I have all DNS/reverse DNS work properly?
>
If you use masquerade, it becomes possible. The problem with doing it
without masq is the fact that the IP addesses that are internet known
(static given by an ISP) will come back through the wrong portal into
your network.
message out from known IP, you route to fast port, response from net
will come back through slow port.
Sean
--
Slackware Linux 2.2.4, Compiled #8 Sat Mar 27 13:58:01 CST 1999
One 300 MHz PII (Klamath) Processor, 128M RAM, 299.83 Bogomips Total
11:30am up 105 days, 19:01, 10 users, load: 0.14, 0.10, 0.09
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: help, trying to configure RH6 as ppp dialup server..
Date: 12 Jul 1999 11:49:51 -0500
Joe Boston ([EMAIL PROTECTED]) wrote:
: We are trying to set up a small isp for our employees, we have purchased
: RedHat6 and a cyclades card. After installing and configuring mgetty and the
: cyclades drivers we are not able to sucessfully configure autoppp. The
Here's a link that might help although it's not RH 6.0 specific:
http://www.swcp.com/~jgentry/dialin2.html
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
------------------------------
From: [EMAIL PROTECTED] (Kevin Brown)
Crossposted-To: alt.os.linux,comp.os.linux,comp.os.linux.help
Subject: Re: Help me with IP chains, please?
Date: Mon, 12 Jul 1999 17:00:50 GMT
>>
>> >>can find about IP chains, I'm supposed to compile w/the option
>> >>CONFIG_IP_FIREWALL_CHAINS, but I've never even SEEN that option. If
>> >>anyone out there could tell me explicitly how to get IP chains working
>> >>as much as I need it to, I'd be forever grateful.
>> >
>>
>> Correct: it is a wild assumption. I'm actually using Caldera Open
>> Linux (sort of...). When I tried typing the above lines, I get a
>> wonderful little error that reads this way:
>> ipchains: Protocol not available.
>> Thoughts?
>
>You may need to set CONFIG_EXPERIMENTAL=y to see the other option.
>
>When you 'make xconfig', you run linux/scripts/kconfig.tk, which prompts
>you for the option values. The script permits you to save the configuration
>to your own file. If you do so, and then edit the file, you will see all the
>options along with the values you've set for them. Probably a similar
>arrangement obtains under 'make menuconfig', etc.
Once again, I've done this. In order to use the IP masq'ing stuff,
you must set CONFIG_EXPERIMENTAL=y, so I did. Any other thoughts?
------------------------------
From: [EMAIL PROTECTED]
Subject: CGI/ScriptAlias problem
Date: Mon, 12 Jul 1999 17:25:24 GMT
Hey, I was wondering if someone could help me out
here... When I use the "ScriptAlias" command in my
httpd.conf file and reboot, the httpd service
won't start up again until I get rid of the
"scriptalias" command. It says that ScriptAlias
isn't a valid command. I'm sticking it in at line
18 (where LinuxConf puts it) and formatting it as
follows:
ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
If anyone has any suggestions, I apreciate it!
thanks!
-Chris Marshall
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: "Dr. G" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.setup
Subject: Re: Netscape, RH 6.0 and pppd
Date: Mon, 12 Jul 1999 13:40:50 -0400
==============C50788A89BCD3A40F91010CF
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I have tried to set up a ppp-on script to no avail, even after reading
several HOWTO's. Do you have any suggestions?
When I use the following script from a command prompt it dials and
connects.
/usr/sbin/pppd /dev/ttyS0 57600 noauth debug user <username> connect
"/usr/sbin/chat -v ' ' AT OK ATD6446703 CONNECT '\d\c' "
(Id I change the speed to 115200, it doesn't work at all)
If I put this script in the file "ppp-on" there is no response.
I know I'm missing sometrhing very basic here. Any help wouild be
appreciated.
Thanks,
Darrell
==============C50788A89BCD3A40F91010CF
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I have tried to set up a ppp-on script to no avail, even after reading
several HOWTO's. Do you have any suggestions?
<p>When I use the following script from a command prompt it dials and connects.
<p><b>/usr/sbin/pppd /dev/ttyS0 57600 noauth debug user <username>
connect "/usr/sbin/chat -v ' ' AT OK ATD6446703 CONNECT '\d\c' "</b>
<p>(Id I change the speed to 115200, it doesn't work at all)
<p>If I put this script in the file "ppp-on" there is no response.
<p>I know I'm missing sometrhing very basic here. Any help wouild
be appreciated.
<p>Thanks,
<p>Darrell</html>
==============C50788A89BCD3A40F91010CF==
------------------------------
From: "Sivakumar Narayanan" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: DHCP Problems (How to debug ?)
Date: Mon, 12 Jul 1999 08:34:15 -0700
Hi,
I have win95 and redhat 5.2 linux (dual boot) on my PC. I used to have an
ISDN connection at home. Both win95 and linux used to obtain the dhcp
information successfully from the router (which runs the dhcp server).
Recently I moved to DSL. I have been working OK with win95 for the
past couple of days. However when I tried to boot in linux for the first
time after DSL was installed, it failed 'Using DHCP for eth0'. The DSL
router is running the dhcp server.
After dhcp failed during boot, I tried to run dhcpcd -r, but somehow I never
see the daemon in the 'ps ef' output. When I run dhcpcd -d it dumps core
immediately.
Can someone point me to the right things I should be looking for ? Where
can I find any logs as to what exactly failed ? /var/log/messages doesn't
seem to give any useful info.
Thanks.
------------------------------
From: [EMAIL PROTECTED] (Basil Fowler)
Subject: Sending mail using CompuServe as ISP to other CompuServe addresses
Date: Mon, 12 Jul 1999 18:33:40 GMT
I have written a short script in Perl that produces a individualised
email, which is then sent off using sendmail through my ISP Compuserve
over a PPP link. The system works ok, until the address is another
CompServe member. The system sends all such messages over the local
network, with the result that they land up in my dead.letter box.
Obviously there is a configuration fault somewhere, but where?
Does anyone know where the Sendmail FAQs can be obtained?
Does anyone one know of a good source of info about MS/Windows SMTP
clients - like Agent - Ms Mail. These work ok for sending to
CompuServe members. What is the magic ingredients
TIA
Basil Fowler
[EMAIL PROTECTED]
------------------------------
From: Andreas Wahlert <[EMAIL PROTECTED]>
Subject: Security - Authentifikation between two Win Nt Servers and one Linux Router
do not Work
Date: Mon, 12 Jul 1999 19:47:07 +0200
Hi,
I have Win Nt Serv. 4.0 / Sevice Pack 4.0 and a SuSE 6.1 Linux Router in
my Network. One of the NT Servers is a BDC and one is a PDC.
IP of the BDC: 10.1.90.3 / Class C Subnet
IP of the PDC: 10.1.92.45 / Clasc C Subnet
The Linux Router works very well! Ping is o.k.!
When i'm installing the BDC, he can not find his Domain Controller
behind the Linux - Router.
The following configuration:
1. Net 2. Net
10.1.90.x 10.1.92.x
ws_1 ws_3
ws_2 --------------Linux SuSE 6.1 Router ----------- ws_4
BDC PDC
Ping between all Machines is ok. But The Installation of the BDC is
failed. He can not found a Domain Controller. The Problem is the Router!
Win NT is working without any Problems.
I have a default Installation of Linux.
Kernel: - Optimize as a router is ok
- IP Forwarding is ok
It seems to be very tricky. I give up.
regards
Andreas Wahlert from germany
------------------------------
From: [EMAIL PROTECTED] (Vincent Fox)
Subject: Re: Redhat 6.0 and NFS
Date: 12 Jul 1999 14:46:07 GMT
In <[EMAIL PROTECTED]> "Richard E. Robbins" <[EMAIL PROTECTED]>
writes:
>Are there any known problems with Redhat 6.0 and NFS? I never had problems
>with Redhat 5.2. Now, whenever I try to mount something that is exported I
>find that the client is refused due to a permission failure. I had a stable
>set up with 5.2. Is there anything that changed in terms of NFS
>configuration from 5.2 to 6.0?
The NFS v3 implementation in Redhat 6.0 appears to be broken.
This would be more tolerable if it knew it was, but it doesn't.
Simple solution for now, turn off NFSv3. I did it by modifying
the startup script to run "rpc.mountd --no-nfs-version 3".
Then everything works.
--
"Who needs horror movies when we have Microsoft"?
-- Christine Comaford, PC Week, 27/9/95
------------------------------
From: john@*NoSpam*jjgb.com
Subject: Re: Qpopper authentication problems
Date: Mon, 12 Jul 1999 10:31:05 -0600
Thanks Mike,
I need this real bad <G> I'll try it today!
mike wrote:
> I found on the newsgroups the command for enabling SHADOW password support
>
> (that was the problem...):
>
> "./configure --enable-specialauth"
>
> mike
>
> dan wrote:
>
> >
>
> > I am setting up a Red Hat 6.0 to run as a POP3 mail server. Everything
>
> > works fine, I can telnet into port 110 and I get the welcome message.
>
> > But, when I try and connect from a netscape messenger on a Win98
>
> > workstation I get an error saying that the password is incorrect. I
>
> > know it isn't because I can log on directly to the box with the login
>
> > and password. Any ideas would be appreciated.
>
> >
>
> > Daniel Good
>
> >
>
> >
>
> > If you love someone set them free, if they come back, set them on fire!
>
> > ******************************************** http://www.datatel-mn.com/
>
> >
>
> >
>
> > Sent via Deja.com http://www.deja.com/
>
> > Share what you know. Learn what you don't.
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
--
Please remove *NOSPAM* for Email reply...
------------------------------
** 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
******************************