Displaying 20 results from an estimated 33 matches for "ipv6addr".
2016 Sep 03
3
more than one IP address on network device?
...UUID=cc2635ff-3c14-48ba-b19a-84c5b9d36a9d
ONBOOT=yes
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:50:56:01:00:01
BROADCAST=192.168.0.255
IPADDR=192.168.0.10
NETMASK=255.255.255.0
NETWORK=192.168.0.0
GATEWAY=192.168.0.1
DNS1=192.168.0.1
DNS2=192.168.0.100
DOMAIN='domain.tld'
USERCTL=no
IPV6INIT=yes
IPV6ADDR=ipv6addr
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=ipv6addr-gateway
IPV6_DEFAULTDEV=eth0
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:...
2011 May 07
2
Configuring ipv6 reboot persistence, CentOS 5.6
...across
reboots. So I added the following to /etc/sysconfig/network:
NETWORKING_IPV6=yes
IPV6_DEFAULTDEV=sit1
and I made /etc/sysconfig/network-scripts/ifcfg-sit1
DEVICE=sit1
BOOTPROTO=none
ONBOOT=yes
IPV6INIT=yes
IPV6TUNNELIPV4=IPV4 Address
IPV6ADDR=IPV6 Address
Reboot the box, check sit1 and it has an ip address. Running that
ping6 command says the network can't be reached. I have to take the
interface down and rerun those above commands manually. I'd appreciate
any suggestions.
Thanks.
Dave.
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
...@@ class Network:
self.BR_CONFIG += "set %s/DHCPV6C yes\n" % BR_ROOT
elif OVIRT_VARS["OVIRT_IPV6"] == "static":
self.BR_CONFIG += "set %s/IPV6INIT yes\n" % BR_ROOT
- self.BR_CONFIG += "set %s/IPV6ADDR %s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"])
+ self.BR_CONFIG += "set %s/IPV6ADDR %s/%s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"], OVIRT_VARS["OVIRT_IPV6_NETMASK"])
self.BR_CONFIG += "set %s/IPV6_AUTOCONF...
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:... Bcast:......
2009 Jun 10
1
IPv6 range provisioning question
...tc/sysconfig/network
NETWORKING=yes
GATEWAY=***.***.***.***
GATEWAYDEV=eth0
HOSTNAME=vadtec
NETWORKING_IPV6=yes
IPV6FORWARDING=no
IPV6_AUTOCONF=no
IPV6_AUTOTUNNEL=no
IPV6_DEFAULTDEV=eth0:1
IPV6_DEFAULTGW=2001:0470:0103:001A::1
/etc/sysconfig/network-scripts/ifcfg-eth0-1
DEVICE=eth0:1
IPV6INIT=yes
IPV6ADDR=2001:0470:0103:001A:0001:0000:0000:0000:/96
IPV6_AUTOCONF=no
IPV6_ROUTER=no
IPV6FORWARDING=no
ONBOOT=no
When I run service network restart, it doesn't even provision the default IPv6
GW on eth0:1, nor does eth0:1 even show up.
If I run tail /var/log/boot.log, boot.log is empty. If I run tail...
2013 Apr 11
2
centos 6.3 ipv6 default gateway
...configure /etc/sysconfig/network-scripts/ifconfig-eth2 (centosv0) as this
DEVICE="eth2"
BOOTPROTO=static
HWADDR="60:A4:4C:23:2F:6F"
NM_CONTROLLED="yes"
ONBOOT="yes"
TYPE="Ethernet"
#UUID="0ddcf499-878f-4ac7-9d1a-c27f85d2bccf"
IPV6INIT=yes
IPV6ADDR=1:2:3::4
IPV6_DEFAULTGW=1:2:3::5
and i also configure /etc/sysconfig/network to this:
NETWORKING=yes
HOSTNAME=centosv0
NETWORKING_IPV6=yes
IPV6_AUTOCONF=no
but i met an error:
Bringing up interface eth2: WARN : [ipv6_add_route] Unknown error
i do not know how why,and can some one gives me s...
2018 Jan 15
0
doveadm mailbox command fails if backend has an IPv6 address
...enance scripts weren't working as expected and I finally
found that this only happens if the user was mapped to a backend server
reachable via IPv6:
On a director:
doveadm mailbox status -u username messages Junk
returns
Junk messages=203 (if backend is connected via IPv4)
or
Lookup of host ipv6addr:542 failed: ... (if backend is connected via IPv6)
doveadm_tcp_connect_port tried a net_gethostbyname with "ipv6addr:542"
as hostname.
I've attached a quick-and-dirty-patch (for 2.2.33.2) that fixes this (at
least for me).
Regards,
Andreas
--
! Andreas Jobs...
2011 Mar 01
2
unable to assign static IPv6
...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?
/etc/sysconfig/network-scripts/ifcfg-eth0:
IPV6INT=yes
IPV6ADDR=fdca:fefe:dace:07b1:0000:0002:B339:2817
$ cat /etc/sysconfig//network
NETWORKING=yes
NETWORKING_IPV6=yes
$ lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-
noarch
Distributor ID: CentOS
Description: CentOS release 5.5 (Final)
Release: 5.5
Cod...
2012 Jun 18
1
Cannot set alias IP address
...---
DEVICE="eth0"
NM_CONTROLLED="yes"
ONBOOT="yes"
HWADDR="DE:DB:EE:CD:8E:03"
TYPE=Ethernet
BOOTPROTO=static
GATEWAY=xxx.xxx.xxx.129
NETWORK=xxx.xxx.xxx.128
IPADDR=xxx.xxx.xxx.130
NETMASK=255.255.255.248
BROADCAST=xxx.xxx.xxx.135
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR=2001:xxxx:xxxx:xxxx::130
IPV6_DEFAULTGW=2001:xxxx:xxxx:14::1
DNS1=xxx.xxx.xxx.211
DNS2=xxx.xxx.xxx.210
DNS3=2001:xxxx:xxxx:xxxx::210
IPV4_FAILURE_FATAL=no
IPV6_FAILURE_FATAL=no
DOMAIN="example.com example.com"
--------------------------------------------------------------
I've tried:...
2012 Mar 30
1
IPv6 routing failure on CentOS5
..._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
ONBOOT=yes
DEVICE=eth0
BOOTPROTO=static
HWADDR=52:54:00:68:42:1E
IPADDR=000.111.222.333
NETMASK=255.255.255.128
IPV6INIT=yes
IPV6ADDR=2a02:aaaa.bbbb:178:209:50:230:0/112
Attempts to use the IPv6 address fail. For example:
# ping6 -c 2 2a00:1450:4016:800::1013
connect: Network is unreachable
However it works if I manually enter these 2 lines:
# route -A inet6 add ::/0 dev eth0
# ip -6 route add 2000::/3 via 2a02:aaaa.bbbb...
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 address to the interface in the same way:
>
> | IPADDR2=172.17.170.101
>...
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
...@@ class Network:
self.BR_CONFIG += "set %s/DHCPV6C yes\n" % BR_ROOT
elif OVIRT_VARS["OVIRT_IPV6"] == "static":
self.BR_CONFIG += "set %s/IPV6INIT yes\n" % BR_ROOT
- self.BR_CONFIG += "set %s/IPV6ADDR %s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"])
+ self.BR_CONFIG += "set %s/IPV6ADDR %s/%s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"], OVIRT_VARS["OVIRT_IPV6_NETMASK"])
self.BR_CONFIG += "set %s/IPV6_AUTOCONF...
2015 Nov 16
1
About IPv6 Link-Local Address(CentOS5)
...or the response.
I'm sorry when it was misguided answer.
The setting of the IP address reaches by manual operation.
# cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO="none"
ONBOOT=yes
HWADDR=08:00:27:83:74:54
IPADDR=192.168.11.8
NETMASK=255.255.255.0
IPV6INIT=yes
IPV6ADDR=2000:8000:12:6:192:168:11:8/64
IPV6_DEFAULTGW=2000:7000:12:6::1
? link up
# ethtool eth1
Settings for eth1:
?
Link detected: yes
# ifdown eth1
# ifup eth1
# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 08:00:27:83:74:54
inet addr:192.168.11.8 Bcast:192.168.11.255 Mas...
2023 Apr 03
2
[EXTERNAL] Fwd: ntlm_auth and freeradius
> I guess we have to look at the conf files then, first these two:
Thank you for the config file snippets. I can confirm mine were almost identical, so I've tweaked them so that they are now exactly the same as yours except for the "--require-membership-of=example\authorization_groupname" line in ntlm_auth.
Unfortunately it's still erroring out:
(7) mschap: Creating
2015 Jul 09
1
Bond & Team: RX dropped packets
...s0f0
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:25:90:1a:2d:aa
Slave queue ID: 0
[root at dc106 ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
IPADDR=193.109.172.106
NETMASK=255.255.255.128
USERCTL=no
BOOTPROTO=none
ONBOOT=yes
MTU=9000
IPV6ADDR=2001:67c:1148:200::106
TYPE=Bond
BONDING_MASTER=yes
NM_CONTROLLED=no
BONDING_OPTS="options bonding mode=1 primary=enp6s0 miimon=100
updelay=600000"
[root at dc106 ~]# cat /etc/sysconfig/network-scripts/ifcfg-enp7s0f0
# Network slave interface
DEVICE=enp7s0f0
USERCTL=no
ONBOOT=yes
MASTER...
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
| NETMASK2=255.255.255.0
Th...
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 virtual device
>>> e.g. eth0:1 like this:
>> That's not true, you can add ipv4 address to the interface in the same
>> way:...
2007 Nov 01
1
Network issue after new kernel install
...-eth0.bak to ifcfg-eth0 and
running /etc/init.d/network start or ifup eth0 brings my network back up.
This is an example of what one of my ifcfg-eth0 files looks like...
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BROADCAST=69.x.x.x
#HWADDR=00:50:56:9C:19:7D
IPADDR=69.x.x.x
IPV6ADDR=
IPV6PREFIX=
NETMASK=255.255.255.0
NETWORK=69.x.x.0
ONBOOT=yes
Any ideas?
TIA,
--
Paul Norton
Systems Administrator
Neoverve - www.neoverve.com
Neoverve Blog - http://blog.neoverve.com/
2008 Jul 10
0
1st static IPv6 address
...d prefix is: 2607:F4B8:3::/48
So I am building my internal IPv6 firewall/router/ etc.
I want to have a static IPv6 address on its eth0 so that I can create
static v6 routes to it from the gateway. I add the following lines to
ifcfg-eth0:
HWADDR=00:40:F4:05:A8:F1
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR="2607:F4B8:3:1"
if-up eth0 gets the error:
Error: an inet prefix is expected rather than "2607:F4B8:3:1/64".
ERROR : [ipv6_add_addr_on_device] Cannot add IPv6 address
'2607:F4B8:3:1/64' on dev 'eth0'
What is missing?
Why is it not building an address of...
2008 Jul 10
0
IPv6 static routing
So I do not want to run radvd on my public subnet (between the gateway
and firewall).
I am trying to set up the firewall's public interface. For now in
ifcfg-eth0 I have the lines:
DEVICE=eth0
BOOTPROTO=static
HWADDR=00:40:F4:05:A8:F1
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR="2607:F4B8:3:1:0:40:F405:A8F1"
ONBOOT=yes
And in network I have:
NETWORKING=yes
NETWORKING_IPV6=yes
IPV6FORWARDING=yes
IPV6_DEFAULTGW="2607:F4B8:3:1:50:BA42:8249%eth0"
But when I restart network (service network restart) I get:
Bringing up interface eth0: WARN : [ipv6_a...