Advertising
- Someone
- Thursday, February 8th, 2007 at 5:34:43am UTC
- INTERFACES
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto eth1
- iface eth1 inet dhcp
- iface eth0 inet static
- address 192.168.4.1
- netmask 255.255.255.0
- auto eth0
- DHCPD.CONF
- authoritative;
- ddns-update-style none;
- default-lease-time 600;
- max-lease-time 7200;
- subnet 192.168.4.0 netmask 255.255.255.0 {
- range 192.168.4.20 192.168.4.250;
- option domain-name "example.com";
- option domain-name-servers 192.168.4.1;
- option broadcast-address 192.168.4.255;
- option routers 192.168.4.1;
- option subnet-mask 255.255.255.0;
- filename "/ltsp/pxelinux.0";
- option root-path "/opt/ltsp/i386";
- }
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.