Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CentOS 6 Network COnfiguration

SadySady Member

Hello Guyz,

I have installed CentOS 6 64 bit first manually, i means using iLO :D

I have configured ifcfg-eth0 but it is still can't get online (Neither responding to pings, nor able to ping google)

Can any of you help me with this ? Here is my ifcfg-eth0 content :

DEVICE="eth0"


BOOTPROTO="static"

BROADCAST="104.xx.xxx.31"

DNS1="8.8.8.8"

GATEWAY="104.xx.xxx.1"

HWADDR="F4:CE:46:BF:87:C2"

IPADDR="104.xx.xxx.3"

NETMASK="255.255.255.224"

NM_CONTROLLED="yes"

ONBOOT="yes"

TYPE="Ethernet"

Thank you :)

Comments

  • ip link show output?

  • DHCP work?

  • you have and ip block assigned to you /27?

  • SadySady Member

    @serverian said:
    ip link show output?

    Here it is that, there is no IPv6 on server, but don't know why it's showing that shit.

  • SadySady Member

    @UltranetUSA said:
    you have and ip block assigned to you /27?

    Yes, it's a /27 assigned on that.

  • That mac id is wrong it seems. Remove that line (HWADDR="F4:CE:46:BF:87:C2" ) and restart the networking.

    Thanked by 1UltranetUSA
  • SadySady Member

    @serverian said:
    That mac id is wrong it seems. Remove that line (HWADDR="F4:CE:46:BF:87:C2" ) and restart the networking.

    Woohoo, that worked.

    Thank you so much, i was messing with it for last 2 days & now planning for a fresh OS install (3 hours waste :D)

  • SadySady Member

    Mods can close this now :)
    No option to report that -_-

Sign In or Register to comment.