Displaying 20 results from an estimated 176 matches for "eth4".
Did you mean:
eth
2013 Jun 06
0
cross link connection fall down
Hey all,
i am fighting with a strange behavior here - i have two systems
connected via a direct crosslink wire. After booting, the connection
is up and both systems can reach the other one. After a small time window
the interface is down.
$ dmesg |grep eth4
igb 0000:41:00.2: added PHC on eth4
igb 0000:41:00.2: eth4: (PCIe:5.0Gb/s:Width x4)
igb 0000:41:00.2: eth4: PBA No: G13158-000
8021q: adding VLAN 0 to HW filter on device eth4
igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
igb: eth4 NIC Link is Down
igb: eth4 NIC Link is Up 10...
2002 Sep 01
3
htb ,essage in messages file !
hi all,
i saw this message today & am reporting it(as it says)
[root@cab1 surfNet]# tail -f /var/log/messages
Sep 1 04:02:03 cab1 syslogd 1.4.1: restart.
Sep 1 09:35:27 cab1 kernel: HTB: mindelay=500, report it please !
[root@cab1 root]# iptables -V
iptables v1.2.6a
[root@cab1 root]# tc -V
tc utility, iproute2-ss020116
[root@cab1 root]# uname -a
Linux cab1 2.4.19-r #2 Sun Aug 25 01:49:24
2008 Sep 23
3
Outgoing service always on a certain external address
Hi,
Shorewall version -4.0.12-2 (EL5 rpm version)
OS : Centos 5.2
I have shorewall successfully running on Linux with multi ISP.
Trying to make services such as "rsync, ftp" go through my secondary
ISP. For which I did the following
eth0 : Internal LAN
eth4 : DSL (Second ISP) => x.x
eth5 : T1 (First ISP) => y.y
Created the following entries in /etc/shorewall/masq
#INTERFACE SOURCE ADDRESS PROTO
eth4 eth0 x.x tcp 20,21,873
eth4 eth0 x.x udp 20,21,873
eth5...
2004 Dec 06
5
two firewall and shorewall
Hi,
in my lan I have two firewall, fw1 is the first and manage inte-vlan routing.
Fw2 manage internet and dmz.
fw1 and fw2 have an interface (eth4 for both fw2 and fw1) on the same
subnet that permit to the host behind fw1 to reach internet,
my problem is on fw2:
eth4 is the NIC that connect fw2 and fw1, I would''t like masquerading
hosts behind fw1, so to eth4 of fw2 arrive all traffic from the vlan
managed by fw1,
what is the bes...
2003 Nov 24
1
u32 filter divisor/hashkey
Hi,
I am trying to put together a hashing filter based on example provided in
LARTC how-to document.
I want to link two hashing filters together where first one will use 3rd
octet of an IP address as hashkey and second one will use 4th octet as hash
key.
How do I tell mask the address so that u32 filter uses 3rd octet as hashkey?
Venkatesh K
_______________________________________________
2002 Jan 09
0
Re: iptables mark & iproute]
...er is not working like it should be ?
YES !!! .. UR ABSOLUTELY RIGHT !!!! [:-)]
>
>>any suggestions ??
>>
> Can you post the scripts you are using so I can try them myself ?
>
> Stef
>
THIS IS MY TRUNCATED SCRIPT(MARK RELATED) !
iptables -A INPUT -i eth4 -s 192.168.1.1 -j ACCEPT
iptables -A FORWARD -o eth0 -s 192.168.1.1 -j ACCEPT
iptables -A PREROUTING -t nat -i eth4 -p 6 --dport 80 -j REDIRECT
--to-port 3128
iptables -A PREROUTING -t mangle -i eth4 -s 192.168.1.1 -d a.b.c.d -j
MARK --set-mark 55
iptables -A PREROUTING -t mangle -i eth4 -s 192.16...
2006 Oct 07
1
DomU uses eth3, eth4??
...'network-bridge'' in the Xen
files. The networking appears to be fine.
My first DomU is the firewall (also Ubuntu 6.06). It sees the two NICs no
problem, but does not see them as ''eth0'' and ''eth1''; they are ''eth3'' and
''eth4''. Networking works (the DomU can access the Internet, etc.)
I am not sure why the DomU would be seeing these as ''eth3'' and ''eth4''. The
"dmesg" output does not reveal any other interfaces being "allocated"
Thoughts?
Thanks, in ad...
2003 Mar 01
5
Policy routing and strange packets traversing.
Hi,
Please suppose following config:
Two external interfaces for two different providers
On each of them configured NAT for specific IP addr.
ie.
4: eth2: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc htb qlen 100
inet 1.1.1.30/30 brd 1.1.1.31 scope global eth2
6: eth4: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc htb qlen 100
inet 2.2.2.66/27 brd 2.2.2.95 scope global eth4
On eth2 NAT outgoing traffic to 1.1.1.30
On eth4 NAT outgoing traffic to 2.2.2.66
Rules related for this interfaces and traffic:
# To be sure that traffic goes to proper gateway
22:...
2003 Feb 03
4
[Bug 40] system hangs, Availability problems, maybe conntrack bug, possible reason here.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=40
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From laforge@netfilter.org 2003-02-03 16:49 -------
We haven't seen this
2006 Mar 02
4
Dual ISP routing and NAT problem
...ce: static interface eth0
global default route via: 62.155.170.249
2 - PROV_DSL:
IP: 217.92.8.242
Peer: 217.6.98.186
Interface: DSL interface ppp0 (pppoe over eth1)
DMZ interface:
IP_1: 62.155.170.253
Network_1: 62.155.170.252/30
IP_2: 192.168.0.1
Network_2: 192.168.0.0/24
Interface: eth4
LAN interfaces:
1: IP: 192.168.111.1
Network: 192.168.111.0/24
Interface: eth5
2: IP: 192.168.112.1
Network: 192.168.112.0/24
Interface: eth2
3: IP: 192.168.113.1
Network: 192.168.113.0/24
Interface: eth3
igor:/# ip route list table PROV_DSL
217.6.98.186 dev ppp0 proto...
2011 Feb 08
2
PXElinux boot sequence with multiple ethernets
...ttempting a PXE boot between two systems, each with multiple
network cards. While there are a total of 8 ports on each computer,
only two (each) are connected as follows:
Boot Server
eth0 - 10GbE fiber channel (private to the set of computers being
managed) (Qlogic)
eth4 - 1Gb ethernet (public and out of my sphere of management)
(NetExtreme II)
Boot Client
eth4 - 10GbE fiber channel (same private as above)
eth0 - 1Gb ethernet (same public as above)
These are both IBM systems.
The firmware in the boot client is configured to PXE boot...
2004 Dec 29
2
2 internet connections for 2 different purposes
...nux machine (fedora core 3) with 4 network cards.
I looked at the howto and the only example that is close to what I need
to do is section 4.2 on multiple uplink providers. I feel like I''m so
close but just can''t get my head around the final part.
Here is what I have
eth2 and eth4 connect to 2 different isps.
I want all connections the come from my dmz on eth3 to go out of my
connection on eth4
I want all connections from my local network on eth0 to go out of my
connection on eth2
can anyone help me out with this?
thanks in advance
Brooke
________________________________...
2007 Apr 18
1
[Bridge] 1 system with 3 bridges
...m (used for controlling bandwidth) connected to
three different DSL ISP provider. I have the following setup below: -
+-------------+
| br0 |
| -> eth1 | -> DSL_1
| -> eth2 |
+-------------+
| br1 |
| -> eth3 | -> DSL_2
| -> eth4 |
+-------------+
| br2 |
| -> eth5 | -> DSL_3
| -> eth6 |
+-------------+
br0 has eth1 and eth2; br0 has no ip address
br1 has eth3 and eth4; br0 has no ip address
br2 has eth5 and eth6; br0 has no ip address
The traffic of DSL_1 ISP will pass thru...
2006 Apr 27
0
MULTIPATH: how to control chache expiration time?
...v eth2
192.168.100.0/24 dev eth1 proto kernel scope link src 192.168.100.1
192.168.50.0/24 dev eth2 proto kernel scope link src 192.168.50.1
192.168.3.0/24 dev eth6 proto kernel scope link src 192.168.3.2
192.168.2.0/24 dev eth5 proto kernel scope link src 192.168.2.2
192.168.1.0/24 dev eth4 proto kernel scope link src 192.168.1.2
192.168.90.0/24 dev eth2 proto kernel scope link src 192.168.90.1
default proto static
nexthop via 192.168.1.1 dev eth4 weight 1
nexthop via 192.168.2.1 dev eth5 weight 1
nexthop via 192.168.3.1 dev eth6 weight 1
root@server1...
2011 Dec 16
1
[Bug 680] Packets disappear after NAT on 2nd gateway
http://bugzilla.netfilter.org/show_bug.cgi?id=680
Willie <MidSpeck at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |MidSpeck at hotmail.com
--- Comment #8 from Willie <MidSpeck at hotmail.com> 2011-12-16 21:29:19 ---
I
2005 Jun 06
23
Multi-ISP in 2.4.0
...g is a Debian running a kernel 2.4.27 home made with the
CONNMARK.diff patch applied
I''m using 2 ISP, one is Nerim with a fixed IP and the other is neuf telecom
with a dynamic IP.
I use NAT on both lines. The interfaces are:
ETH0=PPP0 ISP nerim
ETH1=PPP1 ISP neuf telecom
ETH2=LAN
ETH3=DMZ
ETH4=Wifi.
The features available in the kernel are:
NAT: Available
Packet Mangling: Available
Multi-port Match: Available
Extended Multi-port Match: Not available
Connection Tracking Match: Available
Packet Type Match: Available
Policy Match: Not available
Physdev Match: Not a...
2005 Jun 16
5
Setting up a routed DMZ
...d topology
PROVIDER
|
| Separate /30 subnet
|
ROUTER -- DMZ Net ( 14 routable IPs, 1 used as gateway (/28) )
|
|
MASQ''d PRIVATE
IP RANGE
Configurations below:
Eth0 192.168.1.211 (internal 192.168.1.0/24)
Eth2 38.116.45.145 (dmz net 38.116.45.144/28)
Eth4 66.28.28.78 (provider uplink 66.28.28.76/30)
echo 1 >/proc/sys/net/ipv4/ip_forward
Shorewall.conf is Debian 3.1 sparc64 standard
Shorewall version 2.2.3
Interfaces:
net eth4 detect
dmz eth2 detect
loc eth0 detect
Zones:
dmz dmz DeMilitarized Zone
net net...
2005 Jul 05
14
issues in tcrules
...mark -m mark !
--mark 0 -j CONNMARK --save-mark --mask 255" Failed
Here are my tcrules and providers file setup :-
/etc/shorewall/tcrules
///
#MARK SOURCE DEST PROTO PORT(S) CLIENT USER TEST
# PORT(S)
1 eth2 0.0.0.0/0 tcp 1863,5050,5190
2 eth3 0.0.0.0/0 tcp 1863,5050,5190
3 eth4 0.0.0.0/0 tcp 1863,5050,5190
///
/etc/shorewall/providers
///
#NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS
tmnet2 1 1 main eth1 192.168.1.1 track,balance
tmnet2 1 2 main eth1 192.168.1.1 track,balance
tmnet2 1 3 main eth1 192.168.1.1 track,balance
///
Im not very sure about what...
2007 Jul 19
0
tc qdisc TEQL limited to two interfaces? [ 1.8Gbps ]
I''am using the following script to aggregate the bandwidth of one quad
gigabit ethernet controller (pci-express).
#!/bin/bash
sysctl -w net.ipv4.tcp_reordering = 30
ifconfig eth1 up
ifconfig eth2 up
ifconfig eth3 up
ifconfig eth4 up
modprobe sch_teql
tc qdisc add dev eth1 root teql0
tc qdisc add dev eth2 root teql0
tc qdisc del dev eth3 root teql0
tc qdisc del dev eth4 root teql0
ip link set dev teql0 up
ip addr flush dev eth1
ip addr flush dev eth2
ip addr flush dev eth3
ip addr flush dev eth4
ip addr flush dev teql0
ip ad...
2013 Nov 21
14
openvpn restart fails with dual entry in conntrack and wrong sourceport
the establishment of an openvpn link sometimes fails.
I tracked it down to network traffic with wrong Sourceport in the answer
packet (should be 1300 not 1024):
2 1.119309000 aaa.185.165 bbb.162.192 UDP 58 Source port: 1300
Destination port: 1300
3 1.119446000 bbb.162.192 aaa.185.165 UDP 66 Source port: 1024
Destination port: 1300
and a collateral entry in the connection tracking table