similar to: Maximum IP ranges

Displaying 20 results from an estimated 10000 matches similar to: "Maximum IP ranges"

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
2004 Aug 18
1
Small patch to zaptel Makefile
Minor fix. I'm using this in my RPM specfile. John --- ./zaptel-1.0-RC1/Makefile.bigu 2004-07-16 17:09:07.000000000 -0500 +++ ./zaptel-1.0-RC1/Makefile 2004-08-18 16:28:45.000000000 -0500 @@@ -316,10 +318,10 @@ elif [ -d $(INSTALL_PREFIX)/etc/init.d ]; then \ install -m 755 zaptel.init $(INSTALL_PREFIX)/etc/init.d/zaptel;\ \ fi - if [ !
2008 Feb 20
1
Problem - Boot Xen 3.0.1 Guest using NFS
I have been trying to boot Xen guest (Fedora Core 6 - linux version 2.6.18) from NFS server but I kept encountering a problem despite using ramdisk or not. Key items in my config file are as follows: ================================================= kernel = "/root/Xen/xen-3.1.0-src/linux-2.6.18-xenU2/vmlinuz" # Optional ramdisk. # ramdisk = "/boot/initrd-2.6.18-xenU2.img"
2017 Oct 02
1
Network scripts ifup-post
Hello, since updating to Centos 7.4 the ifup-post script in /etc/sysconfig/network-scripts does not behave as it did before the update. I use it to configure additional routes via? /sbin/ifup-local with the parameter of the interface being upped, but it seems to pass only 'lo' as interface name. Before it passed correctly 'eth0:0' of the virtual interface. Added a line in
2005 Jun 10
1
IP Problems - Address won't stick on reboots!
Centos 4.0 P4 Dual Xeon 2gig Ram One 100mb NIC The problem is that the nic won't hold a fixed IP address. What I mean is that if I refresh it, after booting up by typing "ifdown eth0" and then "ifup eth0" - it then reflects the correct IP address. However, it won't 'have' and IP address upon boot. Also, it seems to hang on the logger service starting up. It
2010 Oct 09
1
Software bridge setup in RHEL 5/CentOS 5 questions, possible bug.
I have a question about software bridge setup (initscripts). If one sets up a bridge network: ifcfg-eth0: DEVICE=eth0 ONBOOT=yes BRIDGE=br0 HWADDR=xx:xx:xx:xx:xx:xx ifcfg-eth1 DEVICE=eth1 ONBOOT=yes BRIDGE=br0 HWADDR=xx:xx:xx:xx:xx:xx ifcfg-br0 DEVICE=br0 TYPE=Bridge BOOTPROTO=static BROADCAST=nnn.nnn.nnn.255 IPADDR=nnn.nnn.nnn.nnn NETMASK=255.255.255.0 NETWORK=nnn.nnn.nnn.0 ONBOOT=yes Deep
2005 Jun 10
1
Betr.: IP Problems - Address won't stick on reboots!
The file to edit is /etc/sysconfig/network-scripts/ifcfg-eth0 It should look something like this. You should edit it with your settings DEVICE=eth0 BOOTPROTO=static BROADCAST=xxx.xxx.xx.255 HWADDR=xx:xx:xx:xx:xx:xx IPADDR=xxx.xx.xx.xxx NETMASK=255.255.255.0 NETWORK=xxx.xxx.xx.0 ONBOOT=yes TYPE=Ethernet Thom van der Boon E-Mail: Thom.van.der.Boon at vdb.nl ===== Thom.H. van der Boon b.v.
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
2006 Sep 10
2
Disabling IPv6 in Centos 4.x Experiences
Hi there, While I was looking "how to disable ipv6 under centos" I have found a gazzillion pages about how to do it and some of then even list things that i am not sure where they came from, so for the record I list most of them here in case someone else need them. Some of the methods involved the direct modification of system scripts, and I am against that so I wont list them here
2019 Oct 07
0
Where to report (possible) bugs? Redhat? Bugzilla?
Hi I want to know whether this is a bug and report it but I do not know where to report it. Upstream? Background: It seems upon booting there is a problem where the ifup-route file is called before the actual interface is up. I put some "logger -t ifup-route.jobst ... " messages into the "/etc/sysconfig/network-scripts/ifup-route" and those messages show up BEFORE the
2011 Oct 08
1
CentOS 5.7 Ethernet bonding - order of enslavement matters?
Setting up bonding in active-backup mode 1 (using ARP monitoring) on a server, it looked OK, but pulling the active link cable didn't actually work, it didn't fail over. Eventually with manual playing around with modprobe, ifconfig, ifenslave, etc., a solution was stumbled upon: enslave the eth1 device before eth0, and all is good. Why this should matter is a puzzle - I could not find
2014 May 14
0
Waiting until tunnel (ssh -w) is set up before running command
When using VPN tunnelling (-w option), is there a way to know when the tunnel is actually up? I want to use this in a script that automatically sets up the tunnel by running ssh -w then running ifup [1]. The -f option doesn't help because it returns after connecting to the server but before the tunnel is up. Sleeping for a few seconds does work, but it just feels too hacky. The LocalCommand
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
2008 Nov 20
1
Can't start pand -- is the problem in /etc/rc.d/init.d/pand?
I have been stepping into pand. There is nothing I can find on this list about getting pand working. There are some instructions on wifi.bluez.org that seem to be redhatish, but.... I have edited /etc/sysconfig/pand: PANDARGS='--listen --role GN --master' I have created a /etc/sysconfig/network-scripts/ifcfg-bnep0: DEVICE=bnep0 BOOTPROTO=none ONBOOT=no IPADDR=192.168.201.101
2008 Jul 24
0
Possible bug in ifup-eth script of Centos 5.2 (combination of bond and bridge)
Dear CentOS, I think i found a "bug" in the /etc/sysconfig/network-scripts/ifup-eth script of CentOS 5.2. i can post the my changed ifup-eth script if you want. Am I the first one with this problem? Situation: - eth2 and eth3 should be in bond1 interface - bond1 should be an interface of bridge named "iscsi" the problem is that the brctl addif command in ifup-eth gets
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
2007 Feb 07
2
Problem with 2.6.11.4 kernel and e1000 driver - Correction
Actually, here is what shows up in the log, regardless of whether the driver is built-in or loaded as a module: Feb 5 10:16:15 sparenode1 sysctl: net.ipv4.conf.default.rp_filter = 1 Feb 5 10:16:15 sparenode1 sysctl: net.ipv4.conf.default.accept_source_route = 0 Feb 5 10:16:15 sparenode1 sysctl: kernel.sysrq = 0 Feb 5 10:16:15 sparenode1 sysctl: kernel.core_uses_pid = 1 Feb 5 10:16:15 sparenode1
2005 May 12
1
Has anybody managed to get native IPSec working?
I've just wrote a lenghty email on Fedora ML as reply to Phillip who seems to be in the same trouble as myself... Found that while searching all mailing list archives and bugzillas I could think off (not really successfully, many people with same problems, no answers other than "works for me" -- glad to hear it works for somebody else, but it would be nice if he/she was a bit
2012 Jul 16
0
launch a iptables + tc at power on
Hi all I have a QoS script involving "iptables" and "tc" that I would like to run after "eth0" and "eth1" come up. I thought about some "POST_UP_SCRIPT=" or similar in /etc/sysconfig/network (or ifcfg-ethX) As I document, I found that http://goo.gl/jWoPn According to these, I have to create (if they does not exist): - /sbin/ifup-pre-local -
2020 Oct 28
1
Unable to get dummy interfaces to persist across reboots in CentOS 8
Requirement is a very strong word , but you should consider using it and here is a short demo why: - By default, RHEL uses NetworkManager to configure and manage network connections, and the /usr/sbin/ifup and /usr/sbin/ifdown scripts use NetworkManager to process ifcfg files in the /etc/sysconfig/network-scripts/ directory. [root at system ~]# ls -l /usr/sbin/ifup lrwxrwxrwx. 1 root root 22 21