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
_
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
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
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
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
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
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
>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
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
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"
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
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
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
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
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,
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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,
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
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
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:
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
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
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
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
___
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
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
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
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
> 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
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
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
>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
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
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
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
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
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
> -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
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
> 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
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
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
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
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,
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]"
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
-- 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
--- 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
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
--- 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
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
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
--- 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
> 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
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
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
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.
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:
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
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
> -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
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
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
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
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
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
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.
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
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="
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
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
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
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
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
--
--
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
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
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
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
> 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
-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
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
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
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
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 - 100 of 263 matches
Mail list logo