Re: [CentOS] Set static IP

2014-05-16 Thread Peter
On 05/16/2014 10:35 PM, Leon Fauster wrote: > Am 15.05.2014 um 21:41 schrieb Joseph Hesse : >> I want my CentOS 6.5 computer to have a static IP. Currently I get the >> IP I want because I have my router assign it on the basis of mac address. >> I placed the following file as: >> /etc/sysconfig/n

Re: [CentOS] Set static IP

2014-05-16 Thread Leon Fauster
Am 15.05.2014 um 21:41 schrieb Joseph Hesse : > I want my CentOS 6.5 computer to have a static IP. Currently I get the > IP I want because I have my router assign it on the basis of mac address. > I placed the following file as: > /etc/sysconfig/networking-scripts/eth0 as stated before, the file

Re: [CentOS] Set static IP

2014-05-15 Thread Andrew Holway
chkconfig network on; service network start If your not using NetworkManager then you will need the vanilla network service running. ta Andrew On 15 May 2014 21:41, Joseph Hesse wrote: > Hello, > I want my CentOS 6.5 computer to have a static IP. Currently I get the > IP I want because I ha

Re: [CentOS] Set static IP

2014-05-15 Thread David C. Miller
- Original Message - > From: "Joseph Hesse" > To: centos@centos.org > Sent: Thursday, May 15, 2014 12:41:09 PM > Subject: [CentOS] Set static IP > > Hello, > I want my CentOS 6.5 computer to have a static IP. Currently I get > the > IP I want beca

Re: [CentOS] Set static IP

2014-05-15 Thread Richard Zimmerman
h0" HWADDR=xx:xx:xx:xx:xx:xx IP addresses changed to protect the guilty :) Hopes this helps... Richard -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Eric Falbe Sent: Thursday, May 15, 2014 3:47 PM To: CentOS mailing list Subject: Re: [Cen

Re: [CentOS] Set static IP

2014-05-15 Thread Eric Falbe
Not sure if the problem, but BOOTPROTO=static should be BOOTPROTO=none. Eric Falbe On 05/15, Joseph Hesse wrote: > Hello, > I want my CentOS 6.5 computer to have a static IP. Currently I get the > IP I want because I have my router assign it on the basis of mac address. > I placed the following f

[CentOS] Set static IP

2014-05-15 Thread Joseph Hesse
Hello, I want my CentOS 6.5 computer to have a static IP. Currently I get the IP I want because I have my router assign it on the basis of mac address. I placed the following file as: /etc/sysconfig/networking-scripts/eth0 DEVICE="eth0" BOOTPROTO=static HWADDR=00:1F:D0:9E:AE:67 ONBOOT=yes TYPE=E