Displaying 20 results from an estimated 399 matches for "bootproto".
2013 Mar 18
1
CentOS 6.4 kickstart bonding
...ond 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=bond1 --noipv...
2007 Aug 23
3
Using Puppet to swap eth0 and eth1
...e using Red Hat''s
HWADDR sysconfig hack, and I implement this HWADDR fix with Puppet.
Puppet writes /etc/sysconfig/network/ifcfg-eth0 and /etc/sysconfig/
network/ifcfg-eth1 using a Puppet definition called network-interface:
define network-interface (
$onboot = ''no'', $bootproto = ''static'', $ipaddr = '''', $hwaddr,
$netmask = '''') {
file { "ifcfg-$name":
path => "/etc/sysconfig/network-scripts/ifcfg-$name",
owner => "root",
group => "root",
mode => 0444,...
2015 Jun 25
1
Possible bug in kickstart
...9;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
network --device=...
2016 Oct 04
1
Virtualization Networking
..., and maybe the output of "virsh iface-list".
>>
>
> I posted some files previously but that was like 20 or so installs
> ago. I don't know the files you need.
>
> For this installation:
>
> /etc/sysconfig/ifcfg-eth0
>
> NAME="eth0"
> BOOTPROTO=none
> GATEWAY=192.168.1.1
> NM_CONTROLLED=no
> HWADDR=44:37:E6:53:1E:E2
> MACADDR=""
> IPV6INIT=no
> DEVICE=eth0
> NETMASK=255.255.255.0
> MTU=""
> BROADCAST=192.168.1.255
> IPADDR=192.168.1.110
> NETWORK=192.168.1.0
> ONBOOT=yes
> TYPE=Et...
2015 Nov 12
10
Poor perfmance of bridged interfaces
...on enp0s3 with own
address as source address
nov 12 15:30:22 localhost kernel: br0: received packet on enp0s3 with own
address as source address
And the operating systems is extremely slow
Interfaces files :
[root at localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-*
DEVICE=br0
TYPE=Bridge
BOOTPROTO=dhcp
ONBOOT=yes
#STP=on
#DELAY=0
NM_CONTROLLED=no
DEVICE=enp0s3
#HWADDR=08:00:27:AB:1D:E6
BOOTPROTO=none
ONBOOT=yes
NM_CONTROLLED=no
BRIDGE=br0
DEVICE=enp0s8
HWADDR=08:00:27:A3:98:E6
BOOTPROTO=none
ONBOOT=yes
NM_CONTROLLED=no
BRIDGE=br0
DEVICE=lo
TYPE=loopback
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NE...
2012 May 13
4
True bond howto for Centos 6
...lugging them back in will then not allow pining if the default d=gateway.
When cold booting it somewhat works, some hosts are pingable while others are not.
When restarting the network service via /etc/init.d/network, nothing is pingable.
Here are my configs;
ifcfg-bond0
DEVICE=bond0
USERCTL=no
BOOTPROTO=none
ONBOOT=yes
IPADDR=10.0.0.10
NETMASK=255.255.0.0
NETWORK=10.0.0.0
TYPE=Unknown
IPV6INIT=no
ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
/etc/modprob.d/bonding.conf
alias b...
2016 Aug 17
0
Anaconda error on centos 7.2
...#version=RHEL7
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation 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=dh...
2013 Oct 08
2
C6: kickstart problems with additional repo
..., anaconda asks then for the used network card and
indeed, switching to console the interfaces are still unconfigured.
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/rh...
2008 Jul 17
6
Simple IP Question
I have a server located remotely running CentOS 5.x. I need to have
two IP's on the same interface. So I have this:
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
BROADCAST=69.x.x.199
HWADDR=00:x:x:x:c6:10
IPADDR=69.x.x.194
NETMASK=255.255.255.248
NETWORK=69.x.x.192
ONBOOT=yes
GATEWAY=69.x.x.193
TYPE=Ethernet
So I added this:
/etc/sysconfig/network-scripts/ifcfg-eth0:0
DEVICE=eth0
BOOTPROTO=none
BROADCAST=69.x.x.199
HWADDR=00:x:x:x:c6:10
IPADDR=69.x.x...
2006 Jun 02
1
ifcfg's bootproto
Hello,
Is there any difference between none and static for bootproto?
Thx,
--
Francois Caen, RHCE, CCNA
SpiderMaker, LLC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060602/97344604/attachment-0002.html>
2012 Jan 27
2
After a long break, one more try at bond/bridge nics
...am I even close? I admit I have never done this and have no mentor other
than this exceptional mailing list.
============================
/etc/modprobe.conf
alias bond0 bonding
options bond0 mode=balance-alb miimon=100
============================
============================
bond0
DEVICE=bond0
BOOTPROTO=none
BRIDGE=br0
ONBOOT=yes
BONDING_OPTS="mode=1 miimon=100 primary=eth0"
============================
============================
br0
DEVICE=br0
TYPE=Bridge
BOOTPROTO=none
IPADDR=<my virtual host IP address?>
NETWORK=xxx.xx.xx.xxx
BROADCAST=xxx.xx.xx.xx
NETMASK=255.255.255.0
ONBOO...
2013 Jun 04
3
Centos6.4 routing problem
...ll,
I'm facing this routing problem, the setup is actualy part of ltsp, but
I think this problem is Centos-specific.
The server is a Dell Poweredge R210. The install is standard 6.4, updated.
I have one nic facing the public internet:
vi /etc/sysconfig/network-scripts/ifcfg-em1
DEVICE=em1
BOOTPROTO=none
HWADDR=d4:ae:52:c1:28:2b
NM_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
UUID="cdfe1d58-c56c-47fc-8a93-5df2e168d176"
IPV6INIT=no
USERCTL=no
DNS2=195.238.2.22
DNS1=192.168.66.1
IPADDR=192.168.66.5
NETMASK=255.255.255.128
GATEWAY=192.168.66.1
and one nic serving the lan and dhpcd.
vi /etc/...
2009 May 18
0
[PATCH server] fixed functional tests after recent controller refactoring and managed node controller fixes.
...a0a66e9 100644
--- a/src/test/functional/managed_node_configuration_test.rb
+++ b/src/test/functional/managed_node_configuration_test.rb
@@ -48,7 +48,7 @@ class ManagedNodeConfigurationTest < Test::Unit::TestCase
expected = <<-HERE
# THIS FILE IS GENERATED!
-ifcfg=#{nic.mac}|breth0|BOOTPROTO=#{nic.boot_protocol}|TYPE=bridge|PEERDNS=no|ONBOOT=yes
+ifcfg=#{nic.mac}|breth0|BOOTPROTO=#{nic.boot_protocol}|TYPE=Bridge|PEERDNS=no|ONBOOT=yes
ifcfg=#{nic.mac}|eth0|BRIDGE=breth0|ONBOOT=yes
HERE
@@ -67,7 +67,7 @@ ifcfg=#{nic.mac}|eth0|BRIDGE=breth0|ONBOOT=yes
expected = <<-HE...
2005 Sep 28
3
virtual interfaces
...rewall + DHCPd - on a 10 Mbps
cable modem, I see ~ 9.7 Mbps of throughput even when numerous tcp
streams to different LAN hosts are running.
I would like to add a virtual interface to one of my LAN interfaces.
My LAN interface (/etc/sysconfig/network-scripts/ifcfg-eth2) looks like:
DEVICE=eth2
BOOTPROTO=static
BROADCAST=192.168.10.255
HWADDR=00:60:08:C3:F9:71
IPADDR=192.168.10.1
NETMASK=255.255.255.0
NETWORK=192.168.10.0
ONBOOT=yes
TYPE=Ethernet
would adding the below:
/etc/sysconfig/network-scripts/ifcfg-eth2:0
DEVICE=eth2:0
BOOTPROTO=static
BROADCAST=192.168.20.255
HWADDR=00:60:08:C3:F9:71
I...
2011 Jun 13
4
A bridge problem
...asts; in fact, we
see lots of broadcast packets using tcpdump. From outside, though, you
can't see the servers. Trying to ping them, they see nothing. It seems to
be the case that tcp and icmp packets are blocked, and we can't figure out
why.
CentOS 5.6.
ifcfg-eth0
DEVICE=eth0
BRIDGE=br3
BOOTPROTO=dhcp
HWADDR=aa:bb:cc:dd:ee:ff
ONBOOT=yes
ifcfg-eth1
DEVICE=eth1
BRIDGE=br3
HWADDR=aa:bb:cc:dd:ee:gg
ONBOOT=yes
ifcfg-br3
DEVICE=br3
ONBOOT=yes
TYPE=Bridge
BOOTPROTO=static
IPADDR=<our ip>
NETMASK=255.255.254.0
NETWORK=<our nw>
GATEWAY=<our gw>
Any ideas?
mark
2012 Mar 04
1
[RFC PATCH] virt-sysprep:add ipconfig for preparation
...; then
+ case "$type/$distro" in
+ linux/fedora|linux/rhel)
+ if [ -d $mnt/etc/sysconfig/network-scripts ]; then
+ if [ -z $ipconfig_param ]; then
+ rm_ipconfig ()
+ {
+ sed '/^IPADDR=/d;/^BOOTPROTO=/d;/^NETMASK=/d;/^GATEWAY=/d;/^DNS/d' \
+ < "$1" > "$1.new"
+ echo "BOOTPROTO=dhcp" >> "$1.new"
+ mv -f "$1.new" "$1"
+ }
+...
2013 Jan 09
0
network not accessible through bridged interface but traffic visible
...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/network-scripts/ifcfg-em2
DEVICE=em2
NM_CONTROLLED=no
BOOTPROTO=none
HWADDR=...
ONBOOT=yes
HOTPLUG=no
BRIDGE=br2
/etc/sysconfig/network-scripts/ifcfg-br2
DEVICE=br2
TYPE=Bridge
BOOTPROTO=none
ONBOOT=yes
DELAY=0
/etc/sysconfig/network-scripts/ifcfg-em3
DEVICE=em3
NM_CONTROLLED=no
BOOTPROTO=none
HWADDR=...
ONBOOT=yes
HOTPLUG=no
BRIDGE=br3
/etc/sysconfig/networ...
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I
reboot, some process rewrites /etc/resolv.conf, including a comment
about dhcpclient. The only package I have installed that shows up in
"rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in
there is named dhcpclient.
I'd like to figure out what software is rewriting this file and why.
man 5
2009 Oct 09
1
[PATCH node] validify ipv4/ipv6 static/dhcp choice else loop
...56 +160,66 @@ function configure_interface
return;;
esac
- read -ep "Enable IPv4 support ([S]tatic IP, [D]HCP, [N]o or [A]bort)? "
- case $REPLY in
- D|d)
- BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/BOOTPROTO dhcp"
- ;;
- S|s)
- printf "\n"
- read -ep "IP Address: "; IPADDR=$REPLY
- read -ep " Netmask: "; NETMASK=$REPLY
- read -ep " Gateway: "; GA...
2014 May 15
4
Set static IP
Hello,
I want my CentOS 6.5 computer to have a static IP. Currently I get the
IP I want because I have my router assign it on the basis of mac address.
I placed the following file as:
/etc/sysconfig/networking-scripts/eth0
DEVICE="eth0"
BOOTPROTO=static
HWADDR=00:1F:D0:9E:AE:67
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
NETMASK=255.255.255.0
IPADDR=192.168.0.99
GATEWAY=192.168.0.1
NM_CONTROLLED=no
I also disabled Network Manager with chkconfig.
It didn't work. When I rebooted I had no IP address for eth0. Should I
l...