Debian (SELKS) Server installation setup

I would need some advice on the following:

SELKS 4.0 desktop.
Installed on physical server.
/etc/network/interface (File settings)

auto lo
iface lo inet loopback

iface eno1 inet static
address 10.0.106.61
netmask 255.255.255.0
network 10.0.106.0
broadcast 10.0.106.255
gateway 10.0.106.1
sudo vim /etc/resolv.conf (Settings with nameservers)

When I run ifup eno1, RTNETLINK answers:

File exists, ifup: failed to bring up eno1.
"Network not configured" error displayed.
Run "ifconfig" only displaying one network which is "lo"
Run cd /etc/network >> ls:

lo
eno1
eno2
eno3
eno4
Run cd /etc/network >> ls:

if-down.d
if-post-down.d
if-pre-up.d
if-up.d
interfaces
interfaces.d
Restarted network settings: service networking restart

... After performing all the above, including a system reboot, there is still no network on the machine.

What should I do? ** On the same server, there is still windows server on the other partition. When I login to the win server, and check the network settings, all are the same and its working on Windows.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.