Skip to content

Instantly share code, notes, and snippets.

View 101Dude's full-sized avatar
💭
I may be slow to respond.

101Dude

💭
I may be slow to respond.
View GitHub Profile
@midwire
midwire / reset_routing_table.sh
Last active October 23, 2024 21:58
[Reset routing table on OSX] #osx #devops #networking
#!/usr/bin/env bash
# Reset routing table on OSX
# display current routing table
echo "********** BEFORE ****************************************"
netstat -r
echo "**********************************************************"
for i in {0..4}; do
sudo route -n flush # several times