Displaying 20 results from an estimated 35 matches for "networking_ipv6".
2006 Sep 10
2
Disabling IPv6 in Centos 4.x Experiences
...good idea).
How to disable ipv6 support in Centos 4.x
Pick any method, a combo or all of them
Method 1, add the line:
alias net-pf-10 off
to the /etc/modprobe.conf
Method 2 Add to /etc/sysconfig/network file:
NOZEROCONF=yes # Bonus: Disable the ugly generation of 169.254 zeroconf
networks.
NETWORKING_IPV6=no
Note about method 2. I must mention the fact that I actually READ the entire
ifup script and dependencies and I found that it calls at line 361:
# if [ "${NETWORKING_IPV6}" = "yes" ]; then
# /etc/sysconfig/network-scripts/ifup-ipv6 ${CONFIG}
However adding the NE...
2008 Aug 18
4
Disabling IPv4
I want to seriously work with IPv6 and not have stray IPv4 functions
messing with me.
So in /etc/sysconfig/network, I commented out NETWORKING=yes. I have
NETWORKING_IPV6=yes.
In /etc/sysconfig/network-scripts I altered ifcfg-eth0, setting
BOOTPROTO=none. That was enough for eth0 to only have IPv6 working on
it (have IPV6INIT=yes and IPV6_AUTOCONF=yes).
But lo had IPv4. So I commented out all of the IPV4 lines in ifcfg-lo.
Still have IPv4 on lo. How do I di...
2015 Mar 09
1
Centos 6 - disabling IPv6 addressing
How about, in your /etc/sysconfig/network file adding or editing the line
for IPV6 to be:
NETWORKING_IPV6=no
and then try a 'service network restart' and see what you get.
Chris
On Mon, Mar 9, 2015 at 11:52 AM, Robert Moskowitz <rgm at htt-consult.com>
wrote:
> No change after running this and trying both:
>
> system network restart
>
> ifdown eth0; ifup eth0
>
>...
2007 May 25
2
Questions about network configuration
...r 13 of the RHEL Deployment Guide, and
taking some notes. I have a few minor questions:
/etc/sysconfig/network
According to the doc: "This file specifies routing and host information
for all network interfaces."
Here's how mine looks like:
--8<-----------------
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=fujitsu.zuhause
GATEWAY=192.168.1.254
--8<-----------------
NETWORKING_IPV6= -> I wonder if I can switch that to 'no', since I
simple don't use IPV6. Will some apps mysteriously refuse to work when I
do this? (You never know...)
HOSTNAME=... -> this looks l...
2011 Apr 04
2
Forcing IPv4 DNS lookups first before IPv6
...o solve.
Every DNS lookup results in AAAA records being requested first before A
records. As a result, this causes a large amount of unnecessary DNS
traffic on the network. IPv6 has been completely disabled on these servers:
/etc/modprobe.conf, ipv6 off and net-pf-10 off
/etc/sysconfig/network, NETWORKING_IPV6=no
lsmod | grep ipv6 shows the kernel module no longer loaded.
Yet watching TCP dump shows that AAAA records are requested before A
records every time a login is requested from one of our local machines
to another. Is there some sort of configuration directive I can use to
force IPv4 lookups...
2015 Mar 09
3
Centos 6 - disabling IPv6 addressing
...to other global IPv6 systems which will reject the
>> connection, as the IPv6 rDNS cannot be set, given it is a dynamic IPv6
>> assigned address from the ISP.
>>
>
> I tried:
>
> # cat /etc/sysconfig/network
> NETWORKING=yes
> HOSTNAME=z9m9z.htt-consult.com
> NETWORKING_IPV6=no
> IPV6INIT=no
>
>
> and 'service network restart' but still showing IPv6 addressing.
I would try adding the below line to /etc/sysconfig/network.
IPV6_AUTOCONF=no
Ryan
2011 May 07
2
Configuring ipv6 reboot persistence, CentOS 5.6
...following:
ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::IPV4 Address
ifconfig sit1 up
ifconfig sit1 inet6 add IPV6 Address
route -A inet6 add ::/0 dev sit1
Testing that with a ping6 works fine. I then want it to persist 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
pi...
2015 Mar 09
6
Centos 6 - disabling IPv6 addressing
...Pv6 rDNS cannot be set, given it is a dynamic IPv6
>> >> assigned address from the ISP.
>> >>
>> >
>> > I tried:
>> >
>> > # cat /etc/sysconfig/network
>> > NETWORKING=yes
>> > HOSTNAME=z9m9z.htt-consult.com
>> > NETWORKING_IPV6=no
>> > IPV6INIT=no
>> >
>> >
>> > and 'service network restart' but still showing IPv6 addressing.
>>
>>
>>
>> I would try adding the below line to /etc/sysconfig/network.
>>
>> IPV6_AUTOCONF=no
>>
>> Ryan...
2009 Jun 08
2
Disabling IPv6 in CentOS 4.7
I thought I'd done that standard stuff
/etc/modprobe.conf:
alias net-pf-10 off
alias ipv6 off
/etc/sysconfig/network:
NETWORKING_IPV6=no
But on reboot I still see ipv6 entries against the eth devices, ipv6 module
is still loaded, and sit0 tunnel is present.
What needs to be done to disable ipv6?
--
rgds
Stephen
2008 Jan 28
2
boot slow at "Applying ip6tables firewall rules"
I have a fairly vanilla install of Centos5 on a desktop box (with a
Broadcom NetXtreme BCM5752 Gigabit NIC). When booting, the boot process
hangs at "Applying ip6tables firewall rules" for 30-60 seconds before
proceeding, which is annoying. I have not tried to turn off ipv6
networking. I guess I could, but is this slowness to be expected? Is it
waiting for some ipv6 response?
2009 Jul 01
3
Multiple Internet facing Nics - Gateway issue
...fg-eth2
DEVICE=eth2
BOOTPROTO=static
HWADDR=00:24:E8:52:92:8E
ONBOOT=yes
IPADDR=xx.yy.51.45
NETMASK=255.255.255.252
GATEWAY=xx.yy.51.46
ifcfg-eth3
DEVICE=eth3
BOOTPROTO=static
HWADDR=00:24:E8:52:92:90
ONBOOT=yes
IPADDR=aa.bb.166.2
NETMASK=255.255.255.224
GATEWAY=aa.bb.166.1
network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=heritage01
GATEWAY=xx.yy.51.46
GATEWAYDEV=eth2
rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
200 Cable
201 T1
iproute2 routes
ip route add xx.yy.51.44/30 dev eth2 src xx.yy.51.46 table Cable
ip route add default...
2015 Mar 06
2
Centos 6 - disabling IPv6 addressing
On 03/06/2015 10:55 AM, Barry Brimer wrote:
>
>
>> IPV6INIT="no"
>>
>> But I am still getting a global IPv6 (and of course local scope).
>>
>> What else do I need to do to disable the listening for RA announcements
>>
>> and setting an IPv6 global address? I do not want to reboot the box.
> There are other modules, most notably bonding
2013 Jan 09
0
network not accessible through bridged interface but traffic visible
...on 6.3. My guest server can see
network traffic on the bridged network device but I cannot seem to interact
with it. Iptables turned off on both the host and guest makes no
difference.
*Host server settings that apply:*
NetworkManager is off
Network is on
/etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=host
GATEWAY=192.168.4.1
/etc/resolv.conf
search domain.com
nameserver 68.87.xx.xx
nameserver 68.87.xx.xx
/etc/sysctl.conf
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
/etc/sysconfig/net...
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
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
IPV6A...
2013 Apr 08
5
Hostname question
CentOS 6.4, clean install.
Zimbra 8.0.3
I am behind a PfSense box using a virtual IP. So the IP of the box is
192.168.1.27
I entered this in /etc/hosts:
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
192.168.1.27 mail mail.meowbox.me meowbox.me
but `hostname -f` says:
$ hostname -f
2011 Dec 20
8
Network config module won't work. -Mac address errors
...= environ
%>.mydomain.local manage.<%= environ %>.mydomain.net
::1 localhost6.localdomain6 localhost6
resolve.conf.erb
----------------
search <%= environ %>.mydomain.local
nameserver 10.180.0.2
nameserver 10.180.0.4
network.erb
------------------
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=<%= hostname %>.<%= environ %>.mydomain.local
GATEWAY=<%= gateway %>
ifcfg-eth0.erb
----------------
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BOOTPROTO=static
IPADDR=<%= ipaddress %>
NETMASK=255.255.255.0
ONBOOT=yes
HWADDR=<%= mac...
2009 Jun 10
1
IPv6 range provisioning question
...I have been following the docs provided by the link in the
/etc/sysconfig/network-scripts/ifup-ipv6 at
http://www.deepspace6.net/projects/initscripts-ipv6.html#id2801589 and using the
following configs:
/etc/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
ONBOO...
2013 Apr 11
2
centos 6.3 ipv6 default gateway
...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 some suggestion?
thanks a lot.
2015 Mar 06
0
Centos 6 - disabling IPv6 addressing
...6 address. Then
> it will not try to connect to other global IPv6 systems which will
> reject the connection, as the IPv6 rDNS cannot be set, given it is a
> dynamic IPv6 assigned address from the ISP.
I tried:
# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=z9m9z.htt-consult.com
NETWORKING_IPV6=no
IPV6INIT=no
and 'service network restart' but still showing IPv6 addressing.
2015 Mar 09
0
Centos 6 - disabling IPv6 addressing
...e
> >> connection, as the IPv6 rDNS cannot be set, given it is a dynamic IPv6
> >> assigned address from the ISP.
> >>
> >
> > I tried:
> >
> > # cat /etc/sysconfig/network
> > NETWORKING=yes
> > HOSTNAME=z9m9z.htt-consult.com
> > NETWORKING_IPV6=no
> > IPV6INIT=no
> >
> >
> > and 'service network restart' but still showing IPv6 addressing.
>
>
>
> I would try adding the below line to /etc/sysconfig/network.
>
> IPV6_AUTOCONF=no
>
> Ryan
> ___________________________________________...