[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sshd fails to bind to port to IP on boot



	Hi.

Please do not top-post.

On Fri, Sep 27, 2019 at 11:51:08AM -0400, yoda woya wrote:
> How can I use to solve the problem:
> 
> "ssh.service has "After=network.target", and network.target only waits
> for interfaces marked as "auto" to come up."

You have this in your /etc/network/interfaces:

The public interface is listed defined as

# The public network interface
allow-hotplug eno1
iface eno1 inet static
        address x.x.x.x

What Greg is telling you is that you should have this instead:

The public interface is listed defined as

# The public network interface
auto eno1
iface eno1 inet static
        address x.x.x.x

Reco


Reply to: