Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 13, 2020 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/3eef5e071a053ea81d401feb3eeadc11 to your computer and use it in GitHub Desktop.
Save kbruner/3eef5e071a053ea81d401feb3eeadc11 to your computer and use it in GitHub Desktop.
debian@debian1:~$ sudo /sbin/route add default gw 10.0.0.1
debian@debian1:~$ netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
^C
debian@debian1:~$ /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
^C
debian@debian1:~$ !ssh
ssh napalm@192.168.0.11
The authenticity of host '192.168.0.11 (192.168.0.11)' can't be established.
ECDSA key fingerprint is SHA256:kUuDGjs7t6D9c5hVPfKkbiP6HAwkr5G7xCLgNNizasA.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.11' (ECDSA) to the list of known hosts.
Password for napalm@nucklehead:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment