On Tue, Mar 12, 2002 at 08:06:54AM +1100, Edwin Humphries wrote:

> The Network runs on DHCP, so users will not a fixed IP address that can be 
>associated with a location. So we have to do it 
> either through :

You can do static IPs with dhcp, e.g.:

    host andromeda
    {
        hardware ethernet 00:90:f5:07:bc:34;
        fixed-address 192.168.1.26;
        option domain-name-servers 192.168.1.1, 192.168.1.16;
        option domain-name "vastsystems.com.au";
        option routers 192.168.1.1;
    }


Cheers,

John
-- 
whois [EMAIL PROTECTED]
GPG key id: 0xD59C360F
http://kirriwa.net/john/
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to