- Adtran Total Access TA924 – SIP Configuration for Asterisk
- Cisco SPA500S Excel Sidecar Template
- Cisco VPN Client Won’t Connect on Windows 7 x64 via 3g Modem
- Fuck You Microsoft, I Will Install the Cisco VPN Client on Windows 10 and Furthermore, You Can Suck It
- Linux – Policy-Based Routing Enables the Use of Multiple IP Default Gateways
- Mikrotik Scripting – Array Pop Function
- Mikrotik Scripting – Array Push Function
- Mikrotik Scripting – Function to Split an IP Address into an Array
- Polycom RealPresence Desktop – Windows QoS Registry Settings
- Remote Desktop Server – Registry Key to Change RDP Listening Port
- Windows 8.1 – Disable IPv6 Components
- Windows Update Error 8024402C – Bypass WSUS for VPN Computers Joined to the Domain
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"