Forums

stassen
stassen
Offline
Resolved
0 votes
Just finished the upgrade to Clearos 7 which was prepared on a different hardware platform (to reduce the downtime of my shares used by the family). Everything is configured as a stand-alone server and works great but...

I do have a perfect network connection to the server and no connection issues. From this new server I can ping everything within the local domain 192.x.x.x but all external traffic to and from the new server is has become a problem after the hardware swap (which has a different NIC)

After moving the prepared harddisk to the destination hardware, I ofcourse had to adapt the network settings which I did via the graphical interface. After a reboot everything worked as expected, but I just found out that I lost the possibility to connect to the internet directly, which did work fine before with the other Hardware...

Can't see something strange and I did not update any network config manually,

Network.conf

# Network mode
MODE="trustedstandalone"

# Network interface roles
EXTIF=""
LANIF="enp1s0f0"
DMZIF=""
HOTIF=""

# Domain and Internet Hostname
DEFAULT_DOMAIN="server.home.net"
INTERNET_HOSTNAME="stassen.dyndns.dk"

# Extra LANS
EXTRALANS=""

# ISP Maximum Speeds

/etc/sysconfig/network-scripts/ifcfg-enp1s0f0

DEVICE=enp1s0f0
TYPE="Ethernet"
ONBOOT="yes"
USERCTL="no"
BOOTPROTO="static"
IPADDR="192.168.1.2"
NETMASK="255.255.255.0"

# ls /etc/sysconfig/network-scripts/ifcfg*

/etc/sysconfig/network-scripts/ifcfg-enp1s0f0 /etc/sysconfig/network-scripts/ifcfg-lo

Example of the issue

root# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.400 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.342 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.339 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.348 ms
^C
--- 192.168.1.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.339/0.357/0.400/0.028 ms
You have new mail in /var/spool/mail/root
root# ping 8.8.8.8
connect: Network is unreachable


Any hints/tips/checks are welcome ....
Sunday, September 23 2018, 12:58 PM
Share this post:
Responses (1)
  • Accepted Answer

    stassen
    stassen
    Offline
    Sunday, September 23 2018, 02:37 PM - #Permalink
    Resolved
    0 votes
    Network card settings changed from LAN to External and added gateway to it.

    Problem resolved

    See attachment
    Attachments:
    The reply is currently minimized Show
Your Reply