* Re: dhcpd question
@ awesome-dave1
` Igor Gueths
0 siblings, 1 reply; 7+ messages in thread
From: awesome-dave1 @ UTC (permalink / raw)
To: speakup
Hi,
Try this:
option broadcast-address Your_Broadcast_address;
HTH
Dave.
On Mon, 13 Oct 2003 03:49:07 -0400 (EDT) Igor Gueths
<igueths@comcast.net> writes:
> Hi all. I am attempting to configure Dhcpd so I can set up
> Masquerading on
> my box. The only problem is that I can't seem to find how to set the
> interface where Dhcpd listens for broadcasts. I read in the
> dhcp-options
> manpage that this can be specified on the command line, however I
> find no
> reference as to what the actual option is. And the man page for
> dhcpd.conf
> doesn't seem to mention it anywhere. The only thing I think I
> figured out
> that its probably a parameter within a subnet declaration? Can
> someone
> perhaps let me know as to what the parameter is? Thanks!
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
________________________________________________________________
The best thing to hit the internet in years - Juno SpeedBand!
Surf the web up to FIVE TIMES FASTER!
Only $14.95/ month - visit www.juno.com to sign up today!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: dhcpd question
dhcpd question awesome-dave1
@ ` Igor Gueths
` Joe Clever
0 siblings, 1 reply; 7+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
Hi there. I can't specify a broadcast for eth1 because eth1 has no ip
address. Eth1 is the interface that is supposed to be connected via the
switch to the masqueraded machines. So what I need dhcpd to do is listen
for any requests from the inetnral machines on eth1 and assign the range
of ips given in the subnet declaration. In case anyone needs it, the
message I am getting immediately after starting dhcpd is: Internet
Software Consortium DHCP Server V3.0.1rc9
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 leases to leases file.
No subnet declaration for eth0 (68.37.217.155).
** Ignoring requests on eth0. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth0 is attached. **
Not configured to listen on any interfaces!
Does anyone know how I can specify eth1 as a listening interface on the
command line perhaps? Thanks!
On Mon, 13 Oct 2003 awesome-dave1@juno.com wrote:
> Hi,
> Try this:
> option broadcast-address Your_Broadcast_address;
> HTH
> Dave.
>
>
> On Mon, 13 Oct 2003 03:49:07 -0400 (EDT) Igor Gueths
> <igueths@comcast.net> writes:
> > Hi all. I am attempting to configure Dhcpd so I can set up
> > Masquerading on
> > my box. The only problem is that I can't seem to find how to set the
> > interface where Dhcpd listens for broadcasts. I read in the
> > dhcp-options
> > manpage that this can be specified on the command line, however I
> > find no
> > reference as to what the actual option is. And the man page for
> > dhcpd.conf
> > doesn't seem to mention it anywhere. The only thing I think I
> > figured out
> > that its probably a parameter within a subnet declaration? Can
> > someone
> > perhaps let me know as to what the parameter is? Thanks!
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> ________________________________________________________________
> The best thing to hit the internet in years - Juno SpeedBand!
> Surf the web up to FIVE TIMES FASTER!
> Only $14.95/ month - visit www.juno.com to sign up today!
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: dhcpd question
` Igor Gueths
@ ` Joe Clever
` Igor Gueths
0 siblings, 1 reply; 7+ messages in thread
From: Joe Clever @ UTC (permalink / raw)
To: speakup
Igor,
I think all you need to do is specify the interface name on the
command line, i.e. "dhcpd eth1". I see this in the startup scripts
on my standalone firewall, and the dhcpd man page says :
The names of the network interfaces on which dhcpd should
listen for broadcasts may be specified on the command
line. This should be done on systems where dhcpd is
unable to identify non-broadcast interfaces, but should
not be required on other systems. If no interface names
are specified on the command line dhcpd will identify all
network interfaces which are up, eliminating non-broad
cast interfaces if possible, and listen for DHCP broad
casts on each interface.
It also sounds like you need to assign an IP to eth1.
Joe
-----Original Message-----
From: speakup-admin@braille.uwo.ca [mailto:speakup-admin@braille.uwo.ca] On
Behalf Of Igor Gueths
Sent: Monday, October 13, 2003 3:11 PM
To: speakup@braille.uwo.ca
Subject: Re: dhcpd question
Hi there. I can't specify a broadcast for eth1 because eth1 has no ip
address. Eth1 is the interface that is supposed to be connected via the
switch to the masqueraded machines. So what I need dhcpd to do is listen
for any requests from the inetnral machines on eth1 and assign the range
of ips given in the subnet declaration. In case anyone needs it, the
message I am getting immediately after starting dhcpd is: Internet
Software Consortium DHCP Server V3.0.1rc9
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 leases to leases file.
No subnet declaration for eth0 (68.37.217.155).
** Ignoring requests on eth0. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth0 is attached. **
Not configured to listen on any interfaces!
Does anyone know how I can specify eth1 as a listening interface on the
command line perhaps? Thanks!
On Mon, 13 Oct 2003 awesome-dave1@juno.com wrote:
> Hi,
> Try this:
> option broadcast-address Your_Broadcast_address;
> HTH
> Dave.
>
>
> On Mon, 13 Oct 2003 03:49:07 -0400 (EDT) Igor Gueths
> <igueths@comcast.net> writes:
> > Hi all. I am attempting to configure Dhcpd so I can set up
> > Masquerading on
> > my box. The only problem is that I can't seem to find how to set the
> > interface where Dhcpd listens for broadcasts. I read in the
> > dhcp-options
> > manpage that this can be specified on the command line, however I
> > find no
> > reference as to what the actual option is. And the man page for
> > dhcpd.conf
> > doesn't seem to mention it anywhere. The only thing I think I
> > figured out
> > that its probably a parameter within a subnet declaration? Can
> > someone
> > perhaps let me know as to what the parameter is? Thanks!
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> ________________________________________________________________
> The best thing to hit the internet in years - Juno SpeedBand!
> Surf the web up to FIVE TIMES FASTER!
> Only $14.95/ month - visit www.juno.com to sign up today!
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: dhcpd question
` Joe Clever
@ ` Igor Gueths
` Gregory Nowak
0 siblings, 1 reply; 7+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
Hi there. Well I just statically assigned an ip to eth1 and configured it
according to the subnet declaration in dhcpd.conf. Isn't there a way tt
the interface's ip from the local dhcp server? I have a friend who has it
set up like this but have no idea what his dhcpd.conf looks like.
On Mon, 13 Oct 2003, Joe Clever wrote:
> Igor,
>
> I think all you need to do is specify the interface name on the
> command line, i.e. "dhcpd eth1". I see this in the startup scripts
> on my standalone firewall, and the dhcpd man page says :
>
> The names of the network interfaces on which dhcpd should
> listen for broadcasts may be specified on the command
> line. This should be done on systems where dhcpd is
> unable to identify non-broadcast interfaces, but should
> not be required on other systems. If no interface names
> are specified on the command line dhcpd will identify all
> network interfaces which are up, eliminating non-broad
> cast interfaces if possible, and listen for DHCP broad
> casts on each interface.
>
> It also sounds like you need to assign an IP to eth1.
>
> Joe
>
>
>
>
> -----Original Message-----
> From: speakup-admin@braille.uwo.ca [mailto:speakup-admin@braille.uwo.ca] On
> Behalf Of Igor Gueths
> Sent: Monday, October 13, 2003 3:11 PM
> To: speakup@braille.uwo.ca
> Subject: Re: dhcpd question
>
>
> Hi there. I can't specify a broadcast for eth1 because eth1 has no ip
> address. Eth1 is the interface that is supposed to be connected via the
> switch to the masqueraded machines. So what I need dhcpd to do is listen
> for any requests from the inetnral machines on eth1 and assign the range
> of ips given in the subnet declaration. In case anyone needs it, the
> message I am getting immediately after starting dhcpd is: Internet
> Software Consortium DHCP Server V3.0.1rc9
> Copyright 1995-2001 Internet Software Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/products/DHCP
> Wrote 0 leases to leases file.
>
> No subnet declaration for eth0 (68.37.217.155).
> ** Ignoring requests on eth0. If this is not what
> you want, please write a subnet declaration
> in your dhcpd.conf file for the network segment
> to which interface eth0 is attached. **
>
>
> Not configured to listen on any interfaces!
>
> Does anyone know how I can specify eth1 as a listening interface on the
> command line perhaps? Thanks!
>
>
> On Mon, 13 Oct 2003 awesome-dave1@juno.com wrote:
>
> > Hi,
> > Try this:
> > option broadcast-address Your_Broadcast_address;
> > HTH
> > Dave.
> >
> >
> > On Mon, 13 Oct 2003 03:49:07 -0400 (EDT) Igor Gueths
> > <igueths@comcast.net> writes:
> > > Hi all. I am attempting to configure Dhcpd so I can set up
> > > Masquerading on
> > > my box. The only problem is that I can't seem to find how to set the
> > > interface where Dhcpd listens for broadcasts. I read in the
> > > dhcp-options
> > > manpage that this can be specified on the command line, however I
> > > find no
> > > reference as to what the actual option is. And the man page for
> > > dhcpd.conf
> > > doesn't seem to mention it anywhere. The only thing I think I
> > > figured out
> > > that its probably a parameter within a subnet declaration? Can
> > > someone
> > > perhaps let me know as to what the parameter is? Thanks!
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> > ________________________________________________________________
> > The best thing to hit the internet in years - Juno SpeedBand!
> > Surf the web up to FIVE TIMES FASTER!
> > Only $14.95/ month - visit www.juno.com to sign up today!
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: dhcpd question
` Igor Gueths
@ ` Gregory Nowak
` Toby Fisher
0 siblings, 1 reply; 7+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
The machine running the dhcp server needs to have an ip address
assigned to all its interfaces. Only the clients can have their
address assigned by dhcp.
Greg
On Mon, Oct 13, 2003 at 04:28:44PM -0400, Igor Gueths wrote:
> Hi there. Well I just statically assigned an ip to eth1 and configured it
> according to the subnet declaration in dhcpd.conf. Isn't there a way tt
> the interface's ip from the local dhcp server? I have a friend who has it
> set up like this but have no idea what his dhcpd.conf looks like.
>
--
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: dhcpd question
` Gregory Nowak
@ ` Toby Fisher
0 siblings, 0 replies; 7+ messages in thread
From: Toby Fisher @ UTC (permalink / raw)
To: speakup
On Mon, 13 Oct 2003, Gregory Nowak wrote:
> The machine running the dhcp server needs to have an ip address
> assigned to all its interfaces. Only the clients can have their
> address assigned by dhcp.
There is one exception to this.
You could make eth1 a bridge, therefore it would not require an ip address
but should, if I understand it right, still be able to assign ip addresses
to that interface, I think that's what the man-page means by a
non-broadcast address. The reason I've looked at this is because that's
what I want to do, as I have an internal 4-port hub that's seen as eth1,
i.e. it only registers as one interface to the kernel.
Cheers.
--
Toby Fisher Email: toby@tjfisher.co.uk
Tel.: +44(0)1480 417272 Mobile: +44(0)7974 363239
ICQ: #61744808
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* dhcpd question
@ Igor Gueths
0 siblings, 0 replies; 7+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
Hi all. I am attempting to configure Dhcpd so I can set up Masquerading on
my box. The only problem is that I can't seem to find how to set the
interface where Dhcpd listens for broadcasts. I read in the dhcp-options
manpage that this can be specified on the command line, however I find no
reference as to what the actual option is. And the man page for dhcpd.conf
doesn't seem to mention it anywhere. The only thing I think I figured out
that its probably a parameter within a subnet declaration? Can someone
perhaps let me know as to what the parameter is? Thanks!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
dhcpd question awesome-dave1
` Igor Gueths
` Joe Clever
` Igor Gueths
` Gregory Nowak
` Toby Fisher
-- strict thread matches above, loose matches on Subject: below --
Igor Gueths
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 read-only IMAP folder(s) and NNTP newsgroup(s).