IPv6 can't get it enabled (firewall issue)

Due to the fact that IPv6 is not enabled on my home freebpx instance, I encounter Firewall issues. So I tried to enable IPv6 as suggested here, but I must forget some steps:

/etc/default/grub

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=“$(sed ‘s, release .*$,g’ /etc/system-release)”
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT=“gfxterm”
GRUB_CMDLINE_LINUX=“crashkernel=auto rd.lvm.lv=SangomaVG/root rd.lvm.lv=SangomaVG/swaplv1 biosdevname=0 net.ifnames=0 rhgb quiet”
GRUB_DISABLE_RECOVERY=“true”
GRUB_BACKGROUND=/boot/splash.png

and rebuild afterwards via grub2-mkconfig

service network restart or reboot does not provide a IPv6 address when checking with ifconfig

/etc/sysconfig/network-scripts/ifcfg-eth0

FreePBX Sysadmin Generated network configuration.

This file was generated at 2018-05-02T16:56:55+00:00

DEVICE=eth0
BOOTPROTO=static
ONBOOT=‘yes’
IPADDR=192.168.1.10
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
ZONE=external
DESCRIPTION=“unset”
PEERDNS=no
IPV6_PEERDNS=no

[root@PBX ~]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255
ether 08:00:27:16:c4:3b txqueuelen 1000 (Ethernet)
RX packets 217314 bytes 62208868 (59.3 MiB)
RX errors 0 dropped 1601 overruns 0 frame 0
TX packets 122455 bytes 28376549 (27.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1000 (Local Loopback)
RX packets 151833 bytes 164204249 (156.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 151833 bytes 164204249 (156.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Removed all IPv6_Disabled=1 lines in the config (I think), but still no IPv6…

Any help is welcome

FreePBX Distro supports IPv6 at the OS level without any modification.

This seems likely to be a network issue. How are you providing IPv6? If you are using SLAAC it will “just work.” If you are using DHCPv6 you will need to enable that with IPV6_AUTOCONF=no (disable SLAAC) and DHCPV6C=yes (use DHCPv6).

I only have an IPv4 network up and running. Have a DNS server for DHCPv6. In my opinion I should have a private IPv6 address assigned to this instance, but I don’t see it

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.