search for: eth2

Displaying 20 results from an estimated 1308 matches for "eth2".

Did you mean: eth
2008 Jun 10
1
Bizarre Networking
...Basically, this was the original idea. eth0 external eth1 internal create bridge br0 for eth0 create bridge br1 for eth1 Strip IP addresses for eth0 and eth1 and assign to br0 and br1 respectively. Worked great in a non-xen kernel under Fedora 8 in KVM/Qemu. Booting into Xen, my eth1 becomes eth2, I also get an eth0.bak and an eth2.bak! peth2 is sort of explainable I would imagine. So I create a br0 bridge, give eth0 ip address 0.0.0.0 and give the original IP address to br0. Despite my ifcfg-eth2 having DEVICE=eth2 ONBOOT=yes BOOTPROTO=none HWADDR=5c:6c:c0:7d:1d:00 NETMASK=255.255.255....
2009 Jul 13
0
Iptables issues again
I know that I have asked this before of the list. However we just changed ISP and ip's and I'm having this issue again. I have a linux firewall using iptables with the following config eth0 = WAN 1 eth1 = LAN 1 eth2 = WAN 2 I'm trying to forward all traffic that makes a request from eth2 to an internal IP on eth1. These are the folloing rules that I have set up. iptables -t nat -A PREROUTING -p tcp -i eth2 -d 69.21.103.132 --dport 80 -j DNAT --to-destination 192.168.1.3:80 iptables -t nat -A PREROUTING -...
2007 Jan 24
2
ip alias + dsl modem
...sure what kind of modem this is, the previous one had some Ethernet ports at the back(it has a bult-in 4 port switch) the new doesn''t have one, only a single Ethernet port and It is directly connected to my Linux box. My provider gave me a /24 subnet and 9 useable IP''s. # ip a s eth2 6: eth2: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:08:a1:72:c1:f5 brd ff:ff:ff:ff:ff:ff inet xxx.xxx.xxx.50/24 brd xxx.xxx.xxx.255 scope global eth2 inet xxx.xxx.xxx.51/24 brd xxx.xxx.xxx.255 scope global secondary eth2 inet xxx.xxx.xxx.52/24 b...
2007 Apr 18
1
[Bridge] Unexpected behaviour
Hi, I've set up a bridge using the 2.6.11.6 kernel. The machine is running Debian testing with three NICs in it. eth0 is a standard 100Mb Intel NIC, eth1 and eth2 are both Intel gigabit cards using the e1000 driver. I tested everything at 100Mb and it worked fine. I moved the machine into production, eth1 plugging into a dumb 100Mb D-link switch, eth2 plugging into a shiney new Cisco 2950. eth2 connects fine, giving me messages such as: Apr 18 13:58:3...
2005 Jan 16
0
Identification of TC Queueing Discipline
...ciated, Regards, Aisling. # use add_bucket() to add the buckets and add_ip() to add filters for the hosts # # add_bucket DEVICE BUCKET PARENT RATE CEIL # add_ip DEVICE IP[/MASK] BUCKET # add_ip_range DEVICE IP MASK BUCKET # # top level buckets add_bucket br0 10 - 4096 4096 add_bucket eth2 10 - 4096 4096 add_bucket eth3 10 - 2048 2048 add_bucket eth2 9 10 64 2500 add_bucket eth2 8 10 64 512 add_bucket eth2 7 10 64 1024 # Part 1 WAN # ------ # Note that Everything else has to match all addresses as the Dest # address in each outgoing packet could be anything. # Add src after x.x....
2006 Dec 14
1
hfsc rule command problem
My hfsc rule .. tc qdisc add dev eth2 handle 1: root hfsc iptables -t mangle -N ms-all iptables -t mangle -N ms-all-chains iptables -t mangle -N ms-prerouting iptables -t mangle -A PREROUTING -j ms-prerouting iptables -t mangle -A ms-prerouting -j CONNMARK --restore-mark iptables -t mangle -A ms-prerouting -p udp --dport 4444 -j MAR...
2004 Jul 24
1
tc del filter troubles
hello, I have working htb system with about 1000 users. Until now I reload all rules at change, but it take too much time to apply. I cannot delete applyed filters. There is rules for one user: #!/bin/bash -v # Download shaper EX -> 2:20 /sbin/tc class add dev eth2 parent 2:20 classid 2:1775 htb rate 8000Kbit ceil 10000Kbit quantum 1514 /sbin/tc qdisc add dev eth2 parent 2:1775 sfq perturb 10 /sbin/tc filter add dev eth2 parent 2:20 protocol ip handle 1775 fw flowid 2:1775 # Download shaper peering -> 2:30 /sbin/tc class add dev eth2 parent 2:30 classid 2...
2006 Feb 11
2
Route all LAN traffic through eth2 and keep web/mail traffic on eth0
Hi, I have the following config: 1 PC with 3 NICs, that shares internet connection to LAN. eth0 uses a public IP ($public_ip_1) eth1 uses a private IP ($private_ip) eth2 uses a public IP ($public_ip_2) I have a webserver and a mailserver accesible by $public_ip_1 (eth0) I have a LAN with all terminals using private IPs, and $private_ip (eth1) as gateway. $public_ip_1 and $public_ip_2 are from the same network segment (two consecutive IPs). eth0 and eth2 should use...
2007 Jan 21
2
mark and route traffic in a bridge
Hi all !! I would to like to mark and route some kind of traffic (ie: outbound www, now by simplicity) ---inet1--------eth0------------| | | linux | --eth1------- clientes ---inet2(90.0.0.1)--------eth2-| | I have eth0 and eth1 bridged (eth2 is not bridged). I would to route www outbound clients traffic through eth2. This scheme works ? I wrote this scripts: a) add this line to /etc/iproute2/rt_tables 200 web b) I assign ip to eth2: /sbin/ifconfig eth2 90.0.0.2 c) Ma...
2007 Jan 21
2
mark and route traffic in a bridge
Hi all !! I would to like to mark and route some kind of traffic (ie: outbound www, now by simplicity) ---inet1--------eth0------------| | | linux | --eth1------- clientes ---inet2(90.0.0.1)--------eth2-| | I have eth0 and eth1 bridged (eth2 is not bridged). I would to route www outbound clients traffic through eth2. This scheme works ? I wrote this scripts: a) add this line to /etc/iproute2/rt_tables 200 web b) I assign ip to eth2: /sbin/ifconfig eth2 90.0.0.2 c) Ma...
2003 Jun 22
0
[Bug 104] New: Bytes/packets counters sometimes give incorrect values
...------------------------------------------------------------------- Jun 22 04:05:00 | /sbin/iptables -x -n -v -t mangle -L ambernet 2>&1 Jun 22 04:05:00 | pkts bytes target prot opt in out source destination Jun 22 04:05:00 | 610 29096 RETURN all -- eth2 * 213.186.203.0/24 0.0.0.0/0 Jun 22 04:05:00 | 353479 76188196 RETURN all -- * eth2 0.0.0.0/0 213.186.203.0/24 Jun 22 04:05:00 | 14536227 8243486735 all -- eth2 * 0.0.0.0/0 0.0.0.0/0 MARK match 0x0/0x1 Jun 22 04:05:00 | 15140...
2007 Jul 26
2
DMZ and LOG
Hello !! I ve just install shorewall-common and shorewall-shell I can''t defined a network using the CIDR format for my DMZ in /etc/shorewall/hosts fast eth2:172.17.0.0/16 epac eth2:172.18.0.0/16 fsa eth2:172.19.0.0/16 bu eth2:172.20.0.0/16 recto eth2:172.21.0.0/16 dmz eth1:81.91.225.224/27 I receive this error: ERROR: Invalid zone definition for zone dmz when I comment this line (dmz ) and restart shorewall, my dmz is...
2003 Jan 16
3
Jan 16 17:49:33 murowall kernel: Shorewall:loc2net:CONTINUE:IN=eth0 OUT=eth2 SRC Shorewall:FORWARD:REJECT:IN=eth0 OUT=eth2
I have the problem when my localnetwork do telnet to the net Shorewall:FORWARD:REJECT:IN=eth0 OUT=eth2 my files are the following: policy #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST loc net CONTINUE info loc fw ACCEPT info loc loc ACCEPT loc dmz ACCEPT info fw...
2004 Sep 29
0
Netfilter NAT and IP rule
Hi all, I have a network like thisĀ : Provider 1 Provider 2 \ / \ / \ / eth1 \ / eth2 ------------- | | | | | | | | | | | eth0 | ------------- | | | | 2 networks : - 192.168.2.0/24 - 192.168.3.0/24 The networks 192....
2007 Oct 14
5
Routing public IP''s through a gateway
Greeting all, I have a bit of a complicated question. I have two ethernet devices, eth1 and eth2. eth1 is where my internet comes from. It is in the form of 202.172.122.208/29. It has another IP range, 202.172.122.72/29. What I want to be able to do is route 202.172.122.72/29 to eth2, so that other machines can use those IPs, any ideas on how to do this, I cannot work out how to do this....
2005 Dec 22
2
strange tc filter behavior
Hi All I am fighting this for 3 days and could not find any reason it is not working the way I want to (or I the way think it should). Internet output interface = eth2 (htb qdisc) Internet input interface = imq0 (eth2 attached - htb qdisc) main class = imq0 1:1 sub1 = 1:ffff (default) sub2 = 1:10 (src ports 1433/tcp or 1434/tcp or 81/tcp or 82/tcp) sub3 = 1:11 (src and dst port 25/tcp ) sub4 = 1:12 (src and dst ports 80/tcp or 53/any or 443/tcp) sub5 = 1:99...
2004 Aug 15
1
multi ADSLs links
...T because modems/routers do it. -except if I go to internet througth Cisco router- then, I have this: modem1 modem2 ... modem 8 172.16.1.1 172.16.1.2 ... 172.16.1.8 | | | | | | +-----------------+----- ... -------+ | | | LINUX ------+------------------------+ | eth2: 172.16.1.100 | | | | eth0: 200.26.X.Y1 +--> 200.26.X.Y4 (CISCO)-->internet | | | eth1: 192.168.221.254 | +-----+------------------------+ | | +---> RED LAN 192.168.221.0/24 Also, each...
2004 Nov 22
10
routed vs non routed
In an effert move my Dmz from a snapqear roouter to Linux with shorewall. Question is I have network 64.42.53.200/29 which makes default gw 64.42.53.201 network 64.42.53.200 broadcast 64.42.53.207 mask 255.255.255.248 and I want to set up shorewall with eth0 64.42.53.202 eth1 local eth2 dmz where dmz will use say 64.42.53.203 for web and email server. Where I do not need or should I say use proxy arp in non routed. Could I divide this network with say 255.255.255.252 mask so I could reach my dmz server eth2 with the 64.42.53.203 address? Thanks Mike
2010 Aug 19
1
dmesg- bnx2i: iSCSI not supported, dev=eth0
...ring interval to 500. ADDRCONF(NETDEV_UP): bond0: link is not ready bonding: bond0: Adding slave eth0. bnx2: eth0: using MSIX bnx2i: iSCSI not supported, dev=eth0 bonding: bond0: enslaving eth0 as a backup interface with a down link. bnx2i: iSCSI not supported, dev=eth0 bonding: bond0: Adding slave eth2. bnx2: eth2: using MSIX bnx2i: iSCSI not supported, dev=eth2 bnx2: eth0 NIC Copper Link is Up, 1000 Mbps full duplex bonding: bond0: enslaving eth2 as a backup interface with a down link. bnx2i: iSCSI not supported, dev=eth2 bonding: bond0: link status definitely up for interface eth0. bonding: bon...
2002 Oct 21
9
help, a children can not borrow from a parent?
Hi ; MY script: tc-htb3 qdisc del dev eth2 root ipchains -F tc-htb3 qdisc add dev eth2 root handle 10: htb default 20 r2q 40 tc-htb3 class add dev eth2 parent 10: classid 10:1 htb rate 50Mbit burst 2000 tc-htb3 class add dev eth2 parent 10:1 classid 10:100 htb rate 12mbit ceil 50mbit prio 1 tc-htb3 class add dev eth2 parent 10:1 class...