Timeline for How can I change the default gateway?
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Mar 28, 2024 at 6:20 | history | edited | Stephen Kitt | CC BY-SA 4.0 | Typos. Merge the edit. |
| S Mar 28, 2024 at 6:20 | history | suggested | hek2mgl | CC BY-SA 4.0 | The original version was unnccarily unsafe. Keep in mind that people might run this on an important machine. This post is at rank 1 in google results |
| Mar 26, 2024 at 12:20 | review | Suggested edits | |||
| S Mar 28, 2024 at 6:20 | |||||
| Jan 17, 2017 at 17:26 | comment | added | Paul Stelian | On Linux the commands ip route del default and ip route add default via 1.2.3.4 work. So the command is still relevant for Linux users too as it has quite a bit of resemblance. | |
| Jul 8, 2015 at 17:24 | comment | added | Hennes | Or, use the generic safe method: 1) Log into a shell, shutdown/reboot in 15 minutes unless cancelled 2) Do unsafe things. 3) Cancel shutdown/reboot. | |
| May 22, 2015 at 15:47 | history | edited | Chris S | CC BY-SA 3.0 | added 118 characters in body |
| S May 22, 2015 at 9:19 | history | suggested | jifeng.yin | CC BY-SA 3.0 | add the missing `gw`, or you'll get `SIOCADDRT: No such device` |
| May 22, 2015 at 8:52 | review | Suggested edits | |||
| S May 22, 2015 at 9:19 | |||||
| Jul 8, 2014 at 14:58 | comment | added | Dalibor Filus | Note: do this in console, not over ssh. If you must do this via ssh (or other network method), issue both commands at once, with ; or with && | |
| Aug 21, 2013 at 20:24 | vote | accept | WWW | ||
| Aug 21, 2013 at 2:02 | history | migrated | from serverfault.com (revisions) | ||
| Aug 21, 2013 at 2:00 | history | answered | Chris S | CC BY-SA 3.0 |