Why not just use the MAC Address and have dhcp always assign that machine the
same address.   That way all other settings from dhcp will be applied to the
machine every time and changes to the settings applied by dhcp will also be
picked up by that machine.   This method has been working for me for several
years now on one of my servers.

Just add the following to the end of the /etc/dhcpd.conf and you are away:

host computername{
    hardware ethernet 00:00:00:00:00:00;
    fixed-address 192.168.x.x;
}

Don't forget to change the relevant variables to suit your network first.

Sorry, I clicked sent too early. I should have added the useful information
first.

Andrew Gray
MCSE
Willowcrest Solutions Pty Ltd
 
Phone:        (07) 4128 7401
Mobile:      0418 734 078
 
> Wouldn't it just be easier and more secure to set the machine to a static
> IP?
 
> You may need to change the range of static IP addresses - or determine what
> it is, but for my money that makes the most sense.
 
I guess so, but I would rather not 'hard wire' anything into the configuration.
But I may end up doing so!
 
 On 12/7/05, Paul Traina <[EMAIL PROTECTED]> wrote:
 >
 > Jim Ford wrote:
 > > Hoping to solve a NAT problem with my Arureus bittorrent client. I gave
 > the
 >
 >
 > Or use upnpd.lrp and turn on the UPnP client in Azureus.
 
I understand that there are security issues regarding UPnP. I don't know much
about security, so I feel I need to be ultra cautious. I'm acutely aware that
one wrong line in the Shorewall rules could blow the door wide open on my
firewall!

Jim Ford



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
------------------------------------------------------------------------
leaf-user mailing list: [email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


__________ NOD32 1.1316 (20051208) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
------------------------------------------------------------------------
leaf-user mailing list: [email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to