The public interface is listed defined as # The public network interface allow-hotplug eno1 iface eno1 inet static address x.x.x.x
But I have that same configuration on another server and it works fine. On Fri, Sep 27, 2019 at 11:42 AM yoda woya <yodaw...@gmail.com> wrote: > # The public network interface > allow-hotplug eno1 > iface eno1 inet static > address 128.59.176.101 > > On Fri, Sep 27, 2019 at 11:25 AM Dan Ritter <d...@randomstring.org> wrote: > >> yoda woya wrote: >> > Below is the error I get. However the service works at boot if >> > InternetAddress is commented out or set to 0.0.0.0. The service works >> > manually ( /etc/init.d/ssh start) >> > -- Subject: A start job for unit ssh.service has begun execution >> > -- A start job for unit ssh.service has begun execution. >> > Sep 27 10:52:31 nat6pub sshd[690]: error: Bind to port 2022 on x.x.x.x >> > failed: Cannot assign requested address. >> >> >> Do you have an existing interface with x.x.x.x assigned to it? >> >> -dsr- >> >