Hi, I'm remotely connecting to a server in the dmz zone with the following configuration:
/etc/network/interfaces: allow-hotplug enp1s0 iface enp1s0 inet dhcp /etc/shorewall/zones: net ipv4 /etc/shorewall/interfaces: net enp1s0 dhcp,optional /etc/shorewall/rules: ACCEPT net $FW:&enp1s0 tcp 22 This configuration works fine and after rebooting that server I can access it remotely. But if I configure that same interface using systemd, after reboot, I can no longer access that server remotely. /etc/systemd/network/enp1s0.network: [Match] Name=enp1s0 [Network] DHCP=ipv4 The wait option in /etc/shorewall/interfaces doesn't seem to help. I'm not sure how to fix that and I would rather keep using systemd! :) -Matt -- Matt Darfeuille ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
