Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tutorials:add_network_routes [2022-09-20 16:58] – fix internal routes Anton Tetov Johansson | tutorials:add_network_routes [2022-09-29 14:29] (current) – [Windows] Anton Tetov Johansson | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| ==== Windows ==== | ==== Windows ==== | ||
| - | Use [[# | + | Use [[# |
| - Open administrative shell: Press Alt+X and select " | - Open administrative shell: Press Alt+X and select " | ||
| Line 43: | Line 43: | ||
| Use [[# | Use [[# | ||
| + | === Temporarily via ip route (Most distros) === | ||
| - Open a terminal. | - Open a terminal. | ||
| - | - Find your preferred device using '' | + | - Find your preferred device using '' |
| - Store choosen interface by running '' | - Store choosen interface by running '' | ||
| - | - Select from following options: | ||
| - | |||
| - | === Temporarily via ip route (Most distros) === | ||
| '' | '' | ||
| Line 54: | Line 52: | ||
| === NetworkManager persistent (Most distros) === | === NetworkManager persistent (Most distros) === | ||
| - | '' | + | - Open a terminal. |
| + | - Find your preferred connection using '' | ||
| + | - Store choosen interface by running '' | ||
| + | |||
| + | '' | ||
| === Netplan persistent route (Ubuntu/ | === Netplan persistent route (Ubuntu/ | ||
| + | |||
| + | - Open a terminal. | ||
| + | - Find your preferred device using '' | ||
| + | - Replace enpXsY in YAML snippet below with chosen device. | ||
| Add the following to ''/ | Add the following to ''/ | ||