Displaying 20 results from an estimated 300 matches similar to: "more than one IP address on network device?"
2016 Sep 04
4
more than one IP address on network device?
On 04.09.2016 15:18, Ulf Volmer wrote:
> On 09/03/2016 07:34 PM, Walter H. wrote:
>
>> if I would need an additional IPv6 address I'd just add
>> IPV6ADDR_SECONDARIES="ipv6addr"
>> to this file; if I would need an additional IPv4 address this works only
>> by a virtual device
>> e.g. eth0:1 like this:
> That's not true, you can add ipv4
2017 May 30
3
IPv6 addresses order (CentOS6)
Hello,
in /etc/sysconfig/network-scripts/ifcfg-eth0 I have this
<ifcfg-eth0>
...
IPV6INIT=yes
IPV6ADDR=prefix::5
IPV6ADDR_SECONDARIES="prefix::2 prefix::3 prefix::4"
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=prefix::1
IPV6_DEFAULTDEV=eth0
</ifcfg-eth0>
when I enter ifconfig the IPv6 addresses are in a different order
<ifconfig>
eth0 Link encap:Ethernet HWaddr ...
inet addr:...
2009 Jun 10
1
IPv6 range provisioning question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
A few months back, I tried to use the network scripts to provision an IPv6 range
like can be done with IPv4. I was using CentOS 5.2 at the time and was informed
that 5.2 was broken in this regard. I have upgraded to CentOS 5.3 now and I am
trying to get IPv6 to provision an entire range of IPs, but I am still getting
the old behavior and no IPs are
2012 Mar 30
1
IPv6 routing failure on CentOS5
I can't get IPv6 routing to configure correctly despite everything I've read saying it should
This is my network config on a fully-updated CentOS 5.8 system:
# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=my.hostname.com
GATEWAY=aaa.bbb.ccc.ddd
IPV6_DEFAULTGW=2a02:aaaa.bbbb::1
IPV6_DEFAULTDEV=eth0
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
2016 Sep 04
4
more than one IP address on network device?
On 09/04/2016 05:00 PM, Ulf Volmer wrote:
>> IPADDR2=192.168.1.10
>> BROADCAST2=192.168.1.255 <--
>> NETMASK2=255.255.255.0
>> NETWORK2=192.168.1.0 <--
>> GATEWAY2=192.168.1.1 <--
>>
>> in case they don't match the first IP address?
>
> I'm not sure at this point. If you have to add a second ip in another
> different network
2011 May 07
2
Configuring ipv6 reboot persistence, CentOS 5.6
Hello,
I'm running a CentOS 5.6 server through linode. I am atempting to
configure it for ipv6, previously this had been done though not by me
on a ubuntu box so the hardware can take it. I've got an ipv6 tunnel
through Hurricane Electric and at a shell prompt have done the
following:
ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::IPV4 Address
ifconfig sit1 up
ifconfig sit1 inet6 add IPV6
2016 Sep 04
0
more than one IP address on network device?
On Sun, September 4, 2016 9:40 am, Walter H. wrote:
> On 04.09.2016 15:18, Ulf Volmer wrote:
>> On 09/03/2016 07:34 PM, Walter H. wrote:
>>
>>> if I would need an additional IPv6 address I'd just add
>>> IPV6ADDR_SECONDARIES="ipv6addr"
>>> to this file; if I would need an additional IPv4 address this works
>>> only
>>> by a
2016 Oct 15
2
IPv6 address configuration and default IPv6 address with CentOS 6.8?
Hello,
when I have this in /etc/sysconfig/network-scripts/ifcfg-eth0
TYPE=Ethernet
NAME=eth0
NM_CONTROLLED=no
ONBOOT=yes
DEVICE=eth0
USERCTL=no
...
IPV6INIT=yes
IPV6ADDR=2001:DB8:DEAD:BEEF::10
IPV6ADDR_SECONDARIES="2001:DB8:DEAD:BEEF::20 2001:DB8:DEAD:BEEF::30
2001:DB8:DEAD:BEEF::40 2001:DB8:DEAD:BEEF::50"
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=2001:DB8:DEAD:BEEF::1
IPV6_DEFAULTDEV=eth0
I
2016 Sep 04
0
more than one IP address on network device?
On 09/03/2016 07:34 PM, Walter H. wrote:
> if I would need an additional IPv6 address I'd just add
> IPV6ADDR_SECONDARIES="ipv6addr"
> to this file; if I would need an additional IPv4 address this works only
> by a virtual device
> e.g. eth0:1 like this:
That's not true, you can add ipv4 address to the interface in the same way:
| IPADDR2=172.17.170.101
|
2019 Feb 08
2
netmask on aliases overriden by netmask on interface
CentOS-6.10
We have a host with the following ifcfg file contents:
BOOTPROTO=none
BROADCAST=""
DEFROUTE=yes
DEVICE=eth1
. . .
GATEWAY=X.Y.Z.234
IPADDR=A.B.C.2
IPV4_FAILURE_FATAL=yes
NAME="LAN Link - eth1"
NETMASK="255.255.255.128"
NETWORK="A.B.C.0"
NM_CONTROLLED=no
ONBOOT=yes
PREFIX=25
TYPE=Ethernet
USERCTL=no
And an aliased ifcfg containing this:
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
rhbz#698650
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
scripts/network.py | 3 +-
scripts/ovirt-config-setup.py | 48 ++++++++++++++++++++++++++++++++++------
scripts/ovirtfunctions.py | 20 ++++++++++------
3 files changed, 54 insertions(+), 17 deletions(-)
diff --git a/scripts/network.py b/scripts/network.py
index ccc4bd8..f51ee7c 100644
---
2013 Apr 11
2
centos 6.3 ipv6 default gateway
hello,
i met a problem in configuratiion of ipv6 gw in my box
i install centos 6.3 (64 bit) on my boxs, which have four netcard.
i use a straight-through cable to connect centosv0:netcard-2 and
centosv1:netcard2
the topology is this:
client c(windows xp) <-->centosv0:netcard-3 <--> centosv0:netcard-2 <--->
centosv1:netcard-2 <---->centosv1:netcard-2 <---> client d
2014 Nov 05
1
centos-7 reinstall
I have a test system that I am using to investigate CentOS-7. I note the
following difficulty when booting from the Minimal Install DVD.
Neither on the initial install nor on subsequent attempts at re-installing
CentOS-7 can I set the IPv4 interface to a static IP address. I can configure
it but I cannot save the changes. The save button remains greyed out.
--
*** E-Mail is NOT a
2015 Nov 16
1
About IPv6 Link-Local Address(CentOS5)
> First off, I assume you can ping your link-local address:
>
> ping6 -I eth1 fe80::a00:27ff:fe03:5b8a
>
> Second, you never mentioned how eth1 was assigned its IPv6 address.
> Given that you've tried to embed an IPv4 address within an IPv6 address
> (which is normally done with a 0:0:0:0:0: prefix), I'd guess you did it
> manually. If so, with what tools?
2012 Jun 18
1
Cannot set alias IP address
Hi,
I have an eth0 interface (it's a CentOS 6 guest VM on a KVM host) which
is configured as follows (see below) with a primary public IP address of
xxx.xxx.xxx.130 (which works fine). I cannot set an alias IP address. I
want eth0 to also use another IP address (xxx.xxx.xxx.131, so I create
/etc/sysconfig/network-scripts/ifcfg-eth0:1. Then:
# service network restart
Shutting down
2012 Aug 11
2
IPv6 on Centos 6
We've been running ipv6 for a year or so now, but some of our newer
instances (all on an ESX cluster) are not working. It looks like it's
all of our Centos 6 instances. I'm hoping someone can point me in the
right direction...
tshark indicates that it's neighbor discovery that's failing:
<centos666.peak.org> [26] # cat ../network
NETWORKING=yes
2020 Apr 28
3
Diagnosing IPv6 routing
On 4/28/2020 3:17 PM, Chris Adams wrote:
> - gateway sends a router solicitation and gets a router advertisement
> with "stateful config" set, which tells gateway to do DHCPv6 (but
> default route comes from RA)
I'm not seeing any outbound IPv6 traffic from my CentOS 7 box on the WAN
interface. I do see RA's emitting from the LAN interface, from radvd. Is
there
2011 Mar 01
2
unable to assign static IPv6
I'm having a problem permanently assigning a static IPv6 address to my CentOS
v5.5 box. I have IPv6 enabled and the link local address is automatically
brought up. I can manually ifconfig the address but when I configure it in
ifcfg-eth0 and restart the network init script the IPv6 address is not
assigned.
Anyone have any ideas on how to fix this?
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
rhbz#698650
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
scripts/network.py | 3 +-
scripts/ovirt-config-setup.py | 46 +++++++++++++++++++++++++++++++++-------
scripts/ovirtfunctions.py | 22 +++++++++++--------
3 files changed, 53 insertions(+), 18 deletions(-)
diff --git a/scripts/network.py b/scripts/network.py
index ccc4bd8..f51ee7c 100644
---
2016 Sep 04
0
more than one IP address on network device?
On 09/04/2016 04:40 PM, Walter H. wrote:
> On 04.09.2016 15:18, Ulf Volmer wrote:
>> That's not true, you can add ipv4 address to the interface in the same
>> way:
>>
>> | IPADDR2=172.17.170.101
>> | NETMASK2=255.255.255.0
>>
>> There is no need to create a virtual network device.
> ah ok, and the other values?
no other values needed. i assume