Broadband & Warp
By Dave Saville - D Z Consulting
Getting Connected
Box type Cable type Hubs, Routers & Firewalls
Getting Registered
MAC Addresses Browser Restarting
Addressing
Local LAN
"Private" ranges
10.0.0.x
172.16.x.x
192.168.x.x
Otherwise.........
NAT
DNS
Manually
Need to know when DNS server(s) changed
Need to update all boxes on LAN
ETC\resolv2 points to ISPs DNS Servers
Automatically
Need to run Bind on the firewall
Need to hack dhcpcd.cfg located in ETC
All boxes except the firewall have resolv2 pointed at the firewall box.
Routing - x:\mptn\bin\setup.cmd
Firewall 192.168.0.1
route -fh arp -f ifconfig lo 127.0.0.1 ifconfig lan0 192.168.0.1 netmask 255.255.255.0 dhcpstrt -i lan1 route add net 192.168.0 192.168.0.2 1 netmask 255.255.255.0 ipgate on
A N Other Warp PC 192.168.0.2
route -fh arp -f ifconfig lo 127.0.0.1 ifconfig lan0 192.168.0.2 netmask 255.255.255.0 ifconfig lan0 192.168.1.2 netmask 255.255.255.0 alias route add default 192.168.0.1 1 ipgate on
Network Example