0

i'm install on centos

CRITICAL: Resource IPaddr::192.168.137.20/24/eth0 is active, and should not be!

fix: remove alias /etc/network/interface but i'm not find link /etc/network/interface on centos ?

MadHatter
  • 79,770
  • 20
  • 184
  • 232
cuibapvn
  • 3
  • 1

1 Answers1

2

Network interfaces in CentOS are configured in /etc/sysconfig/network-scripts, in files named after the interface, e.g. ifcfg-eth0. See the doc.

Sven
  • 98,649
  • 14
  • 180
  • 226