# dhclient-Aircard320U.conf written by bob fulton BRAEWORKS Nov 2012 # DNS search of local domain first supersede domain-search "braeworks.local"; # be sure to add any local DNS servers first prepend domain-name-servers 192.168.0.9; # dhclient can be vulnerable to signal drops during lease negotiation, # added these settings for tighter control timeout 60; retry 20; reboot 10; select-timeout 5; initial-interval 2; script "/sbin/dhclient-script"; # typical lease from Telstra Bigpond DHCPD # in /var/lib/dhclient/dhclient.leases # lease { # interface "usb0"; # fixed-address 124.180.129.83; # option subnet-mask 255.255.255.0; # option routers 124.180.129.83; # option dhcp-lease-time 259200; # option dhcp-message-type 5; # option domain-name-servers 192.168.0.9,127.0.0.1,61.9.133.193,61.9.211.33; # option dhcp-server-identifier 124.180.129.253; # option domain-search "braeworks.local."; # option dhcp-renewal-time 129600; # option dhcp-rebinding-time 226800; # option netbios-name-servers 0.0.0.0,0.0.0.0; # renew 1 2013/04/08 20:45:19; # rebind 3 2013/04/10 04:13:25; # expire 3 2013/04/10 13:13:25; #} # EOF