search for: noipv6

Displaying 20 results from an estimated 26 matches for "noipv6".

2013 Mar 18
1
CentOS 6.4 kickstart bonding
...t the second is not configured during installation. I've a 6 nic server (two for "puclic" network, two for cluster network, two for iscsi network) here is my "network" kickstart section: # "Public" network, bond0 created, it works fine, network --device=bond0 --noipv6 --bootproto=static --onboot=yes --hostname=box.example.com --ip=192.168.1.3 --netmask=255.255.255.0 --gateway=192.168.1.1 --nameserver=192.168.1.1 --bondslaves=p1p1,p1p2 --bondopts=mode=active-backup,primary=p1p1,miimon=80,updelay=60000 # Cluster network, not created on install network --device=b...
2015 Jun 25
1
Possible bug in kickstart
...doesn't have an issue. Is this expected behaviour? I really don't want to have to manually manipulate the ifcfg-bond* interfaces and create the ifcfg-BRIDGE* interfaces manually so I'd like this to work. # Configure a bond over the slaves in failover mode network --device=bond0 --noipv6 --bootproto=dhcp --onboot=yes --bondslaves=em1,em2 --bondopts=mode=active-backup;primary=em1 --activate # Configure VLANs network --device=bond0 --vlanid=11 --noipv6 --onboot=yes --bootproto=dhcp --activate network --device=bond0 --vlanid=100 --noipv6 --onboot=yes --bootproto=dhcp --activate netwo...
2013 Oct 08
2
C6: kickstart problems with additional repo
...ed. Chosing eth0 in gui continues the installation! This is the relevant part of ks.cfg install cdrom lang de_DE.UTF-8 keyboard de-latin1 skipx network --onboot yes --device eth0 --bootproto static --ip=192.168.200.28 --netmask=255.255.255.0 --gateway=192.168.200.1 --nameserver=192.168.200.9 --noipv6 network --onboot no --device eth1 --bootproto static --noipv6 network --onboot no --device eth2 --bootproto static --noipv6 repo --name=vmware51 --baseurl=http://xxx/repo/vmware/5.1/rhel6Server-x86_64/ I'm beginning to think the problem is, my install media is ISO and I have an additional h...
2008 Mar 31
9
iSCSI root on Dom0
...mpt 0 label manual_install KERNEL /Centos/51/kickstart/vmlinuz APPEND initrd=/Centos/51/kickstart/initrd.img label kickstart_xen KERNEL /Centos/51/kickstart/vmlinuz APPEND initrd=/Centos/51/kickstart/initrd.img ks= http://192.168.1.202/anaconda-ks.cfg ksdevice=link noipv6 label kickstart_noxen KERNEL /Centos/51/kickstart/vmlinuz APPEND initrd=/Centos/51/kickstart/initrd.img ks= http://192.168.1.202/anaconda-ks.noxen.cfg ksdevice=link noipv6 label iscsi_root_xen KERNEL mboot.c32 APPEND /Centos/boot/xen.gz-2.6.18-53.el5 --- /Centos/bo...
2013 Mar 19
0
kickstart bonding
...o (eth0, eth1) ethernet cards. I am using two VLANs on bonding interface so I have no IP for bond0 but have IPs for bond0.1 and bond0.2. If I create config by hand it works. Now I would like to convert my kickstart file using the new bonding feature. The kickstart file has: network --onboot=yes --noipv6 --device=eth0 --bootproto=static network --onboot=yes --noipv6 --device=eth1 --bootproto=static network --onboot=yes --noipv6 --device=bond0 --bootproto=static --bondslaves=eth0,eth1 --bondopts=... Kickstart gives an error to the bond0 line saying "The provided network interface bond0 does...
2009 Apr 05
5
Headless operations
Hi Folks, I'm interested in "headless" installation. If I use GRUB, then I provide arguments to the kernel of things like "headless vnc vncpassword=whoopie ip=dhcp" GRUB passes this on to ISOLinux, which manages the CD and subsequently the installation. Shouldn't I be able to do exactly the same thing with EXTLinux? I ask, because, as you might suspect, I
2015 Feb 25
0
Kickstart with multiple eth devices
...th the bootif option, the system now correctly configures and uses the same interface to get its kickstart file. However, when the system is done and boots up, the interfaces are still messed up. So this is what I have in the kickstart file: # On-Board Port 1 with public IP configuration network --noipv6 --onboot yes --bootproto static --device eth0 --ip x.x.x.x --netmask y.y.y.y --gateway z.z.z.z # On-Board Port 2 on private subnet A network --noipv6 --onboot yes --bootproto dhcp --hostname portico # Ethernet Card on private subnet B network --noipv6 --onboot yes --bootproto dhcp --device eth2 In...
2012 Jun 07
1
Worrying after IPv6 day...
...ng if our server were really secure... And, I know we should switch on IPv6 everywhere but... it will take some time. Usually, we disable(d) IPv6; so we are not running ip6tables. Can I start ip6tables in all cases (even if only IPv4) just to be on the safe side? On CentOS 6 servers, I use the --noipv6 in the kickstart files and I removed NetworkManager; but ifconfig still shows IPv6 adresses. And I wonder from where it gets them... based on the MAC? I guess they are not routable, so I should not get any traffic... right? Thx, JD
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
...--location /home/CentOS-7-x86_64-Minimal-1511.iso \ --initrd-inject=/home/kickstart.cfg \ --extra-args="ks=file:/kickstart.cfg" \ --debug \ --accelerate kickstart.cfg: text install cdrom lang en_US.UTF-8 keyboard us network --onboot yes --device eth0 --bootproto dhcp --noipv6 rootpw testing123 firewall --service=ssh authconfig --enableshadow --passalgo=sha512 selinux --disable timezone --utc America/New_York bootloader --location=mbr zerombr clearpart --all --initlabel autopart reboot %packages --nobase @core %end ? Matthew Crocker President - Crocker Communicat...
2009 May 27
3
Menus, choices and optional parameters
...options already exist although without the disclamer and the new question for the user. This is a snippet of our current ISOLINUX file: label vesa menu label Iniciar a instalacao kernel vmlinuz append quiet initrd=initrd.img text acpi=off ks=http://installserver/scripts/kickstart.php append noipv6 The end result we hope to achive is to make our kickstart installtion even better by supplying an additional parameter to the dynamic kickstart.php file. Something along the lines of (the number 123 was provided by the user): label vesa menu label Iniciar a instalacao kernel vmlinuz appen...
2015 Feb 25
2
Kickstart with multiple eth devices
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 23/02/15 08:16 PM, Steven Tardy wrote: > >> On Feb 23, 2015, at 6:34 PM, Ashley M. Kirchner >> <ashley at pcraft.com> wrote: >> >> I have a Dell server that has two built-in ethernet devices. When >> I kickstart the machine, they are correctly identified as eth0 >> and eth1 (correctly meaning they
2014 Aug 15
3
testing out 6.03 network booting... (6.03-pre19)
> > We are not ready for "prime-time" though. > Using the "lpxelinux.0" file from 6.03-pre19 ... > > My RHEL5 installs, when using the "http://" for kernel, initrd and append lines, seem to be hitting some sort of parameter length limit. > The culprit seems to be the long "append" line. > > The same append line, when NOT using
2013 Jul 04
5
Syslinux 5.11-pre7 not working
...ult' file is: --- snip --- label rhel-6.4-x86_64-http menu label RHEL 6.4 (x86_64) HTTP (Experimental; DO NOT USE) kernel http://A.B.C.D/os/rhel/6.4/x86_64/disc1/images/pxeboot/vmlinuz initrd http://A.B.C.D/os/rhel/6.4/x86_64/disc1/images/pxeboot/initrd.img append lang=en_US keymap=us ip=dhcp noipv6 method=http://A.B.C.D/os/rhel/6.4/x86_64/disc1 vga=785 --- snip --- If the following helps: Server (OptiPlex 755) lspci: # lspci | grep -i network 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02) Client (OptiPlex 960) lspci: # lspci | grep -i network 0...
2014 Aug 18
0
testing out 6.03 network booting... (6.03-pre19)
...;RHEL 5 is kernel 2.6.18.x > >Here is my config with the paths/IP overwritten with other >characters > >--- snip --- >linux http://aa.bbb.ccc.ddd:80/_PATH_TO_RHEL5_FILES_/vmlinuz >initrd http://aa.bbb.ccc.ddd:80/_PATH_TO_RHEL5_FILES_/initrd.img >append keymap=us lang=en_US noipv6 nomodeset biosdevname=0 selinux=0 >ksdevice=eth0 >method=http://ee.fff.gg.hhh:80/PATH_TO_MOUNTED_RHEL5_ISO >ks=http://aa.bbb.ccc.ddd:80/_KICKSTARTS/01-aa-bb-cc-dd-ee-ff.ks >--- snip --- > >What happens is that the install prompt says kickstart file could >not be read (beca...
2009 Apr 06
1
FW: Headless operations
...scratch where it itches. Life is a journey, not a destination ... > Try this simple extlinux.cfg file: > > DEFAULT foo > > LABEL foo > KERNEL /boot/Fedora-10/isolinux/vmlinuz > APPEND initrd=/boot/Fedora-10/isolinux/initrd.img ro > headless vnc vncpassword=install noipv6 lang=en_US keymap=us ip=dhcp > > - Shao Miller
2008 Feb 05
4
Kickstart stops with dialog about which networking device - how to avoid
Using a kickstart file that stops with a curses dialog "You have multiple network devices on this system. Which one do you want to install through?" The machine being configured with PXEboot has two ethernet interfaces. What's missing from the network entries below? I'd like this install to proceed without asking which ethernet interface. PXE begins the install with DHCP, so
2012 Dec 07
2
Questions on making a kickstart cfg
...ourse if I don't have the encrypt stuff, this is a first use password that I would change on first login. But what about time setup? And what else is there in firstboot? Then I want some network setup, so I changed to network line from: network --onboot yes --device eth0 --bootproto dhcp --noipv6 to network --onboot yes --device eth0 --bootproto=query I note that anaconda had "--bootproto dhcp" while the howto shows an = , I assume both forms are valid? Oh, is there a 'bug' in the network section of the howto? =================================== The line for static...
2016 Aug 17
0
Anaconda error on centos 7.2
...allation media cdrom # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=vda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' network --device eth0 --bootproto static --ip 10.97.60.50 --netmask 255.255.255.0 --gateway 10.97.60.254 --nameserver 10.97.2.1 --noipv6 # System language lang en_US.UTF-8 # System timezone timezone America/Los_Angeles # Network information #network --bootproto=dhcp --device=eno1 --onboot=yes --ipv6=auto #network --bootproto=dhcp --device=eno2 --onboot=yes --ipv6=auto #network --bootproto=dhcp --device=enp4s0f0 --onboot=yes --i...
2014 Apr 18
2
"virt-install" source location boot disk
Hi virt, im stumped... any help would be appreciated. I normally create my VMs like this: base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/" sudo virt-install --hvm --name $vm_name$i --ram 4000 \ --disk path=/VirtualMachines/$vm_name$i,size=30 \ --location $base -x "ks=http://xxx.os21.ks$kx" HOWEVER... I'm finding that my VMs dont boot after i
2009 Mar 26
2
PXE-Kernel crashes with "RAMDISK: incomplete write ..." after modifiying initrd.img
...h ca 170 KB) but the resulting modules.cgz is only around 700 KB bigger than the original one. All files have been compressed with `gzip -9`. My PXE bootsettings are: KERNEL CentOS-5.2_64/vmlinuz APPEND initrd=CentOS-5.2_64/initrd.img ramdisk_size=5940 kssendmac ks=http://srv/ks/ks.cgi noipv6 Even raising ramdisk_size doesn't help. At around ramdisk_size=7100 there seems to be an overflow and the size is recounted from zero (?). Any Ideas, how one can/should create an updated and working initrd.img for Kickstart/PXE? A similar question has been asked before on this list and...