Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread jb
s m gmail.com> writes: > ... > subnet 192.0.0.0 netmask 255.0.0.0 { > range 192.0.0.1 192.255.255.255; The 'range' denotes IP addresses that can be allocated to clients. The IP 192.255.255.255 is a reserved broadcast address for the network. jb _

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
On 23/07/2013 13:35, j.mcke...@ru.ac.za wrote: Quoting Frank Leonhardt : There are two common ways of defining a subnet mask - one is a dotted quad (e.g. 255.255.255.0) and the other is with a slash and the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here means you get 2^8 add

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread jb
s m gmail.com> writes: > > and thank you jb but if i define my network like below, server runs > correctly: > log-facility local7; > subnet 192.168.0.0 netmask 255.255.0.0 { > range 192.168.0.1 192.168.255.255; > } > > i think 192.168.255.55 is reserved for broadcast too. is it not true? if

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread J . McKeown
Quoting Frank Leonhardt : There are two common ways of defining a subnet mask - one is a dotted quad (e.g. 255.255.255.0) and the other is with a slash and the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here means you get 2^8 addresses (i.e. 256). Don't use the first and la

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
On 23/07/2013 09:45, s m wrote: On Tue, Jul 23, 2013 at 12:56 PM, Frank Leonhardt wrote: On 23/07/2013 09:03, jb wrote: s m gmail.com> writes: ... subnet 192.0.0.0 netmask 255.0.0.0 { range 192.0.0.1 192.255.255.255; The 'range' denotes IP addresses that can be allocated to clie

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread s m
thanks Frank, 192 is just a sample. if i want to define 125.0.0.0 netmask 255.0.0.0, dhcp server core dump either. you're right, it is better to use just some limited addresses to avoid possible troubles. but i want to run my dhcp server for all possible networks. now my question is: if i define a

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
On 23/07/2013 09:03, jb wrote: s m gmail.com> writes: ... subnet 192.0.0.0 netmask 255.0.0.0 { range 192.0.0.1 192.255.255.255; The 'range' denotes IP addresses that can be allocated to clients. The IP 192.255.255.255 is a reserved broadcast address for the network. jb It's definitel

Re: Re: DHCP Question

2011-06-14 Thread jhall
>From : Chuck Swiger To : jh...@socket.net Subject : Re: DHCP Question Date : Tue, 14 Jun 2011 11:28:00 -0700 > You want: > >option dhcp-parameter-request-list uint16; > > This option, when sent by the

Re: DHCP Question

2011-06-14 Thread Chuck Swiger
On Jun 14, 2011, at 11:19 AM, jh...@socket.net wrote: > I am working with a vendor and they are wanting me to send them ip > addresses via option 74 in DHCP (irc-server). After I defined this in my > dhcpd.conf file, the option is still not being sent. However, I am not > receiving a request f

Re: DHCP problem after upgrade [solved]

2010-09-23 Thread N. Raghavendra
At 2010-09-23T11:17:48+05:30, N. Raghavendra wrote: > I upgraded my system from 7.2-STABLE to 8.1-STABLE, and have done > `mergemaster'. Earlier the system used to get its IP address by > DHCP at boot time without any problem. After the upgrade, it is not > doing so. I have ifconfig_em0="DHCP"

Re: DHCP client questions

2009-09-20 Thread Michael Powell
Mel Flynn wrote: > On Sunday 20 September 2009 21:19:28 stan wrote: > >> I have several machines (such as a mailserver) which _MUST_ have fixed >> names. I have played around with /etc/dhcllient.conf, but not managed to >> get this working. I can get IP addresses, and various things such as >> de

Re: DHCP client questions

2009-09-20 Thread Mel Flynn
On Sunday 20 September 2009 21:19:28 stan wrote: > I have several machines (such as a mailserver) which _MUST_ have fixed > names. I have played around with /etc/dhcllient.conf, but not managed to > get this working. I can get IP addresses, and various things such as > default routers, and DNS ser

Re: DHCP client questions

2009-09-20 Thread David Horn
On Sun, Sep 20, 2009 at 3:19 PM, stan wrote: > We have been bought out, and the new powers that be, are changing things. > They have decreed that there shall be no static entries in their DNS > servers. They are using $MS DHCP/DNS servers. I have a corporate supported > Win XP laptop, which I can

Re: DHCP using ral

2009-06-29 Thread Vilem Kebrt
Manolis Kiagias napsal(a): Robert Hall wrote: I'm trying to set up a connection between an FBSD box and a wireless access point. The background is that there's no security on this network; as the person who set it up says, "You just start your computer and it works!" I have an XP box with a

Re: DHCP using ral

2009-06-29 Thread Manolis Kiagias
Robert Hall wrote: > I'm trying to set up a connection between an FBSD box and a wireless > access point. The background is that there's no security on this > network; as the person who set it up says, "You just start your > computer and it works!" > > I have an XP box with a wireless NIC working,

Re: DHCP using ral

2009-06-29 Thread Robert Hall
On Mon, Jun 29, 2009 at 1:35 PM, Brent Bloxam wrote: > Robert Hall wrote: >> >> "ifconfig ral0 inet 192.168.1.104 netmask 255.255.255.0" assigns the >> specified values. Ping no longer tells me that there's no route to the >> host, but I'm getting about 95% packet loss. "netstat -r" now shows >> th

Re: DHCP using ral

2009-06-29 Thread Brent Bloxam
Robert Hall wrote: "ifconfig ral0 inet 192.168.1.104 netmask 255.255.255.0" assigns the specified values. Ping no longer tells me that there's no route to the host, but I'm getting about 95% packet loss. "netstat -r" now shows that link1 (ral0) is the gateway to 192.168.1.0. I still don't have a

Re: DHCP and Bridge mode

2009-01-08 Thread chris.scott
What you are doing wont work as every machine has to have an individual ip address unless your talking multicast If you are trying to provide some fault tolerance eg two routers you should look at using carp. This will aloow you to have a floating ip between two or more machines. Only one mach

Re: DHCP and Bridge mode

2009-01-08 Thread Olivier Nicole
Hi, > I am trying to get two machines on the LAN share the same IP address > assigned by DHCP server by using the bridge interface in rc.conf. But > I have encountered two problems here. I am not sure I understand what you are trying to do, but in general: you cannot have two machine us ethe

Re: DHCP Request in the background

2009-01-07 Thread Fernando Apesteguía
On Wed, Jan 7, 2009 at 2:11 PM, Polytropon wrote: > On Wed, 7 Jan 2009 13:43:24 +0100, "Fernando Apesteguía" > wrote: >> I would like to know if there is a way (something in rc.conf?) to tell >> dhcp to run in the background, so while the crappy router is answering >> my request, hal, dbus and t

Re: DHCP Request in the background

2009-01-07 Thread Polytropon
On Wed, 7 Jan 2009 13:43:24 +0100, "Fernando Apesteguía" wrote: > I would like to know if there is a way (something in rc.conf?) to tell > dhcp to run in the background, so while the crappy router is answering > my request, hal, dbus and the whole thing can be loaded whitout delay. According to

Re: DHCP server

2008-10-29 Thread Svein Halvor Halvorsen
bofh42 wrote: > [EMAIL PROTECTED]:~]$ dhcpcd -n eth0 > eth0: dhcpcd 4.0.2 starting > eth0: broadcasting for a lease > eth0: offered 10.0.0.176 from 10.0.1.1 `mirrorball' > eth0: checking 10.0.0.176 is available on attached networks >

Re: DHCP server

2008-10-28 Thread Polytropon
On Sat, 25 Oct 2008 11:38:22 -0400, bofh42 <[EMAIL PROTECTED]> wrote: > Are you sure you are using the correct command to start the DHCP > client? > > I'm not familiar with Archlinux, but on Debian linux the command > you > need is dhclient. That's

Re: DHCP and MAC addresses

2008-10-27 Thread Valentin Bud
On Mon, Oct 27, 2008 at 5:34 PM, Wojciech Puchar < [EMAIL PROTECTED]> wrote: > > Hello List, >> >> Suppose I have 100 Desktops, and I want my DHCP server to _only_ >> assign IP addresses to these hosts, using MAC addresses, is there a >> way to tell the DHCP server to NOT assign any IP address to

Re: DHCP and MAC addresses

2008-10-27 Thread Wojciech Puchar
Hello List, Suppose I have 100 Desktops, and I want my DHCP server to _only_ assign IP addresses to these hosts, using MAC addresses, is there a way to tell the DHCP server to NOT assign any IP address to a machine whose MAC address it doesn't know? of course. and you can assign IP to each M

Re: DHCP and MAC addresses

2008-10-27 Thread Jeremy Chadwick
On Mon, Oct 27, 2008 at 06:54:30PM +0300, Odhiambo Washington wrote: > I wonder what makes people live in both worlds - *BSD & Linux - is it > for similar reasons? Living in "both worlds" is a good thing: keeping an open mind about operating systems and software is one of the best choices one can

Re: DHCP and MAC addresses

2008-10-27 Thread Odhiambo Washington
On Mon, Oct 27, 2008 at 5:07 PM, en0f <[EMAIL PROTECTED]> wrote: > Bob McConnell wrote: >> On Behalf Of Odhiambo Washington >>> One response I got off list was that I could use "deny >>> unknown-clients;" if I use isc-dhcpd-server, which got me thinking ... >>> is there another dhcp server for Free

Re: DHCP and MAC addresses

2008-10-27 Thread Duane Hill
On Tue, 28 Oct 2008, en0f wrote: Bob McConnell wrote: On Behalf Of Odhiambo Washington One response I got off list was that I could use "deny unknown-clients;" if I use isc-dhcpd-server, which got me thinking ... is there another dhcp server for FreeBSD in the ports tree, or outside it? I ha

Re: DHCP and MAC addresses

2008-10-27 Thread en0f
Bob McConnell wrote: > On Behalf Of Odhiambo Washington >> One response I got off list was that I could use "deny >> unknown-clients;" if I use isc-dhcpd-server, which got me thinking ... >> is there another dhcp server for FreeBSD in the ports tree, or outside >> it? > > I have used dnsmasq on Sl

Re: DHCP and MAC addresses

2008-10-27 Thread Erik Trulsson
On Mon, Oct 27, 2008 at 09:58:36AM -0400, Bob McConnell wrote: > On Behalf Of Odhiambo Washington > > > > One response I got off list was that I could use "deny > > unknown-clients;" if I use isc-dhcpd-server, which got me thinking ... > > is there another dhcp server for FreeBSD in the ports tree

RE: DHCP and MAC addresses

2008-10-27 Thread Bob McConnell
On Behalf Of Odhiambo Washington > > One response I got off list was that I could use "deny > unknown-clients;" if I use isc-dhcpd-server, which got me thinking ... > is there another dhcp server for FreeBSD in the ports tree, or outside > it? I have used dnsmasq on Slackware Linux. It is a combi

Re: DHCP and MAC addresses

2008-10-27 Thread Odhiambo Washington
On Mon, Oct 27, 2008 at 4:16 PM, Valentin Bud <[EMAIL PROTECTED]> wrote: > > > On Mon, Oct 27, 2008 at 2:12 PM, Odhiambo Washington <[EMAIL PROTECTED]> > wrote: >> >> On Mon, Oct 27, 2008 at 3:53 PM, Deian Popov <[EMAIL PROTECTED]> wrote: >> > Hello, >> > try "deny unknown-clients;" and may be "boo

Re: DHCP and MAC addresses

2008-10-27 Thread Deian Popov
Hello, try "deny unknown-clients;" and may be "boot-unknown-clients false;" in dhcpd.conf Deian On Mon, Oct 27, 2008 at 2:04 PM, Odhiambo Washington <[EMAIL PROTECTED]>wrote: > Hello List, > > Suppose I have 100 Desktops, and I want my DHCP server to _only_ > assign IP addresses to these hosts,

Re: DHCP and MAC addresses

2008-10-27 Thread Valentin Bud
On Mon, Oct 27, 2008 at 2:12 PM, Odhiambo Washington <[EMAIL PROTECTED]>wrote: > On Mon, Oct 27, 2008 at 3:53 PM, Deian Popov <[EMAIL PROTECTED]> wrote: > > Hello, > > try "deny unknown-clients;" and may be "boot-unknown-clients false;" in > > dhcpd.conf > > Hi Deian, > > You guys are great! > > T

Re: DHCP and MAC addresses

2008-10-27 Thread Odhiambo Washington
On Mon, Oct 27, 2008 at 3:53 PM, Deian Popov <[EMAIL PROTECTED]> wrote: > Hello, > try "deny unknown-clients;" and may be "boot-unknown-clients false;" in > dhcpd.conf Hi Deian, You guys are great! Thank you very much. One response I got off list was that I could use "deny unknown-clients;" if

re: DHCP server

2008-10-25 Thread bofh42
On Friday 24 October 2008, Svein Halvor Halvorsen wrote: > Hi, > > I'm not sure if this is an issue with my dhcp server or the client, > but since I seem to get troubles with two different clients, I'm > thinking it might be the server:

RE: DHCP server

2008-10-24 Thread Bob McConnell
On Behalf Of Svein Halvor Halvorsen >Daniel Bye wrote: >> On Fri, Oct 24, 2008 at 11:43:32AM +0200, Svein Halvor Halvorsen wrote: >>> I'm not sure if this is an issue with my dhcp server or the client, but >>> since I seem to get troubles with two different clients, I'm thinking it >>> might be t

Re: DHCP server

2008-10-24 Thread Svein Halvor Halvorsen
Daniel Bye wrote: On Fri, Oct 24, 2008 at 11:43:32AM +0200, Svein Halvor Halvorsen wrote: Hi, I'm not sure if this is an issue with my dhcp server or the client, but since I seem to get troubles with two different clients, I'm thinking it might be the server: I've got a FreeBSD 7.0-p4 mach

Re: DHCP server

2008-10-24 Thread Svein Halvor Halvorsen
Wojciech Puchar wrote: a lease, this happens: [EMAIL PROTECTED]:~]$ dhcpcd -n eth0 eth0: dhcpcd 4.0.2 starting eth0: broadcasting for a lease eth0: offered 10.0.0.176 from 10.0.1.1 `mirrorball' > what's your netmask? if /24 your dhcp server is misconf

Re: DHCP server

2008-10-24 Thread Wojciech Puchar
a lease, this happens: [EMAIL PROTECTED]:~]$ dhcpcd -n eth0 eth0: dhcpcd 4.0.2 starting eth0: broadcasting for a lease eth0: offered 10.0.0.176 from 10.0.1.1 `mirrorball' what's your netmask? if /24 your dhcp server is misconfigured ___

Re: DHCP server

2008-10-24 Thread Daniel Bye
On Fri, Oct 24, 2008 at 11:43:32AM +0200, Svein Halvor Halvorsen wrote: > Hi, > > I'm not sure if this is an issue with my dhcp server or the client, but > since I seem to get troubles with two different clients, I'm thinking it > might be the server: > > > I've got a FreeBSD 7.0-p4 machine ru

Re: DHCP release/renew lease - elegant solution?

2008-10-20 Thread David Kelly
On Mon, Oct 20, 2008 at 03:26:39PM +0200, Mel wrote: > On Friday 17 October 2008 23:24:00 Nerius Landys wrote: > > > I have an always-on FreeBSD box which is connected to the internet. > > My ISP is some cable company and the IP address is determined via > > DHCP; I used to always get the same IP

Re: DHCP release/renew lease - elegant solution?

2008-10-20 Thread Mel
On Friday 17 October 2008 23:24:00 Nerius Landys wrote: > I have an always-on FreeBSD box which is connected to the internet. My ISP > is some cable company and the IP address is determined via DHCP; I used to > always get the same IP address but recently the address seems to be > changing very f

Re: DHCP release/renew lease - elegant solution?

2008-10-17 Thread RW
On Fri, 17 Oct 2008 14:24:00 -0700 "Nerius Landys" <[EMAIL PROTECTED]> wrote: >The -r flag explicitly releases the current lease, and once > the lease >has been released, the client exits. > > I could put this into a crontab and run it every 12 hours. However, > this does not se

Re: DHCP and Encapsulating Vendor Options

2008-08-26 Thread Edwin Groothuis
> I have a need to encapsulate option 125 for my phone system on my isc-dhcp > server. See http://www.mavetju.org/weblog/html/cat_DHCP.html#00161 and http://www.mavetju.org/weblog/html/cat_DHCP.html#00092 for examples how I did it with APC Power Racks and Cisco phones. I'm not sure what it expect

Re: DHCP server with no persistent storage

2008-05-15 Thread Peter Boosten
Quoting Luke Dean <[EMAIL PROTECTED]>: Will the DHCP server be this trouble-free if I switch my whole network to dynamic IPs? When the DHCP server goes offline, then comes back online, what happens? M0n0wall does it (http://m0n0.ch). I run M0n0 on my 4801 (I'm not using any DHCP on it how

Re: DHCP problem.Help please

2008-04-14 Thread Ruel Luchavez
Thanks Johan & Puchar, your advise is very effective. again thank you.. On Mon, Apr 14, 2008 at 3:36 PM, Johan Hendriks <[EMAIL PROTECTED]> wrote: > > > >How to reload the dhcpd? what would be the command fo it? > > >Best regards.. > > On the freebsd server use: > /usr/local/etc/rc.d/isc-dhcpd

RE: DHCP problem.Help please

2008-04-14 Thread Johan Hendriks
>How to reload the dhcpd? what would be the command fo it? >Best regards.. On the freebsd server use: /usr/local/etc/rc.d/isc-dhcpd restart On a windows box do : Start --> run Type cmd klik ok Then you'll get a dos box ipconfig /release This releases the ip adres ipconfig /renew try to

Re: DHCP problem.Help please

2008-04-14 Thread Wojciech Puchar
How to reload the dhcpd? what would be the command fo it? /usr/local/etc/rc.d/isc-dhcpd restart Best regards.. On Mon, Apr 14, 2008 at 3:12 PM, Wojciech Puchar < [EMAIL PROTECTED]> wrote: add this at the bottom host test { hardware ethernet 00:1d:27:64:e1:af; [this is the physical addres

Re: DHCP problem.Help please

2008-04-14 Thread Ruel Luchavez
How to reload the dhcpd? what would be the command fo it? Best regards.. On Mon, Apr 14, 2008 at 3:12 PM, Wojciech Puchar < [EMAIL PROTECTED]> wrote: > add this at the bottom > > > > host test { > > hardware ethernet 00:1d:27:64:e1:af; [this is the physical address of > > new > > PC] > > fixe

Re: DHCP problem.Help please

2008-04-14 Thread Da Rock
On Mon, 2008-04-14 at 14:43 +0800, Ruel Luchavez wrote: > Hello, > > I hope some one will me on my problem. > My friends has and existing DHCP server and squid proxy server running both > in freebsd.We purchased a new desktop PC, we gave it a permanent IP using > the DHCP server and we edit the c

Re: DHCP Question

2008-04-04 Thread Preston Hagar
On Wed, Mar 19, 2008 at 9:36 PM, <[EMAIL PROTECTED]> wrote: > I am in the process of moving my phone system DHCP from my Mitel 3300 to a > FreeBSD so I can parse the DHCP file. In order to make Mitel's option 125 > work correctly, I have to specify some vendor specific options. I believe > th

Re: DHCP Question

2008-03-20 Thread Chuck Swiger
Hi, Jay-- On Mar 19, 2008, at 7:36 PM, [EMAIL PROTECTED] wrote: I am in the process of moving my phone system DHCP from my Mitel 3300 to a FreeBSD so I can parse the DHCP file. In order to make Mitel's option 125 work correctly, I have to specify some vendor specific options. I believe t

RE: DHCP Server

2008-02-24 Thread Jaco le Roux
> -Original Message- > From: Wojciech Puchar [mailto:[EMAIL PROTECTED] > Sent: 24 February 2008 08:56 PM > To: Jaco le Roux > Cc: freebsd-questions@freebsd.org > Subject: Re: DHCP Server > > > BSD box, the other client is connected via a bridge on the first clie

Re: DHCP Server

2008-02-24 Thread Wojciech Puchar
BSD box, the other client is connected via a bridge on the first client. I have a section in my /usr/local/etc/dhcpd.conf to assign a specific IP to client #1: host myhost { hardware ethernet xx:xx:xx:xx:xx:xx; fixed address 192.168.1.16; } The problem is, both client #1 and #2 get assigned th

Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
> You need to add the hostname dv6000 entry to hosts, or create your own zone > files and run bind. As these are private IP's you need either to update > hosts or run DNS. You may find it easier to give servers static private > IP's that way you are assured your hosts entries or DNS entries ar

Re: DHCP and DNS

2007-09-28 Thread Derek Ragona
At 01:48 PM 9/28/2007, Thomas D. Dean wrote: I had a wired network with a FreeBSD gateway/firewall. The gateway died and I converted to a mixed network with a Belkin N1 wireless router. I have 2 windows machines and 3 FreeBSD 6.2-stable machines. fix etc/rc.conf and reboot. dhclient is runnin

Re: DHCP and DNS

2007-09-28 Thread Chuck Swiger
On Sep 28, 2007, at 1:19 PM, Thomas D. Dean wrote: I have a Belkin N1 wireless router with a mix of wireless and wired machines. 2 wired FreeBSD machines, 1 wired Windows machine, 1 wireless FreeBSD machine, -current wpi driver in the works, and a wireless windows machine. The wired FreeBSD mac

Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
I have a Belkin N1 wireless router with a mix of wireless and wired machines. 2 wired FreeBSD machines, 1 wired Windows machine, 1 wireless FreeBSD machine, -current wpi driver in the works, and a wireless windows machine. The wired FreeBSD machines get leases with dhclient. Looking at the route

Re: DHCP and DNS

2007-09-28 Thread Chuck Swiger
On Sep 28, 2007, at 12:27 PM, Thomas D. Dean wrote: How can I get FreeBSD to query the router for IP information for other machines? Your question isn't very clear, but if you want to configure FreeBSD to use a nameserver on your router (or elsewhere), set up /etc/ resolv.conf. Otherwise,

Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
How can I get FreeBSD to query the router for IP information for other machines? tomdean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
The router provides DHCP services. The windows boxes can ping the FreeBDS boxes by name. tomdean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTE

Re: DHCP and DNS

2007-09-28 Thread Bob Middaugh
-- Original message -- From: "Thomas D. Dean" <[EMAIL PROTECTED]> > I had a wired network with a FreeBSD gateway/firewall. The gateway > died and I converted to a mixed network with a Belkin N1 wireless > router. > > I have 2 windows machines and 3 FreeBSD 6.2-st

Re: DHCP client configuration on FreeBSD

2007-05-01 Thread L Goodwin
--- Beech Rintoul <[EMAIL PROTECTED]> wrote: > On Saturday 28 April 2007, L Goodwin said: > > --- Beech Rintoul <[EMAIL PROTECTED]> > wrote: > > > On Friday 27 April 2007, L Goodwin said: > > > > When I ran the DHCP client configuration tool > on > > > > FreeBSD 6.2, it added a new hostname varia

Re: DHCP client configuration on FreeBSD

2007-04-28 Thread Beech Rintoul
On Saturday 28 April 2007, L Goodwin said: > --- Beech Rintoul <[EMAIL PROTECTED]> wrote: > > On Friday 27 April 2007, L Goodwin said: > > > When I ran the DHCP client configuration tool on > > > FreeBSD 6.2, it added a new hostname variable to > > > /etc/rc.conf below existing the hostname var (it

Re: DHCP client configuration on FreeBSD

2007-04-28 Thread L Goodwin
--- Beech Rintoul <[EMAIL PROTECTED]> wrote: > On Friday 27 April 2007, L Goodwin said: > > When I ran the DHCP client configuration tool on > > FreeBSD 6.2, it added a new hostname variable to > > /etc/rc.conf below existing the hostname var (it > > did not remove or comment-out the old hostname

Re: DHCP client configuration on FreeBSD

2007-04-27 Thread Beech Rintoul
On Friday 27 April 2007, L Goodwin said: > When I ran the DHCP client configuration tool on > FreeBSD 6.2, it added a new hostname variable to > /etc/rc.conf below existing the hostname var (it did > not remove or comment-out the old hostname variable). > > The NEW hostname includes the ISP's domai

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread Beech Rintoul
On Thursday 26 April 2007, L Goodwin said: > --- Beech Rintoul <[EMAIL PROTECTED]> wrote: > > > Beech Rintoul <[EMAIL PROTECTED]> wrote: On > > > > Wednesday 25 > > > > April 2007, L Goodwin said: > > > > Will someone please lead me in the right > > > > direction towards > > > > > > resolving the f

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread L Goodwin
--- Beech Rintoul <[EMAIL PROTECTED]> wrote: > > Beech Rintoul <[EMAIL PROTECTED]> wrote: On > Wednesday 25 > April 2007, L Goodwin said: > > > Will someone please lead me in the right > direction towards > > > resolving the following network issue? > > > > > > I just added a FreeBSD server to a

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread Beech Rintoul
> Beech Rintoul <[EMAIL PROTECTED]> wrote: On Wednesday 25 April 2007, L Goodwin said: > > Will someone please lead me in the right direction towards > > resolving the following network issue? > > > > I just added a FreeBSD server to a LAN that consists of a router > > and 2 pc's, one of which is

Re: DHCP/NIC IP address contention issues

2007-04-25 Thread L Goodwin
I'll double-check the things you listed. If you can tell me what additional info I need to supply and where to get it, I'll be happy to oblige. Thanks... Beech Rintoul <[EMAIL PROTECTED]> wrote: On Wednesday 25 April 2007, L Goodwin said: > Will someone please lead me in the right direction towa

Re: DHCP/NIC IP address contention issues

2007-04-25 Thread L Goodwin
I'm pretty sure the XP box is configured correctly for DHCP (no static IP), but will check it again. By "check the lease information in the DSL modem", do you mean to see if the CM IP Address "Expires" date is earlier than current date? I unplugged both the modem and the router today before co

Re: DHCP/NIC IP address contention issues

2007-04-25 Thread Beech Rintoul
On Wednesday 25 April 2007, L Goodwin said: > Will someone please lead me in the right direction towards > resolving the following network issue? > > I just added a FreeBSD server to a LAN that consists of a router > and 2 pc's, one of which is running Windows XP Pro and the other > Windows Vista.

Re: DHCP/NIC IP address contention issues

2007-04-25 Thread Daniel Marsh
On 4/26/07, L Goodwin <[EMAIL PROTECTED]> wrote: Will someone please lead me in the right direction towards resolving the following network issue? 1) "Apr 25 13:33:19 SERVER kernel: arp 00:40:f4:47:fb:8e is using my IP address xxx.xxx.x.xx!" 2) "dhcppc0# Apr 25 14:07:05 dhcpp0 kernel: arp: 00:

Re: DHCP Server V3.0.5 No BPF under chroot. Works normally otherwise.

2007-03-06 Thread Kelly D. Grills
On Tue, Mar 06, 2007 at 07:03:35PM -0600, Martin McCormick wrote: > > I found some cook-book instructions for running dhcpd in > a chroot environment. The article is 4 years old and appears to > be set up for FreeBSD5x, but it isn't far off for FreeBSD6.2 > which is what I need dhcpd to run

Re: DHCP server questions

2007-01-18 Thread Jay Chandler
Darryl Hoar wrote: Thanks Chuck. I do grok that rebooting is only really needed for new kernel installs. Just making network design decisions and want to avoid those "Oh, crap" moments. -Darryl I haven't found too many mutually exclusive services on Unix. In theory, if we did away with

RE: DHCP server questions

2007-01-18 Thread Darryl Hoar
> -Original Message- > From: Chuck Swiger [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 18, 2007 2:28 PM > To: [EMAIL PROTECTED] > Cc: freebsd-questions@freebsd.org > Subject: Re: DHCP server questions > > > On Jan 18, 2007, at 11:59 AM, Darryl Hoar

Re: DHCP server questions

2007-01-18 Thread Chuck Swiger
On Jan 18, 2007, at 11:59 AM, Darryl Hoar wrote: I am considering modifying my web/email server by adding DHCP server duties to it. Any problems with this idea ? I can reboot the server if I need to without screwing up the clients that already have IP assigned, can't I ? No, the DHCP ser

Re: DHCP IP range + auto hostname

2006-09-29 Thread Erik Norgaard
Nagy László wrote: Hello, I have a DHCP server with this config file: option domain-name "cassiopeia.ronet"; option domain-name-servers 192.168.0.1; default-lease-time 600; max-lease-time 7200; authoritative; log-facility local7; ddns-update-style none; subnet 192.168.0.0 netmask 255.255.0.0

Re: DHCP question

2006-08-24 Thread Walt Pawley
At 5:03 PM -0400 8/24/06, Robert Huff wrote: >> >I need to monitor and record that IP address and initiate a >> >series of processes if/when the IP address changes. >> >> You could schedule a script that uses 'curl' or 'fetch' to >> acquire the status page from the router and parse the upstrea

Re: DHCP question

2006-08-24 Thread Walt Pawley
At 4:20 AM -0700 8/23/06, Vizion wrote: >My home network is connected by my Linksys Broadband Router >model RT31P2 to an upstream Cable company supplied Motorola >SB5100 cable modem. > >A single IP address is allocated via DHCP to the Linksys to >which my private network is attached. The IP addres

Re: DHCP question

2006-08-24 Thread Robert Huff
Walt Pawley writes: > >I need to monitor and record that IP address and initiate a > >series of processes if/when the IP address changes. > > You could schedule a script that uses 'curl' or 'fetch' to > acquire the status page from the router and parse the upstream > IP address from it and

Re: DHCP question

2006-08-23 Thread Gerard Seibert
Vizion wrote: > My home network is connected by my Linksys Broadband Router model > RT31P2 to an upstream Cable company supplied Motorola SB5100 cable > modem. > > A single IP address is allocated via DHCP to the Linksys to which my > private network is attached. The IP address is rarely changed.

Re: DHCP question

2006-08-23 Thread Nagy László Zsolt
Vizion írta: My home network is connected by my Linksys Broadband Router model RT31P2 to an upstream Cable company supplied Motorola SB5100 cable modem. A single IP address is allocated via DHCP to the Linksys to which my private network is attached. The IP address is rarely changed. I need t

Re: dhcp resolv.conf and loading priority of network cards

2006-06-22 Thread dick hoogendijk
On Thu, 22 Jun 2006 21:51:15 +1000 Mikhail Goriachev <[EMAIL PROTECTED]> wrote: > dick hoogendijk wrote: > > I have tow nics: a re0 (cabled) and an ath0 (wifi) card. I want the > > latter to use dhcp like this: > > > > defaultrouter="192.168.11.1" > > hostname="arwen.nagual.st" > > ifconfig_re0="

Re: dhcp resolv.conf and loading priority of network cards

2006-06-22 Thread Mikhail Goriachev
dick hoogendijk wrote: > I have tow nics: a re0 (cabled) and an ath0 (wifi) card. I want the > latter to use dhcp like this: > > defaultrouter="192.168.11.1" > hostname="arwen.nagual.st" > ifconfig_re0="192.168.11.29 netmask 255.255.255.0" > ifconfig_ath0="dhcp ssid air01 nwkey 0xc1e1639b753021ab6

Re: DHCP not working

2006-03-01 Thread Pietro Cerutti
On 3/1/06, Nathan Vidican <[EMAIL PROTECTED]> wrote: > Pietro Cerutti wrote: > > Hi List, > > I can't get a DHCP lease from my cable modem, here are the details: > > > > - The PC is a P4 500 MHz running 6.0-RELEASE just installed, GENERIC. > > > > - I tried with three different NICs, without result

Re: DHCP not working

2006-03-01 Thread Nathan Vidican
Pietro Cerutti wrote: Hi List, I can't get a DHCP lease from my cable modem, here are the details: - The PC is a P4 500 MHz running 6.0-RELEASE just installed, GENERIC. - I tried with three different NICs, without result: -> a 3Com 3C509 (driver vx), -> a RealTek (can't remember the model, is a

Re: DHCP leases

2006-02-24 Thread David Kelly
On Fri, Feb 24, 2006 at 01:43:40PM -0800, Jose Borquez wrote: > I know you can view the current DHCP leases in the dhcpd.leases file, > but is there a command that can be used to dynamically view the DHCP > leases as they are handed out? man dhcpd.conf man syslog.conf dhcpd writes status updates

Re: DHCP leases

2006-02-24 Thread Beech Rintoul
On Friday 24 February 2006 12:43, Jose Borquez wrote: > I know you can view the current DHCP leases in the dhcpd.leases file, > but is there a command that can be used to dynamically view the DHCP > leases as they are handed out? tail -f /var/db/dhcpd.leases Beech -- --

Re: DHCP failing with WiFi after 6.0 upgrade

2005-12-02 Thread Erik Nørgaard
Jesse Sheidlower wrote: I recently took my IBM ThinkPad X23, which had been running 4.11, and did a fresh install (backup files, wipe disk, install from scratch) to 6.0. Most things have gone smoothly, though there are still a few things to iron out. My biggest problem is that I can't seem to ge

Re: dhcp server on multiple interfaces.

2005-11-14 Thread Yance Kowara
I hope this helps, assuming you have /usr/share/doc/dhcp-3.0pl1/dhcpd.conf.sample Follow the steps #cp /usr/share/doc/dhcp-3.0pl1/dhcpd.conf.sample /etc/dhcpd.conf #ee /etc/dhcpd.conf your dhcpd.conf ###BEGIN DHCPD.CONF authoritative ddns-update-style interim ignore cl

Re: dhcp client in freebsd 6 beta

2005-09-09 Thread Frank Mueller - emendis GmbH
The Script needs the Interface as second argument, e.g. /etc/rc.d/dhclient stop fxp0 Greetz, Ice Osmany Guirola Cruz schrieb: Hi people i upgrade my system from 5.4 to 6 Beta 4 and i am using dhclient for my network card i boot without problems get my IP, etc etc but if i do /etc/rc.d/dhc

Re: DHCP Issue - could not get ip.

2005-08-16 Thread Greg Barniskis
Ovidiu Ene wrote: Hello. I have a problem with DHCP, i've tried to solve googling, reading post on forums. I have a DHCP cable modem connection. in rc.conf i have ifconfig_vr0="DHCP" when i launch dhclient -d vr0 i get: I've tried differend things, like setting the nic for 10 mbps, half-du

Re: DHCP Issue - could not get ip.

2005-08-16 Thread Hexren
> Hello. > I have a problem with DHCP, i've tried to solve googling, reading post > on forums. > I have a DHCP cable modem connection. > in rc.conf i have ifconfig_vr0="DHCP" > when i launch dhclient -d vr0 i get: > I've tried differend things, like setting the nic for 10 mbps, > half-dupplex

RE: DHCP Server Offline.

2005-07-16 Thread Paul Hamilton
-questions@freebsd.org Subject: Re: DHCP Server Offline. I Found out the Problem, The /var partation is full. How do i find out where is taking up all the space? Thanks >From: Ean Kingston <[EMAIL PROTECTED]> >To: freebsd-questions@freebsd.org >CC: [EMAIL PROTECTED] >Subject: Re: DHC

Re: DHCP assigned unregistered IP address

2005-07-15 Thread Alex Zbyslaw
Bob Hall wrote: two types of techs. The ones for whom their cloacal anatomy is indistinguishable from their articulatio cubiti, and the ones who Damn. Trumped by medical Latin. I hate it when that happens. :) Well, one has to rise to a challenge :-) (And I'll admit cheating and usi

Re: DHCP assigned unregistered IP address

2005-07-15 Thread Alex Zbyslaw
Hornet wrote: On 7/15/05, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: When the person you talk to has a script which doesn't go beyond "turn if off; leave it for 30 seconds and turn it back on again", you are in trouble. You must use comcast. :) Actually, Blueyonder/Telewest. The same ma

Re: DHCP assigned unregistered IP address

2005-07-15 Thread Bob Hall
On Fri, Jul 15, 2005 at 07:14:52PM +0100, Alex Zbyslaw wrote: > Also if the 4100 can't reach the DHCP server, the green lights won't > ever all come on, so it's pretty obvious when there is a fault. Of > course, that might be because the local DHCP server has been turned off ;-) In this case, t

Re: DHCP assigned unregistered IP address

2005-07-15 Thread Hornet
On 7/15/05, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: > Bob Hall wrote: > > > > >>However, note the "When the Cable Modem is disconnected from the > >>Internet..." so the only reason it should be handing you the local IP is > >>if it cannot talk back to the DHCP server it gets your real IP from. If

  1   2   3   >