Difference between revisions of "Installation (Ubuntu)"

Jump to navigation Jump to search
→‎Change IP Address: Added "Persistent Route"
(→‎Update the OS: Added "Remove Old Version")
(→‎Change IP Address: Added "Persistent Route")
Line 163: Line 163:
* Confirm DNS config is as expected with
* Confirm DNS config is as expected with
** <code>less /etc/resolv.conf</code>
** <code>less /etc/resolv.conf</code>
=== Persistent Route ===
To add a persistent route to an interface, add using the following syntax (example sends traffic to 172.32.1.0/24 via eth1 to 192.168.1.100
up route add -net 172.32.1.0/24 gw 192.168.1.100 dev eth1


== Update the OS ==  
== Update the OS ==  

Navigation menu