Linux – Policy-Based Routing Enables the Use of Multiple IP Default Gateways

Props to this site for the helpful info.

1. Configure your first static IP Address and Gateway information as normal inside of /etc/network/interfaces. If you have multiple static IP’s in the same subnet using the same gateway you should be fine to add them as sub-interfaces with no problems.

auto eth0
iface eth0 inet static
        address 1.1.1.1
        netmask 255.255.255.0
        network 1.1.1.0
        broadcast 1.1.1.255
        dns-nameservers 2.2.2.2 3.3.3.3
        dns-search yourdomain.com
 Continue reading "Linux – Policy-Based Routing Enables the Use of Multiple IP Default Gateways"

Cisco VPN Client Won’t Connect on Windows 7 x64 via 3g Modem

It turns out there is no support for WWAN connections on the 64 bit Cisco VPN Client (version 5.0.07.0440-k9) so the client will connect but you can’t ping anything on the remote network and you will only see packets showing a bypassed status on the statistics page. Fortunately for some, you can resolve this issue by doing the following:
Continue reading “Cisco VPN Client Won’t Connect on Windows 7 x64 via 3g Modem”