On Thursday, 3 October 2019 13:11:00 BST Justin Pryzby wrote:
> On Thu, Oct 03, 2019 at 07:43:12PM +0200, Andreas Günther wrote:
> > was ok before.
> 
> before what ?
> 
> > I don't use eth0, eth1. Instead I use ens3 and docker0. I don't know where
> > eth0, eth1 are configured.
> 
> what is /etc/shorewall/interfaces

eth0, eth1, etc were as presented by the machine BIOS, but often allocated in 
the random order they appeared at switch-on. This could cause problems, so 
they are now re-named later according to their physical location and could 
appear as something like ens2p5. You could try something like
#       ip address show
or
#       ifconfig

Debian now uses systemd, so
#       systemctl enable package_name
#       systemctl start package_name
#       systemctl status package_name
will show any error message and location/file
#       systemctl reload package_name

-- 
Chris Bell
Website http://chrisbell.org.uk


_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to