Displaying 3 results from an estimated 3 matches for "ipaddr_end".
Did you mean:
fixaddr_end
2011 Nov 13
3
binding additional IP addresses to centos6 on one interface
...ion ways of
doing this via online docs. I have a quick question that hopefully the
community can help me out with
I am trying to add a block of 10 IP addresses. Rather then create 10
different alias files, I want to use the RANGE file.
Docs say to use the following format:
IPADDR_START=x.x.x.x
IPADDR_END=x.x.x.x
CLONENUM_START=0
If the IP's that are given to you are on a completely seperate gateway /
netmask, how would you enter it into this file? Is it necessary? Please
advise.
2012 Aug 02
5
IP range
Hi all
Can someone explain me this:
ifcfg-eth0-range1:
ONBOOT="yes"
IPADDR_START="192.168.1.48"
IPADDR_END="192.168.1.55"
CLONENUM_START="1"
Why Bcast is 192.168.1.51 and why Mask is 255.255.255.252 ?
OS: Centos 6.3/64bit
Thanks
Levi
# ifconfig
eth0:1 Link encap:Ethernet HWaddr 00:9C:02:99:FA:00
inet addr:192.168.1.48 Bcast:192.168.1.51 Mask:255.255.255.252...
2005 Apr 13
3
multiple external addresses on one interface
I want to add two IP ranges on one NIC card (eth0 and eth0:1). Has
anyone done this before?
The CentOS 4 gui keeps locking up when I try it there and the command
line ifconfig seems to work, but ifup always returns the error that is
never heard (no such device) of eth0:1
thanks