How can I change the default gateway?

WWW

Currently I'm running a FreeBSD 9.1 and the default gateway is already configured in the rc.conf.

rc.conf:

defaultrouter = "10.0.0.1"

But now I want to change the default gateway without rebooting the system, is this possible?

Chris S
route del default
route add default 1.2.3.4

Where 1.2.3.4 is the new gateway. You can even concatenate them onto the same line with a ;

Edit: This is FreeBSD, not Linux. The command is different. Please do not edit this Answer if you haven't read the Question carefully enough to determine the operating system being used.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How can I change the default Nautilus Bookmarks?

분류에서Dev

How can I change the version (default-series) that Juju deploys?

분류에서Dev

How can I change the default google account in google chrome?

분류에서Dev

How can I change the default website connection timeout in Chrome?

분류에서Dev

How can I use JavaScript to change the default spellchecker in Firefox?

분류에서Dev

How can I change the Kubuntu background from default?

분류에서Dev

Can I change the user that is the default choice in UAC?

분류에서Dev

How Can I Change the Default arguments to gcc When I run Make "filename"

분류에서Dev

How can I change the default location of content directories (eg Pictures, Templates, Music) in my home folder?

분류에서Dev

How can I change the default filter Windows is using for indexing file contents?

분류에서Dev

Can I change the default __add__ method in Python?

분류에서Dev

How can I configure the default settings of RStudio?

분류에서Dev

How do I change the default domain when browsing Windows shares?

분류에서Dev

How to tell Windows 7 to ignore a default gateway

분류에서Dev

How can I change the prompt of the terminal permanently

분류에서Dev

How can I change button value with stylish?

분류에서Dev

Docky - how can I change jDownloader icon?

분류에서Dev

How can i change hyperlink color with JQuery?

분류에서Dev

How can I change the colors of the slices of the pie?

분류에서Dev

How can I run a script on resolution change?

분류에서Dev

Can I change how file completion is displayed?

분류에서Dev

How can I change the system font?

분류에서Dev

How can I stop being prompted to unlock the 'default' keyring on boot?

분류에서Dev

How can I remove all default installed games?

분류에서Dev

How can I set a default profile for a network interface in network manager?

분류에서Dev

How can I open a URL on a schedule in the default browser?

분류에서Dev

How can I explicitly use the default viewport setting of the client in HTML?

분류에서Dev

How can I have a WiX Property default to null?

분류에서Dev

How can I set the captions style in Word centered as default?

Related 관련 기사

  1. 1

    How can I change the default Nautilus Bookmarks?

  2. 2

    How can I change the version (default-series) that Juju deploys?

  3. 3

    How can I change the default google account in google chrome?

  4. 4

    How can I change the default website connection timeout in Chrome?

  5. 5

    How can I use JavaScript to change the default spellchecker in Firefox?

  6. 6

    How can I change the Kubuntu background from default?

  7. 7

    Can I change the user that is the default choice in UAC?

  8. 8

    How Can I Change the Default arguments to gcc When I run Make "filename"

  9. 9

    How can I change the default location of content directories (eg Pictures, Templates, Music) in my home folder?

  10. 10

    How can I change the default filter Windows is using for indexing file contents?

  11. 11

    Can I change the default __add__ method in Python?

  12. 12

    How can I configure the default settings of RStudio?

  13. 13

    How do I change the default domain when browsing Windows shares?

  14. 14

    How to tell Windows 7 to ignore a default gateway

  15. 15

    How can I change the prompt of the terminal permanently

  16. 16

    How can I change button value with stylish?

  17. 17

    Docky - how can I change jDownloader icon?

  18. 18

    How can i change hyperlink color with JQuery?

  19. 19

    How can I change the colors of the slices of the pie?

  20. 20

    How can I run a script on resolution change?

  21. 21

    Can I change how file completion is displayed?

  22. 22

    How can I change the system font?

  23. 23

    How can I stop being prompted to unlock the 'default' keyring on boot?

  24. 24

    How can I remove all default installed games?

  25. 25

    How can I set a default profile for a network interface in network manager?

  26. 26

    How can I open a URL on a schedule in the default browser?

  27. 27

    How can I explicitly use the default viewport setting of the client in HTML?

  28. 28

    How can I have a WiX Property default to null?

  29. 29

    How can I set the captions style in Word centered as default?

뜨겁다태그

보관