Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

network not activated or not available after reboot

User_TCKBUAug 3 2017 — edited Aug 11 2017

I have oracle Linux  2.6.32-100.34.1.el6uek.x86_64 #1 SMP Wed May 25 17:46:45 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux

installed on my HP server. each time i reboot the server the network port is not enabled, I will will need to manually configure before using,

#ifconfig eth0 down

#ifconfig eth3 192.168.100.190 netmask 255.255.0.0

#ifconfig eth3 up

this is my manual procedure

what can i do

[root@test ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth3

DEVICE=eth3

NM_CONTROLLED=yes

ONBOOT=yes

BOOTPROTO=static

TYPE=Ethernet

IPV6INIT=no

USERCTL=no

DEFROUTE=yes

IPV4_FAILURE_FATAL=yes

NAME="System eth3"

UUID=c5ca8081-6db2-4602-4b46-d771f4330a6d

IPADDR=192.168.100.190

PREFIX=16

GATEWAY=192.168.100.1

NETMASK=255.255.0.0

HWADDR=D8:9D:67:28:C3:97

I have checked all fies. what can i do.

Comments
Post Details
Added on Aug 3 2017
2 comments
3,712 views