Re: Running DHCP Server on a Linux guest

2008-08-04 Thread Aria Bamdad
If your guest is connected to the network using a vswitch, then
did you define the vswitch as type IP or ETHERNET.  I think you
would need it to be ETHERNET in order to see those types of
packets.  Others can correct me if I am wrong.

Aria.
On Mon, 4 Aug 2008 16:23:38 -0500 Ryan McCain said:
We've had a heck of a time trying to get DHCPD running on SLES10.  I've =
noticed that The Linux guest isn't accepting broadcasts.  When typing =
tcpdump -nepi eth0 broadcast on regular x86 servers, it spits out all =
kinds of stuff.  On the servers we have running on z/VM, nothing comes =
back.  Can someone point me to a document that explains what needs to be =
configured in order to run a DHCP server?

Thanks..

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Running DHCP Server on a Linux guest

2008-08-04 Thread Stricklin, Raymond J
Something we ran into with SLES10 SP1:

# this option is REQUIRED as of SLES10 SP1
# the DHCP server will unicast DHCP ACKs without it.
always-broadcast on;


This must be in dhcpd.conf on the server, or the linux clients will
never receive their leases. It's possible this problem does not exist if
you are using a layer two (ETHERNET) VSWITCH.

ok
r.

-Original Message-
From: Ryan McCain [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 04, 2008 2:24 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Running DHCP Server on a Linux guest

We've had a heck of a time trying to get DHCPD running on SLES10.  I've
noticed that The Linux guest isn't accepting broadcasts.  When typing
tcpdump -nepi eth0 broadcast on regular x86 servers, it spits out all
kinds of stuff.  On the servers we have running on z/VM, nothing comes
back.  Can someone point me to a document that explains what needs to be
configured in order to run a DHCP server?

Thanks..

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390