Linux-Networking Digest #106, Volume #11         Mon, 10 May 99 18:13:35 EDT

Contents:
  Re: connecting two networks w/o a router?? ([EMAIL PROTECTED])
  /var/log/messages is filling up when on the internet ! ? ? ("Matt Sartori")
  time snyc ([EMAIL PROTECTED])
  Alternative to SendMail? ("staalejg")
  HDLC, pc-104, and Linux? (Dave Strout)
  Re: Routing help needed (Jeff Howard)
  Re: Weird DNS Problem (mist)
  Re: VPN through Linux IP-Masquerade (Mark)
  Re: Reliable (!) nic for 2.2 kernel? (bryan)
  Re: ISP using PAP connection problem (Clifford Kite)
  Need input on new Linux based router ([EMAIL PROTECTED])
  Re: Automounter for Linux ("Bernat Ginard Llad�")
  Re: Reliable (!) nic for 2.2 kernel? (Johan Kullstam)
  ftp through a proxy ("Luiz Masag�o Ribeiro Filho")
  Re: Help: NFS/mount params ineffective ([EMAIL PROTECTED])
  Re: MODEM and IRQ: help a newbie (Denis Kholodar)
  Re: Redhat 6.0... the good, the bad, and the ugly (Wouter Liefting)

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.protocols.tcp-ip
Subject: Re: connecting two networks w/o a router??
Date: Thu, 06 May 1999 07:18:33 GMT

In article <7D9Y2.411$jw4.32264@burlma1-snr2>,
  Barry Margolin <[EMAIL PROTECTED]> wrote:
> In article <7gr7mn$16t$[EMAIL PROTECTED]>,
> Azfar Kazmi  <[EMAIL PROTECTED]> wrote:

> >Problem occurs when my DNS [the same linux box] resolves my domain to that
> >static /24 IP [while requesting clients are on /16.] For example, on my WinNT
> >workstation, whose DNS is 192.168.1.1, I do a nslookup www.mydomain.com. This
> >box goes to my DNS [say 192.168.1.2] and queries www.mydomain.com. That DNS

> I'm confused, is the DNS (Domain Name Server) address 192.168.1.1 or
> 192.168.1.2?  Or are you using "DNS" as an abbreviation for "IP address"?

DNS stands for Domain Name System, not Domain Name Server.
He states that the NT box is at 192.168.1.1, and the DNS is from 192.168.1.2.

> >says it is on 210.x.x.x. Now, that WinNT client can not, ofcourse, connect to
> >that box [different networks!]

It could very well connect to 210.x.x.x, if its default gateway is or can
route to the Linux box.  It's the gateway that has to worry about getting
packets to other networks, not the NT client.  Since your LAN doesn't sound
like it's connected to the internet anyway, that means the default gateway
for your NT clients [or any other boxes] is doing nothing.  Change the
default gateway on your clients to the *internal* [/16] address of the linux
box, then make sure the Linux box knows about both addresses.

> >This is what I am willing to determine. Will I
> >use a route that says that for anything 210.x.x.x default gateway is
> >192.168.1.2?

Yes.  I don't think you can do that on the client under NT, though.  Does
anyone know if NT supports static routes?  Something in 'lmhosts', maybe? 
For the NT boxes you'd probably have to change the default gateway for all
traffic.  That may or may not cause problems, depending on your situation. 
Note that you do not need a real gateway to route traffic on the local
network, so if the NT boxes don't need to see anything other than local
machines, changing their default gateway to the Linux box shouldn't hurt
anything.  Test it first, anyway, though. :)

> Since Squid is a proxy server, your client machines will send all their
> HTTP connections to the Linux box (using the proxy configuration in the
> browser), rather than trying to connect to 210.x.x.x.  So you don't need a
> route to it.

His primary question wasn't how to get traffic to the Linux box, it was how to
get DNS working.  It's a common problem [maintaining one server doing both
internal and external DNS consistently].

One solution, which I just outlined, is to simply resolve all DNS queries to
external IP addresses, and let the gateway do the translations.  Another
solution is to maintain different servers for internal and external DNS.  The
simplest solution is to use /etc/hosts, since this is the main reason it's
still around and hasn't been completely replaced by DNS.  Unfortunately, that
won't work on any windows box, for obvious reasons.  Windows *does* have a
bastardized version of a hosts file, 'lmhosts', that lets you override DNS
resolution, but it's a bitch to work with, isn't very well documented, and
doesn't always seem to work right [some applications use DNS first no matter
what, it seems].

-Bill Clark
Systems Architect
ISP Channel
http://locale.ispchannel.com/
> --
> Barry Margolin, [EMAIL PROTECTED]
> GTE Internetworking, Powered by BBN, Burlington, MA
> *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
> Please DON'T copy followups to me -- I'll assume it wasn't posted to the
group.
>

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: "Matt Sartori" <[EMAIL PROTECTED]>
Subject: /var/log/messages is filling up when on the internet ! ? ?
Date: Mon, 10 May 1999 21:48:38 +0100

I recently noticed that when I logged on and surfed the net my system would
slow down and the harddrive would thrash about. After a bit of ps'ing and
top'ing I noticed that my syslogd was hyperactive. I had a look at exactly
what it was it was doing and discovered it was filling my drive (by writing
to the messages log) with the same data that my browser was either parsing
(html etc.) or saving as downloads. It had created a couple of .gz archives
(I guess when the log got > a certain size). The output was from the kernel
in the format otherwise known (for me) from hex-viewers, that is the hex
numbers followed by their ascii equivalents :
kernel : 00 00 00 00 00 00 00 00  ........
etc...

another thing that figured a lot in the message log was the following...

chat[551] : Can't restore terminal parameters : input/output error.

and also

kernel : ppp : write frame, count = 24

Any ideas ?

m@



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

From: [EMAIL PROTECTED]
Subject: time snyc
Date: Mon, 10 May 1999 19:48:11 GMT

Is there a program that will sync a linux box with one on the many
atomic clocks on the net? If so what is is called and where can I get
it?


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

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

From: "staalejg" <[EMAIL PROTECTED]>
Subject: Alternative to SendMail?
Date: Mon, 10 May 1999 14:39:46 -0600

Is there an alternative to SendMail available for Linux?  I have used
Software.Com's Post.Office mail software on Unix and NT and it has been
great.  Is there anything like Post.Office available for Linux?



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

From: Dave Strout <[EMAIL PROTECTED]>
Subject: HDLC, pc-104, and Linux?
Date: Mon, 10 May 1999 20:41:57 GMT

Does anybody know of a pc-104 card that does HDLC and runs under Linux?  I'm
in desperate need.  It needs to do 2Mb/s sustained over RS-422 or V.35.

Thanks alot,
dave.
-- 
Dave Strout     
"Engineering is the art of making things you want from things you can get."

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

From: Jeff Howard <[EMAIL PROTECTED]>
Subject: Re: Routing help needed
Date: Mon, 10 May 1999 15:08:32 -0500

Ok, I'm going to make a couple of assumptions here based on the IP addresses
you gave.
1)  Your eth0 is connecting to the internet and has a legal internet address.
2)  Your eth1 is connecting to your local LAN and does NOT use legal internet
addresses (192.168.x.x is reserved for private networks, hence most routers
that connect to the internet will ignore addresses in that range.)

This is not going to be a simple routing issue.  If what I'm assuming above is
correct, you are going to have to implement IP masquerading.  Since you only
have the one IP address that is legal on the internet (assigned to your eth0),
your linux box is the only machine that is visible from the internet.  You're
going to have to set up your linux machine to act as a translator from your LAN
to the internet and back.  Basically what happens is this:  Linux listens on
your LAN for connections that need to go to the internet.  It accepts those
connections from your local machines on it's eth1 then creates the actual
connection from it's eth0 to the internet machine (whatever it may be) and
pipes the data between the two, doing the necessary address translation. With
RH5.2 you should already have the necessary options compiled into the kernel if
you're using the 'out of the box' kernel.  I'm sorry that I can't give you any
more specifics about setting up IP masquerading.  I've never actually set it up
myself.  It's not supposed to be very difficult though.  There's probably a
HOWTO about it.  Look around in /usr/doc/.

good luck
Jeff

nobody wrote:

> I have the following setup:
>     486-100, 32 meg
>     RedHat 5.2
>     eth1 on the local network, ip: 192.168.0.1
>     eth0 logged into RoadRunner CableModem, DHCP, ip 24.93.x.x
>     At least one windows9x and one Linux machine on the network
>
> All I want to do is route everything not on the local network over to eth0.
> I have tried dozens of configurations using the route command, but nothing
> has worked.
>
> Is there a different/easier solution?
> I'd rather not rebuild the kernel.
> Also, it's preferable to have all protocols/ports available.
>
> Thanks in advance for any help,
> Eric
> Partnerware Technologies
> www.partnerware.com
> [EMAIL PROTECTED]


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

From: mist <[EMAIL PROTECTED]>
Subject: Re: Weird DNS Problem
Date: Mon, 10 May 1999 11:03:35 +0100
Reply-To: mist <new$[EMAIL PROTECTED]>

John Bell <[EMAIL PROTECTED]> scribed to us that -
>Hi All,
>    I have a very odd DNS problem that I think is probably very Linux
>specific.  Whilst I can use dig to resolve a host address, if I attempt
>to use any "end user" utilities to contact a host by name (eg. ping
><name>) I always end up with an unknown host error.  Running named with
>debug level 9 does not even indicate that a query was made.  It is as
>though gethostbyname() never checks DNS.  The host.conf file specifies:
>
>order bind, hosts
>multi on
>

<snip>

What does /etc/resolv.conf  say?  IIRC, it doesn't come set up to use
localhost by default.. (I may be wrong.)  You would need something like

domain your.domain.name
nameserver 127.0.0.1
nameserver your.isp.nameserver.addy
-- 
Mist.

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

From: Mark <[EMAIL PROTECTED]>
Crossposted-To: athome.users-unix
Subject: Re: VPN through Linux IP-Masquerade
Date: Thu, 06 May 1999 02:56:34 GMT



Bob G wrote:
> 
> On Sat, 24 Apr 1999, David Peavey wrote:
> >[...]
> >Has anybody gotten a VPN to work through Linux Masquerading?  Do
> >I need to set my ipfwadm differently?  My ipfwadm is very
> >simple.  It is:
> >
> 
> It can be done. Check out the IP Masquerade resource and HOWTOs. VPN uses a
> different protocol type. It's not TCP or UDP, so there's no range of ports you
> need to allow. There are, as I recall, patches required to get VPN to work
> through masquerade.
> 
> I played with it about a year ago, but VPN doesn't work from here with or
> without masq (at least from the attempts I made). Note that VPN is now being
> advertised as an @work feature and there have been various threads about VPN
> NOT being allowed under @home.
> 
> Good luck!
> 
> - Bob


pptp needs a couple of ports, but if you are allowing everything OUT, then
it doesn't matter.

HOWEVER! Fast Packet Switching will nuke the VPN. (according to MS)
I know when I compiled 2.2.4 I turned that on. Rather than recompile for the 
testing I was doing, I just hooked up directly. (cheating)

There is probably a way to turn that off manually, but I haven't a clue how
it is done.

Port forwarding isn't needed unless you are coming IN through the firewall.
(in which case, it is easier to just pass everything bound for the IP of the
VPN server and let it deal with it)

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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.development.system
Date: Mon, 10 May 1999 18:18:42 GMT

In comp.os.linux.networking Etienne Lorrain <[EMAIL PROTECTED]> wrote:
: bryan wrote:

: > my tulip card is totally unreliable.  I can bring it down with an ftp
: > xfer (local lan) at 10 or 100, in a minute or less.  network hangs and
: > will NOT be reset by software.

:   I am probably completely wrong, but would your test work
:  with a 2.2 kernel compiled as UP, not SMP - or even better
:  SMP without support of the improved IRQ hardware management ?

I tried disabling SMP and that didn't help much.  it was my first thought ;-)


-- 
Bryan

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: ISP using PAP connection problem
Date: 5 May 1999 22:38:33 -0500

[EMAIL PROTECTED] wrote:

: When my ISP is not yet using PAP I have no problem connecting to their ISP
: but when they shifted to using PAP, I cannot complete my connection.
: What I did was just delete the part with my specifying my
: username, password & the command which will start ppp like the ff:
: sername: cigi
: assword: ^secret*
: eak> ppp
: My installation is Slackware3.5 with kernel version 2.0.34 installed on
: a Pentium II-300

<snip>

: while this is the message when my ISP shifted to using PAP

: May  5 18:06:46 edgarc pppd[2261]: pppd 2.2.0 started by root, uid 0

<snip>

: May  5 18:07:05 edgarc pppd[2261]: Serial connection established.
: May  5 18:07:05 edgarc chat[2262]: CONNECT -- got it
: May  5 18:07:06 edgarc pppd[2261]: Using interface ppp0
: May  5 18:07:06 edgarc pppd[2261]: Connect: ppp0 <--> /dev/cua1
: May  5 18:07:32 edgarc pppd[2261]: Modem hangup
: May  5 18:07:32 edgarc pppd[2261]: Connection terminated.
: May  5 18:07:32 edgarc pppd[2261]: Exit.

Turn on the pppd "debug" option, look in /var/log/debug for the PPP link
negotiation messages and post them, x-ing out the secret.  Include the
scripts to start pppd and the chat scripts as well as the *form* of the
/etc/ppp/pap-secrets file - x-ing out the secret.  Then someone might
be able to help.

--
Clifford Kite <kite@inet%port.com>                       Not a guru. (tm)
/* Speak softly and carry a +6 two-handed sword. */

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

From: [EMAIL PROTECTED]
Subject: Need input on new Linux based router
Date: Mon, 10 May 1999 21:18:10 GMT

I am a student working on a Marketing Research report and need general
input for a cheap home use/small business (linux based) router that is
currently being developed by my friends and I. If anyone can fill out my
survey, I would be very grateful. The survey is posted at http://
www.internetgrp.com/survey/

Thanks again!!


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

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

From: "Bernat Ginard Llad�" <[EMAIL PROTECTED]>
Subject: Re: Automounter for Linux
Date: Mon, 10 May 1999 20:17:43 +0100

Marco Cerqui wrote:

> Hi
>
> I work with SuSE Linux 6.1 . I have installed a NIS-Server. Now I want,
> that when somebody login on a client, his home directory, who is on the
> server, will automaticly mounted in the client file-system. With Solaris
> I can do this with the automounter. What can I do with Linux ???
>

With Linux install the autofs package and look the man pages

they are so clear: you only have to create a configuration

file in the /etc directory, enable it with yast and activate

with the /etc/rc.d script, and that's all.

--
_______________________________________________________
Bernat Ginard Llad�

mailto:[EMAIL PROTECTED]




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

Crossposted-To: comp.os.linux.development.system
Subject: Re: Reliable (!) nic for 2.2 kernel?
From: Johan Kullstam <[EMAIL PROTECTED]>
Date: 10 May 1999 18:05:41 -0400

bryan <[EMAIL PROTECTED]> writes:

> In comp.os.linux.networking Johan Kullstam <[EMAIL PROTECTED]> wrote:
> : bryan <[EMAIL PROTECTED]> writes:
> 
> : > its totally repeatable.  I wonder if its my SMP that is throwing a
> : > monkey wrench into the works?  is anyone happy with their tulip in
> : > 2.2.7 AND smp??
> 
> : i am happy.  i have a dec tulip 21140 card in a quad ppro box and it
> : seems fine.  i use tulip driver v89h (what comes with linux 2.[12].x
> : kernels) and have tried v90 as well.  i have run big ftp jobs (100's
> : of Mb) to move data back and forth between it and my other machine.  i
> : have a 100Mbps setup through a little 4 port hub.  i've got two more
> : dec tulips in my uniprocessor box.  one 10Mbps 21041 and one 21140.
> 
> : i can't recall the minor rev letter/numbers at this time.
> 
> : what tests would you have me perform to inflict maximum punishment
> : upon these ethercard?
> 
> connect two systems with same driver/kernel and a crossover-cable (NO
> hub - we want wire-speed (as close as possible) with no delays or
> buffering).

hmm all i have is this crappy hub.  i have no cross-over cable.

> ping-flood the system:
> 
>       # ping -s 1000 -f <target>
> 
> 1000-byte frames flooded (back-to-back).  you should see "." chars and
> backspaces as the packet goes out and is acked.

ok.

this is from the uniprocessor machine, sophia, to the quad box, euler.

sophia(~)# time ping -s 1000 -f euler
PING euler.axel.nom (172.16.0.2): 1000 data bytes
....
--- euler.axel.nom ping statistics ---
1650247 packets transmitted, 1650243 packets received, 0% packet loss
round-trip min/avg/max = 0.4/1.1/352.7 ms

real    8m32.294s
user    0m37.730s
sys     4m6.190s

8 minutes of ping flooding.  i got about 4 dots going across before i
hit control c.

sophia talks over eth1 to euler's eth0.

sophia(jk)$ cat /proc/interrupts 
           CPU0       
  0:   51141704          XT-PIC  timer
  1:     120383          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  4:     336914          XT-PIC  serial
  5:          9          XT-PIC  soundblaster
  9:     461181          XT-PIC  eth0
 10:    3863876          XT-PIC  eth1
 13:          1          XT-PIC  fpu
 14:     247877          XT-PIC  ide0
NMI:          0


euler(Tmp)$ cat /proc/interrupts 
           CPU0       CPU1       CPU2       CPU3       
  0:   19176748   19427342   19493112   20077321    IO-APIC-edge  timer
  1:          2          2          0          0    IO-APIC-edge  keyboard
  2:          0          0          0          0          XT-PIC  cascade
 10:      26171      26154      25901      25784   IO-APIC-level  aic7xxx
 11:     335860     335798     335769     335885   IO-APIC-level  eth0
 13:          1          0          0          0          XT-PIC  fpu
NMI:          0
ERR:          0
euler(Tmp)$ cat /proc/interrupts 
           CPU0       CPU1       CPU2       CPU3       
  0:   19186382   19436901   19502999   20087073    IO-APIC-edge  timer
  1:          2          2          0          0    IO-APIC-edge  keyboard
  2:          0          0          0          0          XT-PIC  cascade
 10:      26181      26166      25914      25791   IO-APIC-level  aic7xxx
 11:     950984     950917     950887     951009   IO-APIC-level  eth0
 13:          1          0          0          0          XT-PIC  fpu
NMI:          0
ERR:          0

you can see the ethercards took lots of interrupts.

> under ideal conditions, each dot will get a backspace, so the line
> should not grow across the screen.  on my system, it takes a few
> seconds for the dots to outnumber the backspaces, meaning packet loss.
> then, give it another minute or so and the xmitter or receiver will
> lock up and not even a single slow ping will go thru.


here is an excerpt from sophia's /proc/pci

  Bus  0, device  19, function  0:
    Ethernet controller: DEC DC21140 (rev 34).
      Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master Capable.  
Latency=64.  Min Gnt=20.Max Lat=40.
      I/O at 0xec80 [0xec81].
      Non-prefetchable 32 bit memory at 0xfebfbf80 [0xfebfbf80].


here is an excerpt from euler's /proc/pci

  Bus  0, device  13, function  0:
    Ethernet controller: DEC DC21140 (rev 18).
      Medium devsel.  Fast back-to-back capable.  IRQ 11.  Master Capable.  
Latency=64.  
      I/O at 0xfc00 [0xfc01].
      Non-prefetchable 32 bit memory at 0xfdffec00 [0xfdffec00].

i am using the stock tulip.c which comes with linux-2.2.7
aka tulip.c:v0.89H 5/23/98

everything still seems rock solid.  i was even able to do stuff over
the telnet session i have going from sophia to euler.

-- 
                                           J o h a n  K u l l s t a m
                                           [[EMAIL PROTECTED]]
                                              Don't Fear the Penguin!

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

From: "Luiz Masag�o Ribeiro Filho" <[EMAIL PROTECTED]>
Subject: ftp through a proxy
Date: Mon, 10 May 1999 17:19:58 -0300
Reply-To: [EMAIL PROTECTED]

I have a redhat linux 5.2 installed in my machine. I connect to my
office�s LAN through ppp/RAS and it works ok.
        My office�s LAN is  connected to the internet throgh a "Microsoft Proxy
Server" - The proxy intranet IP address in 125.15.0.19 and the port is
80.
        When I surf the internet with a browser e.g. netscape, it works fine, i
can go wherever I want, both HTTP and FTP servers.
        When i try to connect to an FTP server with an ftp client (I tried
gFTP, ncftp and unix�s ftp), i can�t connect to the server.
        In gftp, I have configured the proxy as HTTP proxy, address 125.15.0.19
and port 80.


please somebody help me


tks

luiz

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

From: [EMAIL PROTECTED]
Subject: Re: Help: NFS/mount params ineffective
Date: Mon, 10 May 1999 18:11:13 GMT

You are correct, I am trying to mount a machine that is not running.
But, I am doing it so that I may debug my NFS client.  If I understand
NFS correctly, which I probably don't, you may feed different params to
the mount command and affect its behavior.  The behavior I am trying to
affect is the timeout behavior.  I want to see some sign that I am
successfully doing this.  So, I tried to mount a dead machine and feed
it parameters that would make my client hang for a long time, trying to
mount it.  And, I fed it parameters that would make my client quit
trying to mount immediately.

NFS shouldn't care that the machine is dead.  As far as NFS knows, the
server is just being bombarded and has no time to respond.  But, no
matter what I tried to feed the mount command, my client side RPC always
timed out after two minutes.

What I'm guessing is happening is that since RPC is not even connecting
on the remote machine (as it would even if the NFS server was swamped)
that it is giving up.  If this is correct, then I need to know how to
affect my client-side RPC... ????  From what I understand, NFS is
supposed to force RPC to contiue to try to fulfill its requests, if you
try mounting with the right parameters.

What gives?

Thanks,

Bob



In article <7gu7a2$lgl$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> Hi,
>
> [EMAIL PROTECTED] spoke these words of wisdom:
> : I've used several different sets of parameters and the results have
always
> : been the same... I get an RPC timeout after 2 minutes and 3
seconds.  Here
> : are a couple of examples that I've tried:
> [...]
>
> : Now, 'rhost' is shutdown right now.  I've been sniffing the wire as
I do this
> : and here's what happens:  I send out a billion arp requests and
since none of
> : them get answered... it quits.      I have the feeling this is an RPC
thing.  It
> : seems no matter what, I can't get RPC to wait longer (than
2min03secs) before
> : it times out... nor, can I force it to timeout sooner (as I thought
the last
> : example above would do).
>
> : Can someone help?  I'm sure this can't be that difficult, I'm just
overlooking
> : something.
>
> like booting 'rhost'? If I understood correctly, you are trying
> to mount a filesystem from 'rhost', which is not running, and
> thus can't possibly respond to RPC requests, causing a timeout.
> Fire up 'rhost' and you should be set, as long as it exports
> the right filesystem!
>
> Bye,
> Mike
>
> --
> << the above email addr might disappear, reply to: >>
> <<         Michael.Sievers -(at)- desy.de          >>
>
> Black holes are where God divided by zero.
>


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

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

From: Denis Kholodar <[EMAIL PROTECTED]>
Subject: Re: MODEM and IRQ: help a newbie
Date: Sun, 09 May 1999 18:02:50 -0400

I got it now.

denis

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

From: Wouter Liefting <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Redhat 6.0... the good, the bad, and the ugly
Date: Mon, 10 May 1999 20:33:26 +0200



[EMAIL PROTECTED] wrote:

> In comp.os.linux.hardware Xin Feng <[EMAIL PROTECTED]> wrote:
>
> > Regarding the above, I have had no problems with DHCP and my cable modem
> > (Time-Warner's RoadRunner in Northeast Ohio, while using an Artisoft
> > AE2/NE-2000
>
>    I'm on RoadRunner in Syracuse, NY.  DHCP worked just fine before
> RH6.0.  What's different now is that the information for resolv.conf
> is _not_ allocated after receiving the dynamic IP and the lease.  I
> had to enter in the domain and nameserver lines manually.  Once I did
> that, though, everything worked fine.  There must be a way to fix this,
> though.  On the very bright side, I've had no lockups.  I'm using a
> 3com 3c509b NIC (ISA) and the white Motorola CybrSurfr cable modem.
>
>    Greg H.

>From the DHCP documentation I gather that dhcpcd actually stores the DNS data
it receives in /etc/dhcp/resolv.conf. So it doesn�t overwrite the original
/etc/resolv.conf. So two solutions:
- Remove /etc/resolv.conf and make it a symbolic link to /etc/dhcp/resolv.conf

- Run a script which copies the information over, after dhcp is done (I
believe there is actually an option to dhcpcd to do this - check the man).

- Wouter.



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


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to