Category: linux

NXOS Simple IPv6 BGP Peering

It took me far to long to find out how to config this, so I’m sharing it to be more searching on the Internets. Scenario: – NXOS BGP ‘upsteam’ / ‘north bound’ peer sharing the default route only – Linux box runs Quagga sharing it’s /56 routable behind it Nexus Conf feature bgp router bgp [ View Post… ]

IPTables Template

So I thought I would share a good IPTables starting template, all tested on Ubuntu 10.10. [plain] # Cooper Lees IPTables Rules # Last Updated 20110409 # Drop by default iptables -P INPUT DROP iptables -A INPUT -i lo -j ACCEPT #ICMP is Good iptables -A INPUT -p icmp -j ACCEPT iptables -A INPUT -m [ View Post… ]