testing, there's another issue that's introduced by the config change

changing

        vi shorewall.conf
                -       DISABLE_IPV6=Yes
                +       DISABLE_IPV6=No

now

        systemctl stop shorewall-lite
        systemctl stop shorewall6-lite
        systemctl start shorewall-lite
        systemctl start shorewall6-lite
                A dependency job for shorewall6-lite.service failed. See
                'journalctl -xn' for details.

checking

        journalctl -xn
                -- Logs begin at Mon 2013-10-28 21:11:59 PDT, end at Sat
                2013-12-28 18:12:01 PST. --
                Dec 28 18:12:00 jenlsvr01 shorewall6-lite[18212]: done.
                Dec 28 18:12:00 jenlsvr01 systemd[1]: Received SIGCHLD
                from PID 18212 (shorewall6-lite).
                Dec 28 18:12:00 jenlsvr01 systemd[1]: Got SIGCHLD for
                process 18212 (shorewall6-lite)
                Dec 28 18:12:00 jenlsvr01 systemd[1]: Child 18212 died
                (code=exited, status=0/SUCCESS)
                Dec 28 18:12:00 jenlsvr01 systemd[1]: Child 18212
                belongs to shorewall6-lite.service
                Dec 28 18:12:00 jenlsvr01 systemd[1]:
                shorewall6-lite.service: main process exited,
                code=exited, status=0/SUCCESS
                Dec 28 18:12:00 jenlsvr01 systemd[1]:
                shorewall6-lite.service changed start -> exited
                Dec 28 18:12:01 jenlsvr01 systemd[1]: Accepted
                connection on private bus.
                Dec 28 18:12:01 jenlsvr01 systemd[1]: Got D-Bus request:
                org.freedesktop.systemd1.Agent.Released() on
                /org/freedesktop/sys
                Dec 28 18:12:01 jenlsvr01 systemd[1]: Got D-Bus request:
                org.freedesktop.DBus.Local.Disconnected() on
                /org/freedesktop/DBu
                lines 1-11/11 (END)

but, retrying immediately

        systemctl start shorewall6-lite

works, and

        iptables -L -n | wc
            207    1323   13782
        ip6tables -L -n | wc
            266    1610   18822

and now a restart of IPv4 leaves IPv6 alone

        systemctl restart shorewall-lite
        iptables -L -n | wc
            207    1323   13782
        ip6tables -L -n | wc
            266    1610   18822


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to