* Strange bootpd behavior (server side)
@ 2001-08-07 19:00 Kevin Fry
2001-08-07 21:18 ` Ron Flory
2001-08-08 12:54 ` Andrew Dixon
0 siblings, 2 replies; 4+ messages in thread
From: Kevin Fry @ 2001-08-07 19:00 UTC (permalink / raw)
To: linuxppc emb3dd3d list
I'm having a small problem with our redhat 6.2 bootp server and maybe
yous guys can shed some light on it for me. The problem is that
whenever our DSL internet connection is down(which is too much.. I wish
cable was available!), the bootpd stops responding to requests.. I can
see the requests with tcpdump, but no replys. and when the internet is
up sometimes is takes a little bit for the bootpd to respond to
requests.
I think it's doing DNS resolution and if it can't find a DNS server
when the net's down, it just stops working. Does linux automatically do
name resolution on every address it gets? If so can i turn this off?
Our network is behind a DSL modem/router (Flowpoint 2200) acting as
gateway(192.168.254.254), and we have 3 switches after that.
A lot of the time the router is finicky with linux even when
everything is working.. I know this is a bit off topic, but ANY
suggestions are very welcome.
Here's my routing table..
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.254.13 * 255.255.255.255 UH 0 0
0 eth0
192.168.254.0 * 255.255.255.0 U 0
0 0 eth0
127.0.0.0 * 255.0.0.0 U 0
0 0 lo
default 192.168.254.254 0.0.0.0 UG 0 0 0
eth0
Thanks!
Kevin Fry
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Strange bootpd behavior (server side)
2001-08-07 19:00 Strange bootpd behavior (server side) Kevin Fry
@ 2001-08-07 21:18 ` Ron Flory
2001-08-08 9:48 ` Mark Powell
2001-08-08 12:54 ` Andrew Dixon
1 sibling, 1 reply; 4+ messages in thread
From: Ron Flory @ 2001-08-07 21:18 UTC (permalink / raw)
To: Kevin Fry; +Cc: linuxppc emb3dd3d list
Kevin Fry wrote:
>
> I'm having a small problem with our redhat 6.2 bootp server and maybe
> yous guys can shed some light on it for me. The problem is that
> whenever our DSL internet connection is down(which is too much.. I wish
> cable was available!), the bootpd stops responding to requests.. I can
> see the requests with tcpdump, but no replys. and when the internet is
> up sometimes is takes a little bit for the bootpd to respond to
> requests.
> I think it's doing DNS resolution and if it can't find a DNS server
> when the net's down, it just stops working. Does linux automatically do
> name resolution on every address it gets? If so can i turn this off?
> Our network is behind a DSL modem/router (Flowpoint 2200) acting as
> gateway(192.168.254.254), and we have 3 switches after that.
> A lot of the time the router is finicky with linux even when
> everything is working.. I know this is a bit off topic, but ANY
> suggestions are very welcome.
it sounds like 'fun with PAM' that causes similar problems with my
TFTP server. I need to write a simple inetd replacement (sans PAM)
just for TFTP, so we don't get killed by the delays caused by PAM
authorization checks.
ron
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Strange bootpd behavior (server side)
2001-08-07 21:18 ` Ron Flory
@ 2001-08-08 9:48 ` Mark Powell
0 siblings, 0 replies; 4+ messages in thread
From: Mark Powell @ 2001-08-08 9:48 UTC (permalink / raw)
To: Ron Flory; +Cc: linuxppc emb3dd3d list, Kevin Fry
On 07-Aug-2001 Ron Flory wrote:
>
> it sounds like 'fun with PAM' that causes similar problems with my
> TFTP server. I need to write a simple inetd replacement (sans PAM)
> just for TFTP, so we don't get killed by the delays caused by PAM
> authorization checks.
You might like to look at the tcpserver program, part of the ucspi-tcp
package http://pobox.com/~djb/ucspi-tcp.html
It monitors a given port, like inetd and runs a given program handle
connections.
--
Mark Powell, Senior Software Engineer, Primagraphics Limited
New Cambridge House, Litlington, nr.Royston, Herts, SG8 0SS, UK
Tel. +44 1763 852222, Fax. 853324, medp@primag.co.uk, http://www.primag.co.uk
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Strange bootpd behavior (server side)
2001-08-07 19:00 Strange bootpd behavior (server side) Kevin Fry
2001-08-07 21:18 ` Ron Flory
@ 2001-08-08 12:54 ` Andrew Dixon
1 sibling, 0 replies; 4+ messages in thread
From: Andrew Dixon @ 2001-08-08 12:54 UTC (permalink / raw)
To: 'linuxppc-embedded@lists.linuxppc.org'
Check out the NAG:
http://www.linuxdoc.org/LDP/nag2/index.html
and there are probably a bunch of mail lists for Red Hat Network
Administration. I can't recommend one because I use Debian. (If you
want to upgrade your server from Dead Rat to Debian though
debian-user@lists.debian.org is a great list ;)
later,
Andy
Kevin Fry wrote:
>
> I'm having a small problem with our redhat 6.2 bootp server and maybe
> yous guys can shed some light on it for me. The problem is that
> whenever our DSL internet connection is down(which is too much.. I wish
> cable was available!), the bootpd stops responding to requests.. I can
> see the requests with tcpdump, but no replys. and when the internet is
> up sometimes is takes a little bit for the bootpd to respond to
> requests.
> I think it's doing DNS resolution and if it can't find a DNS server
> when the net's down, it just stops working. Does linux automatically do
> name resolution on every address it gets? If so can i turn this off?
> Our network is behind a DSL modem/router (Flowpoint 2200) acting as
> gateway(192.168.254.254), and we have 3 switches after that.
> A lot of the time the router is finicky with linux even when
> everything is working.. I know this is a bit off topic, but ANY
> suggestions are very welcome.
>
> Here's my routing table..
>
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> 192.168.254.13 * 255.255.255.255 UH 0 0
> 0 eth0
> 192.168.254.0 * 255.255.255.0 U 0
> 0 0 eth0
> 127.0.0.0 * 255.0.0.0 U 0
> 0 0 lo
> default 192.168.254.254 0.0.0.0 UG 0 0 0
> eth0
>
> Thanks!
> Kevin Fry
>
--
Andrew Dixon
Software Engineer
Seranoa Networks
978.897.3434 x231
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-08-08 12:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-07 19:00 Strange bootpd behavior (server side) Kevin Fry
2001-08-07 21:18 ` Ron Flory
2001-08-08 9:48 ` Mark Powell
2001-08-08 12:54 ` Andrew Dixon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).