Suchy
2009-05-04, 10:06 AM CDT
Couple of weeks ago i set up a static IP address on my Fedora 9 machine that was made available to me. I modified ifcfg-eth0 so that it looks like:
# 3Com Corporation 3c905C-TX/TX-M [Tornado]
#
DEVICE=eth0
IPADDR=**.**.**.**
NETMASK=255.255.254.0
BOOTPROTO=none
ONBOOT=no
DNS1=**.**.**.**
DNS2=**.**.**.**
NM_CONTROLLED=no
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
PS. the file contains the actual ip, dns I just hide it here
Any way this worked for about a month, and today when I restarted my machine I was assigned a dynamic ip (ifconfig displays a different ip than the one it set up)
How can I fix this ?
# 3Com Corporation 3c905C-TX/TX-M [Tornado]
#
DEVICE=eth0
IPADDR=**.**.**.**
NETMASK=255.255.254.0
BOOTPROTO=none
ONBOOT=no
DNS1=**.**.**.**
DNS2=**.**.**.**
NM_CONTROLLED=no
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
PS. the file contains the actual ip, dns I just hide it here
Any way this worked for about a month, and today when I restarted my machine I was assigned a dynamic ip (ifconfig displays a different ip than the one it set up)
How can I fix this ?