16ef0
![]() |
|
|
|
|
|||||||
| Networking Network related discussions (including general TCP/IP stuff, routing, etc). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How can I disable ipv6 on
I don't want the link-local on any interface, besides ntpd seems not able to bind the ipv6 addresses giving me error during startup. Last edited by DutchDaemon; January 19th, 2012 at 11:42. |
|
#2
|
||||
|
||||
|
Not sure if this is correct, the settings changed a lot compared to 8.x and I'm still adjusting myself.
/etc/rc.conf: Code:
ipv6_network_interfaces="none" # Default is auto ipv6_activate_all_interfaces="NO" # this is the default
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
I've already tried that, it doesn't do the trick.
|
|
#4
|
|||
|
|||
|
The NTPd problem doesn't occur on the other server, so my fault I guess. Even though I did the same thing on both. Only difference is the fist is a virtual machine and the second one "physical". Anyway, still don't care for the ipv6 stuff. If someone knows how to disable it it'd be great.
|
|
#5
|
||||
|
||||
|
You should. It won't be long until all IPv4 addresses are completely depleted.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#6
|
|||
|
|||
|
Quote:
![]() And to be totally honest I'm not skilled enough on ipv6 - yet - to risk using it in production environment when it's more the superfluous. |
|
#7
|
||||
|
||||
|
Neither was I but it never hurts to be prepared for the future. It'll also give you an edge over your colleagues as they will scramble to get educated when they're forced to migrate and you already know how it works
![]() Quote:
Slightly offtopic, the 6th of June will be another IPv6 day. http://www.worldipv6day.org/
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#8
|
|||
|
|||
|
Quote:
And you know what? I'll stick with the 8.2 for now. |
|
#9
|
||||
|
||||
# grep ipv6 /etc/defaults/rc.confRead the comments attached to those, and the rc.conf(5) man page for details. |
|
#10
|
|||
|
|||
|
Quote:
Last edited by phoenix; January 19th, 2012 at 17:23. Reason: fist -> first |
|
#11
|
|||
|
|||
|
Why not just rebuild kernel without IPv6?
|
|
#12
|
||||
|
||||
|
This is how we do it on our 9.0 boxes:
Code:
ip6addrctl_enable="NO" # New way to disable IPv6 support ip6addrctl_policy="ipv4_prefer" # Use IPv4 instead of IPv6 ipv6_activate_all_interfaces="NO" # Do not automatically add IPv6 addresses |
| The Following User Says Thank You to phoenix For This Useful Post: | ||
DD (January 20th, 2012) | ||
|
#13
|
|||
|
|||
|
Quote:
Code:
ifconfig_bge0_ipv6="inet6 auto_linklocal" I would suggest NOT disabling the link-local IPv6 address when using a kernel with IPv6 support (GENERIC does), because this may result in unexpected behaviors of the kernel (see ifconfig(8) BUGS section). Even if you do not use IPv6 yet, you will eventually
Last edited by DutchDaemon; April 16th, 2012 at 16:01. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I disable ipv6 completely? | wonslung | Networking | 3 | March 31st, 2012 05:57 |
| [FreeBSD 9] Unplugging mouse disable laptop keyboard | Nesousx | X.Org | 4 | August 18th, 2011 21:22 |
| Disable IPv6 on one interface? | dieselnutjob | Networking | 3 | June 10th, 2011 09:33 |
| FreeBSD Foundation and iXsystems Announce IPv6-only Testing Versions of FreeBSD and P | admin | News & Announcements | 0 | June 6th, 2011 13:10 |
| IPv6 DAD disables IPv6 Traffic, how to turn IPv6 back on? | benzh512 | Networking | 6 | March 10th, 2009 16:57 |