Each time I set
I can't ping my IPv6 address anymore. Here is my rc.conf:
The IPv6 configuration is automatically done by my dedicated server provider and works fine if I don't set
I've tried to remove everything except IP configuration and gateway, and I still get the same result. I've done some research but never find the same problem. Anybody got an idea why?
Code:
ipv6_gateway_enable="YES"
Code:
# System
hostname="myhostname"
fsck_y_enable="YES"
dumpdev="AUTO"
# Network
# -- IPv4 configuration
ifconfig_em0="inet xx.xx.xx.xx netmask 255.255.255.0 broadcast xx.xx.xx.xx"
defaultrouter="xx.xx.xx.xx"
# -- IPv6 configuration
ipv6_enable="YES"
ifconfig_em0_ipv6="ipv6 address prefixlen 128"
ipv6_static_routes="ovhgw"
ipv6_route_ovhgw="router ipv6 address -prefixlen 128 -interface em0"
ipv6_defaultrouter="router ipv6 address"
# -- NAT
gateway_enable="YES"
ipv6_gateway_enable="YES"
# -- Jails
ezjail_enable="YES"
jail_sysvipc_allow="YES"
cloned_interfaces="lo1"
ifconfig_lo1="inet 10.1.1.254 netmask 255.255.255.0"
ifconfig_lo1_ipv6="inet6 fec0::204:254 prefixlen 64"
ifconfig_lo1_alias0="10.1.1.1 netmask 255.255.255.0"
ifconfig_lo1_alias1="10.1.1.2 netmask 255.255.255.0"
ifconfig_lo1_alias2="10.1.1.3 netmask 255.255.255.0"
ifconfig_lo1_alias3="inet6 fec0::204:1 prefixlen 64"
ifconfig_lo1_alias4="inet6 fec0::204:2 prefixlen 64"
ifconfig_lo1_alias5="inet6 fec0::204:3 prefixlen 64"
# -- Firewall
pf_enable="YES"
pf_rules="/etc/pf.conf"
# -- Random Software
sshd_enable="YES"
# -- NTP
ntpdate_enable="YES"
ntpdate_hosts="213.186.33.99"
Code:
ipv6_gateway_enable="YES"