Page 1 of 1

new nic, now ssh doesn't work

Posted: 2018/04/13 18:45:36
by mezlomhk
I'm running CentOS 7.4 on a Dell OptiPlex 7010. I've been using the on-board 1gb NIC without issue. I've now disabled the on-board NIC and added an Intel X540-T1 10gbe NIC. I then went into nmtui, removed the old connection, then assigned the static IP to the new connection and rebooted.

Ping, wget, and yum all work without issue. However I cannot ssh to or from the system. Any ideas what could be the issue?

Re: new nic, now ssh doesn't work

Posted: 2018/04/14 00:34:13
by gjaltemba
Not much to go on. I am guessing that firewalld is running and your new interface is in a zone that does not allow ssh.

Re: new nic, now ssh doesn't work

Posted: 2018/04/15 20:01:24
by hunter86_bg
What is the output of:

Code: Select all

netstat -tulpena | grep ":22"
systemctl status sshd.service

Re: new nic, now ssh doesn't work

Posted: 2018/04/16 13:38:17
by mezlomhk
I needed to get this going so I went in Saturday morning and did a clean install and everything is working on the 10gb NIC.