after of install EVIL-SW server is DEAD if we REBOOT, how can fixed?

Issues related to applications and software problems and general support
Post Reply
Windows
Posts: 59
Joined: 2021/06/16 13:20:01

after of install EVIL-SW server is DEAD if we REBOOT, how can fixed?

Post by Windows » 2021/06/16 19:04:12

Hello,

When we run EVIL-SW over CentOS 7, all is VERY GOOD!

Then we request CentOS 8 to DC, and...

our DC give to US a TEMPLATE of Minimal CentOS 8

then we login and run:

Code: Select all

cd /home && curl -o latest -L https://evil_SW.com/latest && sh latest;
SW take 10 minutes to install and require restart server.

Then we run

Code: Select all

/sbin/shutdown -r now
Then connection to server DEAD.

Answer from EVIL-SW: "our SW never touch, our SW never not config/edit, not restart your network. BYE."
Answer from DC/ISP: "we give to you TEMPLATE of CentOS 8, if you connect in begin, then NOT IS our problem. BYE."

Logically my level as SYSADMIN is SO LIMITED!

Please remember in CentOS 7 ALL OK.

Always server (CentOS 8) have this files:

/etc/hosts
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-enp2s0

i believe the unique relevant file is:

/etc/sysconfig/network-scripts/ifcfg-enp2s0

and content is:

Code: Select all

DEVICE=enp2s0
ONBOOT=yes
BOOTPROTO=none
IPADDR=My.Dedicated.IP.Public
PREFIX=32
GATEWAY=I.Search.This.Ip and REVERSE is: Clientes.Of.Dc.ISP
DEFROUTE=yes

IPV6INIT=yes
IPV6ADDR=Paste:In:Forums:This-Value-Is-Danger::2/64  ???
IPV6_DEFAULTGW=fe80::1
IPV6_DEFROUTE=yes
this value is AFTER of DEVIL-SW is installed.

Here is result of my server AFTER of install EVIL-SW and BEFORE of REBOOT:

https://pasteboard.co/K6UGVsR.png

I am installed MORE of 40 times in last 3 days.

Please, some idea about how I fixed?
Problem NOT exist in CentOS 7

ISP and company SW not want help.


Regards

Post Reply