ipv4.dns-search "in.useribm.hu" \
ipv4.method "manual" \
ipv4.routes "172.16.223.0/24 10.228.109.236, 10.162.104.0/24 10.228.109.236" \
- ipv6.method "auto" \
+ ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6dfe/64" \
+ ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d68, 2a02:d400:0000:f268:000c:18ff:fe03:6dfd" \
+ ipv6.dns-search "in.useribm.hu" \
+ ipv6.method "manual" \
save yes
nmcli connection add \
ipv4.addresses "192.168.173.1/24" \
ipv4.gateway "192.168.173.254" \
ipv4.method "manual" \
- ipv6.method "auto" \
+ ipv6.addresses "2a02:d400:0000:f2ad:000c:18ff:fe03:ad01/64" \
+ ipv6.gateway "2a02:d400:0000:f2ad:000c:18ff:fe03:adfe" \
+ ipv6.method "manual" \
save yes
nmcli connection show
ip protocol icmp \
counter accept comment "ICMP"
add rule inet ifg_filter input \
- ip protocol icmpv6 \
- counter accept comment "ICMP"
+ icmpv6 type { destination-unreachable, \
+ echo-reply, \
+ echo-request, \
+ mld-listener-done, \
+ mld-listener-query, \
+ mld-listener-report, \
+ nd-redirect, \
+ nd-router-solicit, \
+ nd-router-advert, \
+ nd-neighbor-solicit, \
+ nd-neighbor-advert, \
+ packet-too-big, \
+ parameter-problem, \
+ router-renumbering, \
+ time-exceeded } \
+ counter accept comment "ICMPv6"
add rule inet ifg_filter input \
ip protocol gre \
ip protocol icmp \
counter accept comment "ICMP"
add rule inet ifg_filter forward \
- ip protocol icmpv6 \
- counter accept comment "ICMP"
+ icmpv6 type { destination-unreachable, \
+ echo-reply, \
+ echo-request, \
+ mld-listener-done, \
+ mld-listener-query, \
+ mld-listener-report, \
+ nd-redirect, \
+ nd-router-solicit, \
+ nd-router-advert, \
+ nd-neighbor-solicit, \
+ nd-neighbor-advert, \
+ packet-too-big, \
+ parameter-problem, \
+ router-renumbering, \
+ time-exceeded } \
+ counter accept comment "ICMPv6"
add rule inet ifg_filter forward \
counter log prefix "FORWARD"
ip protocol icmp \
counter accept comment "ICMP"
add rule inet ifg_filter output \
- ip protocol icmpv6 \
- counter accept comment "ICMP"
+ icmpv6 type { destination-unreachable, \
+ echo-reply, \
+ echo-request, \
+ mld-listener-done, \
+ mld-listener-query, \
+ mld-listener-report, \
+ nd-redirect, \
+ nd-router-solicit, \
+ nd-router-advert, \
+ nd-neighbor-solicit, \
+ nd-neighbor-advert, \
+ packet-too-big, \
+ parameter-problem, \
+ router-renumbering, \
+ time-exceeded } \
+ counter accept comment "ICMPv6"
add rule inet ifg_filter output \
counter log prefix "OUTPUT"