Sven Kirmess
2016-12-31 13:39:33 UTC
I'm trying to find out what the recommended way would be to restart
shorewall6. I found <http://shorewall.org/dhcp.htm> but I'm not 100%
sure if that applies to shorewall6 too.
On my firewall I run dhcpcd, which
- configures an IPv6 address on ppp0, according to a router advertisment
dhcpcd[25267]: ppp0: Router Advertisement from fe80::226:cbff:fe9d:4c1b
dhcpcd[25267]: ppp0: adding address 2a02:200:2f00:91d:31da:4c2d:2f89:d379/64
dhcpcd[25267]: ppp0: pltime 604800 seconds, vltime 2592000 seconds
dhcpcd[25267]: ppp0: executing `//libexec/dhcpcd-run-hooks' ROUTERADVERT
- requests a /60 network with DHCPv6-PD and assigns an IPv6 network
to internal interfaces.
dhcpcd[25267]: ppp0: broadcasting RENEW6 (xid 0xb2b730), next in 9.7 seconds
dhcpcd[25267]: ppp0: REPLY6 received from fe80::226:cbff:fe9d:4c1b
dhcpcd[25267]: ppp0: renew in 3600, rebind in 5760, expire in 86400 seconds
dhcpcd[25267]: ppp0: writing lease `/var/db/dhcpcd-ppp0.lease6'
dhcpcd[25267]: ppp0: delegated prefix 2a02:200:2e00:91d0::/60
dhcpcd[25267]: em2.100: adding address 2a02:200:2e00:91d4::1/64
dhcpcd[25267]: em2.100: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.100: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.170: adding address 2a02:200:2e00:91da::1/64
dhcpcd[25267]: em2.170: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.170: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.191: adding address 2a02:200:2e00:91db::1/64
dhcpcd[25267]: em2.191: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.191: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.192: adding address 2a02:200:2e00:91dc::1/64
dhcpcd[25267]: em2.192: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.192: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.193: adding address 2a02:200:2e00:91dd::1/64
dhcpcd[25267]: em2.193: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.193: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: ppp0: executing `//libexec/dhcpcd-run-hooks' RENEW6
Should I restart shorewall6? And if yes, on which event?
The networks should be static but I don't trust my ISP to tell me if
he changes them. What's the worst thing that can happen if a restart
does not happen?
(I restart shorewall from /etc/ppp/ip-up.d/20-shorewall, which should
be enough.)
Sven
shorewall6. I found <http://shorewall.org/dhcp.htm> but I'm not 100%
sure if that applies to shorewall6 too.
On my firewall I run dhcpcd, which
- configures an IPv6 address on ppp0, according to a router advertisment
dhcpcd[25267]: ppp0: Router Advertisement from fe80::226:cbff:fe9d:4c1b
dhcpcd[25267]: ppp0: adding address 2a02:200:2f00:91d:31da:4c2d:2f89:d379/64
dhcpcd[25267]: ppp0: pltime 604800 seconds, vltime 2592000 seconds
dhcpcd[25267]: ppp0: executing `//libexec/dhcpcd-run-hooks' ROUTERADVERT
- requests a /60 network with DHCPv6-PD and assigns an IPv6 network
to internal interfaces.
dhcpcd[25267]: ppp0: broadcasting RENEW6 (xid 0xb2b730), next in 9.7 seconds
dhcpcd[25267]: ppp0: REPLY6 received from fe80::226:cbff:fe9d:4c1b
dhcpcd[25267]: ppp0: renew in 3600, rebind in 5760, expire in 86400 seconds
dhcpcd[25267]: ppp0: writing lease `/var/db/dhcpcd-ppp0.lease6'
dhcpcd[25267]: ppp0: delegated prefix 2a02:200:2e00:91d0::/60
dhcpcd[25267]: em2.100: adding address 2a02:200:2e00:91d4::1/64
dhcpcd[25267]: em2.100: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.100: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.170: adding address 2a02:200:2e00:91da::1/64
dhcpcd[25267]: em2.170: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.170: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.191: adding address 2a02:200:2e00:91db::1/64
dhcpcd[25267]: em2.191: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.191: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.192: adding address 2a02:200:2e00:91dc::1/64
dhcpcd[25267]: em2.192: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.192: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: em2.193: adding address 2a02:200:2e00:91dd::1/64
dhcpcd[25267]: em2.193: pltime 7200 seconds, vltime 86400 seconds
dhcpcd[25267]: em2.193: executing `//libexec/dhcpcd-run-hooks' DELEGATED6
dhcpcd[25267]: ppp0: executing `//libexec/dhcpcd-run-hooks' RENEW6
Should I restart shorewall6? And if yes, on which event?
The networks should be static but I don't trust my ISP to tell me if
he changes them. What's the worst thing that can happen if a restart
does not happen?
(I restart shorewall from /etc/ppp/ip-up.d/20-shorewall, which should
be enough.)
Sven