similar to: Disabling IPv6 in Centos 4.x Experiences

Displaying 20 results from an estimated 2000 matches similar to: "Disabling IPv6 in Centos 4.x Experiences"

2005 Nov 10
7
simple routing query
Hi, I have 2 interfaces - one for adsl and other for LAN on my Linux gateway machine. The IP addresses are 10.10.10.3 & 192.168.10.101 respectively. Now my routing tables show this particular entry. What exactly is this? 169.254.0.0/16 dev eth0 scope link Or by traditional route -n, 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 What exactly is this 169.254.0.0/16
2004 Nov 30
2
RE: [Shorewall-devel] SFTP
On Tue, 2004-11-30 at 12:17 +0700, Matthew Hodgett wrote: > > As for the 169.254 issue I tried to search the archives but got nothing. > I then tried to search on generic words, nothing. I then tried some > really common words like ''help'', ''initiated'', ''masq'' - nothing. I think > the index might be corrupt because I get no
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
2005 Dec 12
1
Netcard don't up
Dear Friends I have 2 netcards (eth0 to Internet and eth1 to internal network) in CENTOS 4.2, bit when I boot system the up eth0 and et1i [OK]. When I run ifconfig the eth1 has not IP configure, then I run command ifdown eth1 and ifup eth1, after eth1 is work perfect. Below I show file /etc/sysconfig/network-scripts/ifcfg-eth1 # Please read /usr/share/doc/initscripts-*/sysconfig.txt # for
2012 Aug 28
5
Cut command behaviour - bug or feature
Greetings, I have a CSV file with three fields. eg. a1,b1,c1 a2,b2,c2 .... I wanted the output to be: b1,c1,a1 b2,c2,a2 .... the command cut -d, -f2,3,1 <file> returns a1,b1,c1 cut -d, -f2,3 <file> works as advertised. Is it specific to linux? In that case how do I go about swapping two columns? I do not think a gazzillion byte gui is required. The file size is about 43Megs.
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
2005 Jun 22
1
zeroconf help
hi, recently I installed zeroconf for asterisk... I've already followed the asterisk+zeroconf how to (which is too short), but it came with an error message... asterisk: relocation error: /usr/lib/asterisk/modules/res_zeroconf.so: undefined symbol: DNSServiceRegister Ouch ... error while writing audio data: : Broken pipe it's weird since I've double checked the library and header
2015 Mar 09
6
Centos 6 - disabling IPv6 addressing
Sorry - that should be sysctl -w net.ipv6.conf.all.accept_ra=0 to disable that, not 1. Chris On Sun, Mar 8, 2015 at 11:14 PM, Chris Stone <axisml at gmail.com> wrote: > Try: > > sysctl -w net.ipv6.conf.all.accept_ra=1 > > to persist between boots, be sure to add this to your /etc/sysctl.conf > file. > > This should prevent the box from listening to any RA
2015 Mar 09
3
Centos 6 - disabling IPv6 addressing
On Fri, Mar 6, 2015 at 11:52 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > > On 03/06/2015 11:00 AM, Robert Moskowitz wrote: > >> >> >> 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).
2006 Nov 11
1
Netbios and Zeroconf?
Hi, a totally simple, but maybe totally useless question: is there some (small) possibility to theoretically turn off the dns and service resolution provided by samba/netbios and use zeroconf/dns-sd instead? I know it won't be much help for windows users, because they won't find the shares anymore, but maybe there'll be a zeroconf implementation on windows someday? greetings fabian
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
2012 Apr 03
1
Zero Configuration Networking on CentOS 5.8
Hi, I have read http://www.zeroconf.org/ Can someone please help me understand the pros and cons of Zero Configuration Networking (Zeroconf). I see the below settings. [kaushals at server ~]$ sudo /sbin/route [sudo] password for kaushals: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.169.10.0 * 255.255.255.0 U 0
2007 May 25
2
Questions about network configuration
Hi, I'm currently reading chapter 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
2011 Apr 04
2
Forcing IPv4 DNS lookups first before IPv6
Hello! I am having a strange issue with CentOS 5.4 that I cannot seem to 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 |
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 Aug 06
2
Hyper-V Virtual Machines fail to start on Samba shares
Am 06.08.2016 um 08:53 schrieb Rowland Penny: > On Fri, 5 Aug 2016 14:42:32 +0200 > Reindl Harald <h.reindl at thelounge.net> wrote: > >> >> Am 05.08.2016 um 14:18 schrieb Rowland Penny: >>> On Fri, 5 Aug 2016 04:47:05 -0400 >>> Steve Ankeny <steve_a at cinergymetro.net> wrote: >>> >>>> What about the use of 'realm =
2016 Aug 05
2
Hyper-V Virtual Machines fail to start on Samba shares
Am 05.08.2016 um 14:18 schrieb Rowland Penny: > On Fri, 5 Aug 2016 04:47:05 -0400 > Steve Ankeny <steve_a at cinergymetro.net> wrote: > > >> What about the use of 'realm = RES.LOCAL'? > > > I have given up bothering about people who are unwise enough to > use .local. It must be splattered all over the internet by now that > .local shouldn't be
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
2009 Jul 01
3
Multiple Internet facing Nics - Gateway issue
I have a server with 4 nics. Two are using different internet connections, both with static IP's, and two are connected to our private network. The two internet facing nics seem to be battling over the gateway designation. Which ever I designate as the gateway the other stops responding to incoming traffic. I need both to listen to inbound traffic. One for our main web page and the other
2015 Oct 13
1
Firewalld
On 10/12/2015 10:03 PM, Gordon Messmer wrote: > On 10/12/2015 06:23 PM, Emmett Culley wrote: >> I expect to see the second output upon reboot. > > Thanks, that's a lot more clear. Weird, though. Does /etc/sysconfig/network-scripts/ifcfg-eth1 specify a "ZONE="? Are you using the "network" or the "NetworkManager" service? >