![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where are routes stored ? | hcclnoodles | SUN Solaris | 5 | 10-16-2006 11:41 PM |
| how to add default routes in SCO | tayyabq8 | SCO | 1 | 08-31-2005 11:35 AM |
| Setting Routes and such | djsal | Debian | 2 | 06-17-2004 07:49 AM |
| newbie questions on ntp and routes | jalburger | Linux | 1 | 06-15-2004 02:31 PM |
| How to add 2 gateway routes? | cstovall | UNIX for Dummies Questions & Answers | 3 | 07-25-2003 11:09 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to delete some ipv6 routes?
Hi,
How can i delete the following routes on my OpenBSD 4.1 system? Code:
# route -n show (including only relevant ipv6-routes) Code:
Internet6: Destination Gateway Flags Refs Use Mtu Interface ::/104 ::1 UGRS 1 0 - lo0 2002::/24 ::1 UGRS 0 0 - lo0 2002:7f00::/24 ::1 UGRS 0 0 - lo0 fe80::%sk0/64 link#2 UC 0 0 - sk0 fe80::%lo0/64 fe80::1%lo0 U 0 0 - lo0 ff01::%lo0/32 ::1 UC 0 0 - lo0 Thank you, James |
|
||||
|
Solved
I solved it. Here are some example solutions;
To remove ::/104 you type; Code:
route delete -inet6 :: -prefixlen 104 Code:
route delete -inet6 fe80::%sk0 -prefixlen 24 Code:
route delete -inet6 ff01::%lo0 -prefixlen 32 ![]() Hope this will help someone. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|