Displaying 20 results from an estimated 3000 matches similar to: "Disabling IPv6 with NetworkManager"
2016 Mar 17
3
NetworkManager default route
Hello,
Why is it so, that NetworkManager allows, and in several cases I've had,
defaults to setting default route to several interfaces at the same time?
Had my fair share of problems with how 172.17.62.something interface
tries to ask for a DHCP lease from 193.something network. I know I could
set never-default to the interfaces, but I shouldn't have to do it to
every machine I had.
2015 Dec 21
4
Extending a CentOS disk without reboot
Hello,
Today a virtual server under my administration ran out of disk space, so
I had to get extra space to it.. while it was running, because it's an
important web server without any kind of HA/Load Balancing (don't do
that, kids).
So what happened, is that after another administrator had extended the
disk from VMWare, I tried to extend it from the OS side.
Everything went well,
2015 Dec 24
1
Extending a CentOS disk without reboot
I did not do pvresize because neither "pvs" or "pvdisplay" reported to
have free space.
After reboot they did, after which doing pvresize worked successfully.
Sander Kuusemets
University of Tartu, High Performance Computing, IT Specialist
Skype: sander.kuusemets1
+372 737 5694
On 24/12/15 09:17, Gordon Messmer wrote:
> On 12/21/2015 11:15 AM, Sander Kuusemets wrote:
2016 Sep 07
0
how to limit cpu usage for specified processes
Hello,
You could do it with Cgroups, if your specified processes run or can be
made to run in group permissions.
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/sec-cpu_and_memory-use_case.html
Regards,
--
Sander Kuusemets
University of Tartu, High Performance Computing, IT Specialist
Skype: sander.kuusemets1
+372 737 5694
On
2016 Mar 17
0
NetworkManager default route
How about disabling network manager and using the static ip addresses?
Eero
17.3.2016 9.05 ip. "Sander Kuusemets" <sander.kuusemets at ut.ee> kirjoitti:
> Hello,
>
> Why is it so, that NetworkManager allows, and in several cases I've had,
> defaults to setting default route to several interfaces at the same time?
>
> Had my fair share of problems with how
2016 Sep 07
2
how to limit cpu usage for specified processes
Hi,
Is there some tool or method in centos that can limit cpu usage to some percentage for specified processes that consume large cpu resource?
I found cpulimit which is only able to limit one process. what I want is one tool that can limit several same processes' cpu usage. Thanks!
Regards
andrew
2017 Mar 21
2
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
Used steps on sysctl from?Centos7 FAQ (https://wiki.centos.org/FAQ/CentOS7)?and some gathered on internet
# cat /etc/sysctl.d/90-disable_ipv6.conf?
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.eth0.disable_ipv6=1
net.ipv6.conf.eth1.disable_ipv6=1
net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.all.accept_ra=0
2015 Mar 09
2
Centos 6 - disabling IPv6 addressing
> On 03/09/2015 01:15 AM, Chris Stone wrote:
>>
>> sysctl -w net.ipv6.conf.all.accept_ra=0
On 03/10/2015 06:52 AM, Robert Moskowitz wrote:
> No change after running this and trying both:
>
> system network restart
it's: service network restart
Try also setting these in sysctl:
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
2017 Mar 22
0
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
On 21-03-17 20:51, Diaulas Castro wrote:
> Used steps on sysctl from Centos7 FAQ (https://wiki.centos.org/FAQ/CentOS7) and some gathered on internet
>
> # cat /etc/sysctl.d/90-disable_ipv6.conf
> net.ipv6.conf.all.disable_ipv6=1
> net.ipv6.conf.default.disable_ipv6=1
> net.ipv6.conf.eth0.disable_ipv6=1
> net.ipv6.conf.eth1.disable_ipv6=1
> net.ipv6.conf.all.use_tempaddr=0
2013 Feb 08
0
work-around on ipv6 samba 4 internal dns
you can disable ipv6 at a machine level
echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf
which I did.
<quote>
So. Installed my first Samba 4.03 PDC
Kept it simple, used samba's internal DNS forwarding to the main DNS server.
Edited resolv.conf to query localhost.
All was well until I tried to pull down ntp from my debian (6.0) apt source.
Suddenly, no can
2015 Nov 20
2
Cannot boot
I can boot from DVD. I deleted kernel. Thought it will fix the problem. Now
I can see rescue menu only.
Kernel source is there. How to get back kernel.
On Friday, November 20, 2015, Arun Khan <knura9 at gmail.com> wrote:
> On Fri, Nov 20, 2015 at 2:18 PM, Siva Prasad Nath
> <shivaprasadnath21 at gmail.com <javascript:;>> wrote:
> > Hi,
> > My server not able
2014 Jan 23
4
[PATCH] appliance: Disable ipv6 in the appliance because qemu usernet is ipv4 only
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
Untested in this environment.
appliance/init | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/appliance/init b/appliance/init
index b25ea26..cc8c978 100755
--- a/appliance/init
+++ b/appliance/init
@@ -71,6 +71,10 @@ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler; do echo noop > $f; done
# Update the system clock.
hwclock -u -s
2015 Mar 09
0
Centos 6 - disabling IPv6 addressing
On 03/09/2015 03:24 PM, Peter wrote:
>> On 03/09/2015 01:15 AM, Chris Stone wrote:
>>> sysctl -w net.ipv6.conf.all.accept_ra=0
> On 03/10/2015 06:52 AM, Robert Moskowitz wrote:
>> No change after running this and trying both:
>>
>> system network restart
> it's: service network restart
Typo. My dsyelxia at work again.
>
> Try also setting these
2015 Nov 20
1
Cannot boot
Thanks. How to create a live boot disk?
On Friday, November 20, 2015, Sander Kuusemets <sander.kuusemets at ut.ee>
wrote:
> You have to boot from a live boot disk, chroot into your old system's
> filesystem, mount all partitions properly and then download and rebuild the
> kernel and grub config. You can try just "yum install kernel" aswell, but
> I'm not sure
2013 Aug 24
12
[Bug 2143] New: X11 forwarding for ipv4 is broken when ipv6 is disabled on the loopback interface
https://bugzilla.mindrot.org/show_bug.cgi?id=2143
Bug ID: 2143
Summary: X11 forwarding for ipv4 is broken when ipv6 is
disabled on the loopback interface
Product: Portable OpenSSH
Version: 5.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
2012 Nov 28
4
How to disable ipv6
Hi all,
I'm pretty new to CentOS. I am working with a newly set-up server:
[cbearden at host ~]$ lsb_release -a
LSB Version:
:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.3 (Final)
Release: 6.3
Codename: Final
I'm trying to solve this problem (X11 forwarding)
2011 Apr 11
1
firefox slow on 5.6
I have updated to 5.6 - GREAT job guys...
when I do "host slashdot.org" for example it comes back immediately.
when I enter slashdot.org on firefox it says "Looking up slashdot.org"
for a LONG time like 15 or 20 seconds
before continuing.
I have set network.dns.disableIPv6 true.
Any idea why firefox is so slow?
Jerry
2015 Feb 28
4
Update
I do not working with ipv6, I have disable, but I have the same error, I
can read in internet that this ipv6 ip 2001:638:603:d06e::80:230: belong
to url samba.org....
If I try to connect to this url using some navegator I connected
perfect....but when I run git pull using command line I can not connect..
> Am 28.02.2015 um 15:37 schrieb sandy.napoles at eccmg.cupet.cu:
>> Hello list,
2015 Mar 06
4
Centos 6 - disabling IPv6 addressing
I have just moved a host from a network that supports static IPv4 and
IPv6. The IPv4 addr is set in ifcfg-eth0, and the IPv6 via RA (I set
the MAC so I get an IPv6 addr that I like).
I just moved the host to a network that supports static IPv4, but only
dymanic IPv6, so at this time (until I get static IPv6), I need to
disable the global IPv6 addressing. So in the ifcfg-eth0 file I set:
2018 Aug 27
0
Very odd: /proc/sys/net/ipv6/conf/all/disable_ipv6
CentOS 7.5, and on one system, I'm getting:
setroubleshoot: SELinux is preventing /usr/sbin/sendmail.sendmail from
read access on the file disable_ipv6
ll -Z shows
-rw-r--r--. root root system_u:object_r:sysctl_net_t:s0
/proc/sys/net/ipv6/conf/all/disable_ipv6
I find this peculiar. Anyone have a resolution, or is this a bug?
mark