Displaying 20 results from an estimated 69 matches for "em2".
Did you mean:
em
2013 Jun 04
3
Centos6.4 routing problem
...M_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/sysconfig/network-scripts/ifcfg-em2
DEVICE=em2
BOOTPROTO=none
HWADDR=d4:ae:52:c1:28:2c
NM_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
UUID="e72a17b6-fb5f-43f0-9136-fa4d92b542ae"
IPADDR=192.168.70.129
NETMASK=255.255.255.128
IPV6INIT=no
USERCTL=no
in iptables, prerouting and masquerading are configured :
# Firewall configurati...
2013 May 22
0
em2: watchdog timeout -- resetting
Hello, I have a server pfsense in bridge mode to function as transparent
FW, the problem is that once I connect the pfsense between my router core
and my core switch catalyst a few seconds begin to appear several messages
like these:
em2: watchdog timeout - resetting
em2: watchdog timeout - resetting
em2: watchdog timeout - resetting
em2: watchdog timeout - resetting
And the connection falls back repeatedly and indefinitely.
Searching on google did some tweaks:
hw.em.rxd = "4096"
hw.em.txd = "4096"
hw.em.tx_in...
2011 Sep 12
2
interface not responding to arp requests
...lt;BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP
qlen 1000
link/ether 00:b0:d0:df:e3:1d brd ff:ff:ff:ff:ff:ff
inet 10.10.0.1/16 brd 10.10.255.255 scope global em1
inet6 fe80::2b0:d0ff:fedf:e31d/64 scope link
valid_lft forever preferred_lft forever
3: em2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP
qlen 1000
link/ether 00:b0:d0:df:e3:1e brd ff:ff:ff:ff:ff:ff
inet 192.168.201.1/29 brd 192.168.201.7 scope global em2
inet 4.28.99.161/27 brd 4.28.99.191 scope global em2
inet6 fe80::2b0:d0ff:fedf:e31e/...
2013 Aug 07
1
KVM bridge wonkiness in Fedora19
...its all the network service.
There are no firewalls involved anywhere (iptables & firewall services
are currently disabled). Here's the current host configuration:
# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.38eaa792efe5 no em2
vnet1
br1 8000.38eaa792efe6 no em3
br2 8000.38eaa792efe7 no em4
vnet0
virbr0 8000.525400db3ebf yes virbr0-nic
# more /etc/sysconfig/network-scripts/ifcfg-em2
TYPE=...
2015 Jun 25
1
Possible bug in kickstart
Hello All,
I seem to have run into a bug with the new --bridgeslaves=<INTERFACE> option. It would seem that if I tell the bridge device to use a virtual interface (like bond0) rather than a physical interface (em1/em2) that kickstart completely barfs on it. I have provided my network section below which works fine as long as i don't enable all the bridge content.
When the installation starts off the creation of bond0 and all VLANs on bond0 go without issue. Jumping into TTY2 I can type 'ip a' and...
2012 Sep 14
1
Bonding Eth interfaces - unexpeceted results
...No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: g
Wake-on: d
Link detected: yes
ethtool em2
Settings for em2:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 1...
2013 Oct 28
1
bridged networking using VLAN : guest with 2 NIC
...="255.255.254.0"
GATEWAY="xx.xx.xx.xx"
DNS1="x.y.z.s"
DNS2="x.y.q.s"
2) cat ifcfg-em1
NM_CONTROLLED="yes"
HWADDR="02:12D:E2:B1:32"
BOOTPROTO="static"
DEVICE="em1"
BRIDGE="br0"
ONBOOT="yes"
3) ifcfg-em2
NM_CONTROLLED="yes"
HWADDR="02:24:7e:d0:b1:42"
BOOTPROTO="static"
DEVICE="em2"
ONBOOT="yes"
4) THIS IS GUEST (cat ifcfg-guest1-lan)
DEVICE=guest1-lan
TYPE=Bridge
ONBOOT=yes
BOOTPROTO=static
DELAY=1
5) GUEST VLAN (cat ifcfg-em2.620)
DEVICE=em2.6...
2013 Sep 20
1
Re: SR-IOV Pool Availability
I have an Intel X540 SR-IOV NIC in a box with ACS support running RHEL6.4.
Hi Hongming, I'm hoping you can please help with two issues:
1. The pool works, but I transparent VLAN with the pool does not. I
have to manually run "ip" afterwards to get it to work.
# virsh net-dumpxml em2net
<network connections='1'>
<name>em2net</name>
<uuid>d5dabeb2-fa09-3edf-660a-db42d8cd3f4d</uuid>
<forward mode='hostdev' managed='yes'>
<pf dev='em2'/>
<snip giant list of VFs>
</forward>
</...
2013 Mar 18
1
CentOS 6.4 kickstart bonding
...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 --noipv6 --nodns --nodefroute --bootproto=static --onboot=yes --ip=192.168.2.2 --netmask=255.255.255.0 --bondslaves=em1,em2 --bondopts=mode=active-backup,primary=em1,miimon=80,updelay=60000
# ISCSI network
network --device=p1p3 --noipv6 --nodns --nodefroute --bootproto=static --onboot=yes --mtu=9000 --ip=192.168.3.1 --netmask=255.255.255.0
network --device=p1p4 --noipv6 --nodns --nodefroute --bootproto=static --onboot=...
2020 Apr 29
2
Diagnosing IPv6 routing
...PV6_AUTOCONF=no
IPV6_DEFROUTE=no
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=em1
UUID=fbf59f72-2d60-4dd3-8870-c14a1acb4337
DEVICE=em1
ONBOOT=yes
DHCP_CLIENT_ID=saruman
IPV6_PRIVACY=no
ZONE=internal
IPADDR=10.169.1.128
PREFIX=9
IPV6ADDR=2001:1890:1837:5B11::100/60
WAN config, ifcfg-em2:
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=em2
UUID=fe08c9df-9913-47f5-be8b-47dad168bcc4
DEVICE=em2
ONBOOT=yes
IPADDR=12.3.140.156
P...
2017 Mar 06
1
[PATCH] v2v, p2v: rename rhvm network to ovirtmgmt (RHBZ#1429491)
...list of C<interface:target> pairs, plus
optionally a default target. For example:
- p2v.network=em1:rhvm
+ p2v.network=em1:ovirtmgmt
-maps interface C<em1> to target network C<rhvm>.
+maps interface C<em1> to target network C<ovirtmgmt>.
- p2v.network=em1:rhvm,em2:management,other
+ p2v.network=em1:ovirtmgmt,em2:management,other
-maps interface C<em1> to C<rhvm>, and C<em2> to C<management>, and
-any other interface that is found to C<other>.
+maps interface C<em1> to C<ovirtmgmt>, and C<em2> to C<manageme...
2016 Aug 16
3
local routing puzzle
hi everyone
I'm having a bit of a puzzle on one centos system, I have
four interfaces:
nm-team1 10.5.6.100
em1 192.168.2.17
em2 192.168.2.18
p3p3 172.25.12.222
I do:
ping 10.5.6.17 -I em1
PING 10.5.6.17 (10.5.6.17) from 192.168.2.17 em1: 56(84)
bytes of data.
64 bytes from 10.5.6.17: icmp_seq=1 ttl=64 time=0.367 ms
the same for -I em2, for -I em1 and naturally for -I
nm-team1 - all good.
but:
$ ping 10.5.6.17 -I p3p3
PI...
so current status of interactive PDF creation isl? trying to explore econometriic convergence thread
2011 May 23
1
so current status of interactive PDF creation isl? trying to explore econometriic convergence thread
...terest,
http://98.129.232.234/temp/share/emx.dat.txt
df<-read.table("emx.dat",header=F,sep=" ")
I subsequently found a few ways to plot the data,
notably,
png("em.png")
plot(log(df$V1),df$V2)
png.off()
http://98.129.232.234/temp/share/em.png
png("em2.png")
plot(log(df$V1),df$V2,cex=1+.2*(log(df$V3)-min(log(df$V3))))
dev.off()
http://98.129.232.234/temp/share/em2.png
But what I'd like to do is publish an interactive 3D
plot of this data similar to the rgl output
of this,
df<-read.table("emx.dat",header=F,sep=" &...
2016 Aug 08
0
Help with Network configuration files
...face, What device do I put into ifcfg-VLAN-OOB to create a new software only interface.
Here is what I have so far.
EM1-4 are configured as slaves to BOND0
ifcfg-em1:
TYPE=Ethernet
USERSTL=no
MASTER=bond0
NAME=em1
UUID=0ca45a64-70eb-4bfb-bf73-90b221d5fa65
DEVICE=em1
ONBOOT=yes
SLAVE=yes
ifcfg-em2:
TYPE=Ethernet
NAME=em2
UUID=d79cc76a-8f38-460c-9430-2ae78b43dc1d
DEVICE=em2
ONBOOT=yes
MASTER=bond0
USERCTL=no
SLAVE=yes
ifcfg-em3:
TYPE=Ethernet
NAME=em3
UUID=9f7cf127-eba2-45e8-95bd-814e6066aa74
DEVICE=em3
ONBOOT=yes
MASTER=bond0
USERCTL=no
SLAVE=yes
ifcfg-em4
TYPE=Ethernet
NAME=em4
UUID=535...
2018 Oct 04
3
Need help with Linux networking interfaces and NIC bonding
...unning CentOS 7.5. This server has one 4 port
NIC and one 2 port NIC and a Dell IDRAC port. The first port of the 4 port
NIC, em1, is used for Management traffic. The first port of the 2 port NIC,
is used for the second port in the NIC bond, device p6p2. The second
port on the 4 port NIC, device em2 is the first, port on the NIC bond.
These interfaces are using Static IPs.
Here is my /etc/sysconfig/network-scripts/ifcfg-em1 file. Please keep in
mind that I have changed the IPs and MAC addresses in the files for
security reasons:
ifcfg-em1:
TYPE="Ethernet"
PROXY_METHOD="none&...
2020 Apr 28
3
Diagnosing IPv6 routing
...get IPv6
working on the old connection. I'm using CentOS 7 as a gateway and it's
worked great for several versions for IPv4.
I'm not seeing any IPv6 default route on the WAN interface. I suspect I'm
not getting route announcements. I think I have all the IPv6 variables in
ifcfg-em2 set right. But I do notice that the accept_ra file in proc for
that interface has value 1, not 2. Changing it to 2 doesn't change
anything, though. No route appears.
While I wait for an answer to my trouble ticket, is there some way to
verify that I'm not receiving any RA packets? Is th...
2015 Feb 25
2
Kickstart with multiple eth devices
...e boot process shuffle them? More importantly, how do I prevent
> this so that the system comes up properly after a kickstart install?
>
The reason I ask the version, is this is exactly the sort of thing that
biosdevname is designed to solve. With biosdevname, you get devices like
'em1, em2, p6p1', which aren't as friendly as 'eth0' but also keep names
sane and avoid the hair-tearing issues you're experiencing currently.
You don't appear to be adding anything via your append line that would
disable biosdevname, so I must assume you're using a much older 6 b...
2012 Jan 04
1
No eth0 on centos 6.2
Just installed centos 6.2. I run and ifconfig -a I see and em1
em2 and lo interface. If I go to /etc/sysconfig/network-scripts,
I don't see an ifcfg-eth0. If I run ifup eth0 it comes back
with "Device eth0 does not seem to be present, delaying
initialization". Anybody have a clue? Thanks in advance.
2011 Sep 02
0
Trying to plan for new multi-isp setup
...ing the 4th for the new provider. It will be
part of a /30 subnet connecting to our ISP. We also have a /27 subnet for
public IPs.
So my thought is something like:
ISP1/27 ISP2/30
|p2p1 |p2p2
+-----------------------+
| firewall/router |---em2 dmz 192.168.201.1/29
| | ISP2/27
+-----------------------+
|em1
loc 10.10.0.1/16
We use nat for some servers on the local network and will want to have similar
entries for the new ISP. Does this work? For outgoing packets, wh...
2020 Apr 28
3
Diagnosing IPv6 routing
On 4/28/2020 3:17 PM, Chris Adams wrote:
> - gateway sends a router solicitation and gets a router advertisement
> with "stateful config" set, which tells gateway to do DHCPv6 (but
> default route comes from RA)
I'm not seeing any outbound IPv6 traffic from my CentOS 7 box on the WAN
interface. I do see RA's emitting from the LAN interface, from radvd. Is
there