No eth0 on pbx server

Hi

i recently changed the ip details on my free pbx server, after a re boot i can no longer see eth0 when i run ifconfig i only see lo.

i’ve tried to put the config in /etc/sysconfig/network-scripts eth0

Device=eth0
ADDR=192.168.30.250
GATEWAY=192.168.30.1
NETMASK=255.255.254.0
ONBOOT=yes

saved and rerun network service restart

whereby i get an error telling me eth0 doesn’t exist - delay initializing

anyone point me in right direction as i can now no longer access the interface - i can’t provide screenshots as i can’t ssh in

can you get in via the console? if yes configure eth0 (or maybe em1 depending on the hardware) in /etc/sysconfig/network-scripts/ifcfg-eth0

update: issue now resolved, turns out there was a rogue entry ifcg-em1 my fat fingers at work, thanks for the swift response.