How do I delete route to “link#8” gateway on MacOS?How do I delete a route in OS X 10.5Add route on...
Can a virus destroy the BIOS of a modern computer?
How badly should I try to prevent a user from XSSing themselves?
Is this a hacking script in function.php?
ssTTsSTtRrriinInnnnNNNIiinngg
What is the idiomatic way to say "clothing fits"?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
How does a predictive coding aid in lossless compression?
Madden-Julian Oscillation (MJO) - How to interpret the index?
Can I run a new neutral wire to repair a broken circuit?
Why do bosons tend to occupy the same state?
How to prevent "they're falling in love" trope
iPad being using in wall mount battery swollen
Should I cover my bicycle overnight while bikepacking?
Bullying boss launched a smear campaign and made me unemployable
What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?
How seriously should I take size and weight limits of hand luggage?
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
Do scales need to be in alphabetical order?
Extract rows of a table, that include less than x NULLs
What type of content (depth/breadth) is expected for a short presentation for Asst Professor interview in the UK?
Why does this cyclic subgroup have only 4 subgroups?
Why didn't Boeing produce its own regional jet?
How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)
How do I delete route to “link#8” gateway on MacOS?
How do I delete a route in OS X 10.5Add route on OpenBSD for DSL modem on external networkhowto only tunnel specific hosts route through openvpn client on tomatoCentos 6.2 Fresh 'Basic Server' install networking issuesStatic virtual IP in debian 6.0.4KVM/Libvirt bridged/routed networking not working on newer guest kernelsCentos multiple NICs routing issueKVM Network configuration + VLAN trunckHow to configure dual homed server in order for both network segments to communicate?
How do I delete default route of "link#8" gateway on MacOS El Capitan? It's a route automaticaly added after connecting to IPSec VPN.
$ netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default link#8 UCS 21 0 utun0
default 192.168.1.1 UGScI 16 0 en1
10.2.2.71 10.2.2.71 UH 0 11 utun0
10.19.5.40 link#8 UHWIi 1 27 utun0
$ ifconfig
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 60:33:4b:04:d4:7a
inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
inet 10.2.2.71 --> 10.2.2.71 netmask 0xffffff00
nd6 options=1<PERFORMNUD>
This doesn't work
$ sudo route -n delete default -ifscope utun0
route: writing to routing socket: not in table
delete net default: not in table
$ sudo route -n delete default "link#8"
route: bad address: link#8
networking vpn mac-osx mac route
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do I delete default route of "link#8" gateway on MacOS El Capitan? It's a route automaticaly added after connecting to IPSec VPN.
$ netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default link#8 UCS 21 0 utun0
default 192.168.1.1 UGScI 16 0 en1
10.2.2.71 10.2.2.71 UH 0 11 utun0
10.19.5.40 link#8 UHWIi 1 27 utun0
$ ifconfig
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 60:33:4b:04:d4:7a
inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
inet 10.2.2.71 --> 10.2.2.71 netmask 0xffffff00
nd6 options=1<PERFORMNUD>
This doesn't work
$ sudo route -n delete default -ifscope utun0
route: writing to routing socket: not in table
delete net default: not in table
$ sudo route -n delete default "link#8"
route: bad address: link#8
networking vpn mac-osx mac route
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do I delete default route of "link#8" gateway on MacOS El Capitan? It's a route automaticaly added after connecting to IPSec VPN.
$ netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default link#8 UCS 21 0 utun0
default 192.168.1.1 UGScI 16 0 en1
10.2.2.71 10.2.2.71 UH 0 11 utun0
10.19.5.40 link#8 UHWIi 1 27 utun0
$ ifconfig
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 60:33:4b:04:d4:7a
inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
inet 10.2.2.71 --> 10.2.2.71 netmask 0xffffff00
nd6 options=1<PERFORMNUD>
This doesn't work
$ sudo route -n delete default -ifscope utun0
route: writing to routing socket: not in table
delete net default: not in table
$ sudo route -n delete default "link#8"
route: bad address: link#8
networking vpn mac-osx mac route
How do I delete default route of "link#8" gateway on MacOS El Capitan? It's a route automaticaly added after connecting to IPSec VPN.
$ netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default link#8 UCS 21 0 utun0
default 192.168.1.1 UGScI 16 0 en1
10.2.2.71 10.2.2.71 UH 0 11 utun0
10.19.5.40 link#8 UHWIi 1 27 utun0
$ ifconfig
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 60:33:4b:04:d4:7a
inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
inet 10.2.2.71 --> 10.2.2.71 netmask 0xffffff00
nd6 options=1<PERFORMNUD>
This doesn't work
$ sudo route -n delete default -ifscope utun0
route: writing to routing socket: not in table
delete net default: not in table
$ sudo route -n delete default "link#8"
route: bad address: link#8
networking vpn mac-osx mac route
networking vpn mac-osx mac route
asked Oct 6 '15 at 8:20
igoigo
16117
16117
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This worked:
sudo route -n delete default -link 8
sudo route delete -ifscope utun0 default. Thanks for the-linktip, I hadn't picked up on that from the man page.
– scottn
Jan 9 '16 at 12:35
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f726979%2fhow-do-i-delete-route-to-link8-gateway-on-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This worked:
sudo route -n delete default -link 8
sudo route delete -ifscope utun0 default. Thanks for the-linktip, I hadn't picked up on that from the man page.
– scottn
Jan 9 '16 at 12:35
add a comment |
This worked:
sudo route -n delete default -link 8
sudo route delete -ifscope utun0 default. Thanks for the-linktip, I hadn't picked up on that from the man page.
– scottn
Jan 9 '16 at 12:35
add a comment |
This worked:
sudo route -n delete default -link 8
This worked:
sudo route -n delete default -link 8
answered Oct 12 '15 at 14:49
igoigo
16117
16117
sudo route delete -ifscope utun0 default. Thanks for the-linktip, I hadn't picked up on that from the man page.
– scottn
Jan 9 '16 at 12:35
add a comment |
sudo route delete -ifscope utun0 default. Thanks for the-linktip, I hadn't picked up on that from the man page.
– scottn
Jan 9 '16 at 12:35
sudo route delete -ifscope utun0 default. Thanks for the -link tip, I hadn't picked up on that from the man page.– scottn
Jan 9 '16 at 12:35
sudo route delete -ifscope utun0 default. Thanks for the -link tip, I hadn't picked up on that from the man page.– scottn
Jan 9 '16 at 12:35
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f726979%2fhow-do-i-delete-route-to-link8-gateway-on-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown