Ubunut iptable not routing trafic between eth1 and eth0


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Ubunut iptable not routing trafic between eth1 and eth0
# 1  
Old 05-10-2012
Ubunut iptable not routing trafic between eth1 and eth0

hello,
first of all i am new to unix so maybe my problem is very easy for many of you but is very important to me.

So the idea is that i want to use a ubuntu 10.4 machine as a router from eth0 to eth1.
but the traffic routing is nor working properly

i configured the 2 interfaces to be part of 2 subnets and then i tried to use iptables command.
sudo sysctl -w net.ipv4.ip_forward=1
iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT
iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT


the result was
sudo iptables -L -n -v
Chain INPUT (policy ACCEPT 5493 packets, 4815K bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 254 packets, 16979 bytes)

pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- eth0 eth1 0.0.0.0/0 0.0.0.0/0
1 60 ACCEPT all -- eth1 eth0 0.0.0.0/0 0.0.0.0/0

Chain OUTPUT (policy ACCEPT 5349 packets, 888K bytes)

pkts bytes target prot opt in out source destination


unfortunately there was no trafic between the interfaces an even i could ping eth1 and eth0 from the pc-s from the subnetworks i was unable to ping from one pc to the other

digging more i found that if i run
sudo iptable -t nat -A POSTROUTING -j MASQUERADE everithing works perfect

unfortunately i need the ipaddresses of the PC and the NAT here is not doing more wrong than good.

please give me some ideas why this hapens

i add here the result of the route command
destination Gateway Genmask Flags Metric Ref Use Iface
100.10.10.0 * 255.255.255.0 U 1 0 0 eth1
192.168.10.0 * 255.255.255.0 U 1 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
default 192.168.10.1 0.0.0.0 UG 0 0 0 eth0
# 2  
Old 05-10-2012
What IP Address have you given to eth0 and eth1 respectively?
Are the LAN cables plugged into different physical networks?
# 3  
Old 05-11-2012
thanks for your reply,

eth0 192.168.10.110 /24 gateway 192.168.10.1
eth1 100.10.10.2/24 gateway 192.168.10.110

eth0 is conected to a CISCO switch
eth1 is connected to a windows pc with the following config

IP 100.10.10.1
mask 255.255.255.0
gateway 192.168.10.110

switch == [(eth0) ---ubuntu ----(eth1)]==windows pc

yes there are 2 phisical interfaces and i used straight cable from the switch to the ubuntu pc and cross between ubuntu and windows pc

---------- Post updated 05-11-12 at 08:33 AM ---------- Previous update was 05-10-12 at 11:16 AM ----------

still no answer

digging through i found about routing. well i have now a big question : is't my problem one which is to be solved by altering the routing table and not by modifying the iptables? I ask this because iptables i think deals with firewalling and the firewall check if some trafic is to be allowed or not but it does't say how to route it. and if my hypotesis is true why when implementing masquerading everything worked great.
looking forward to hearing some opinion.

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Why eth1 with auto dhcp disturbs pppoe over eth0?

Hi, I use ubuntu 16.04 desktop with ufw (default setup + 22, 80, 443 ports open). I connect directly to ISP using pppoe over eth0. I also have eth1 which when disabled the websites are accessible in browser. When starting eth1 with auto dhcp the websites are no longer accessible in browser (give... (3 Replies)
Discussion started by: adrhc
3 Replies

2. Red Hat

Dual NICs - When I 'ifup eth1' it replaces eth0

I've got an issue with a VMWare server running RHEL 6.3 that has dual E1000 NICs. I have configured the cards as I would normally do in /etc/sysconfig/network-scripts as ifcfg-eth0 and ifcfg-eth1. I can execute ifup eth0 and bring the interface up quite happily, however when I execute ifup eth1 it... (2 Replies)
Discussion started by: phaedrus
2 Replies

3. Red Hat

Wan on eth1 and Lan on eth0

I have a local network on dev eth0 Server has static IP of 10.0.0.1 Gateway is 10.0.0.1 and Dns is 10.0.0.1 I am using this network for imaging 500 plus computer... Now, Issue that I am having is that I need to update packages and I dont want to change the configuration on eth0 because I... (0 Replies)
Discussion started by: golpemortal
0 Replies

4. IP Networking

Problem in eth0 and eth1 sharing internet with other computers

hellow everbody. iam using 32 bit centos 6.2 on my desktop and iam new to linux. i have eth0 and eth1 on my desktop. so i have some problems i have menson here: i have edited: etc/sysctl.conf net.ipv4.ip_forward = 1 and i have edited iptables too # iptables -t nat -A... (2 Replies)
Discussion started by: paruhang
2 Replies

5. UNIX for Dummies Questions & Answers

IPtable

Hi, Is het possible to block everyone (all IP addresses) except a given (white)list? How can I do this? Regards, Kevin (2 Replies)
Discussion started by: kever
2 Replies

6. Solaris

Reg- eth0,eth1 (ethernet card)

Hi Guys, I am working as a L-1 support and i want to know that are the precaution need to take on eth0(Ethernet card) i heard on production server it is very much important, what are the steps need to observe on this tickets. (1 Reply)
Discussion started by: kurva
1 Replies

7. UNIX for Dummies Questions & Answers

controlling traffic source from NIC eth0, eth1 in Linux

Hi Guys, is there a way to send traffic coming from the source iface (eth0, eth1)? i need to test traffic that will come from both eth0 and eth1 from a Linux box. Thanks, Martin (0 Replies)
Discussion started by: mdap
0 Replies

8. IP Networking

Trafic Managment on the Ubuntu Server 8.04 HOW TO?

I need help, how to set traffic management on the ubuntu server with the real life situation. For example, I would like to set the lowest priority or the "Best-Effort Traffic" for the ports in the range from 35000-37000 only on the TX(transmit) and I would like that same port range has... (1 Reply)
Discussion started by: loopdemack
1 Replies

9. IP Networking

Copying/Routing data from the0 to eth1 and eth2

The problem is now solved, thanks for the support everyone! (0 Replies)
Discussion started by: theVOID
0 Replies

10. Red Hat

ifcfg-eth0 and eth1 is N/A

when i finish installed rhel 4.4 to my hp dl585 box, ifcfg-eth0 and ifcfg-eth1 is not available.when i ifconfig -a,i can not see the eth0 and eth1, only lo0 and si0. Unlike to the other server i found eth0 and eth1 files in /etc/sysconfig/network-scripts/. what will i do? (2 Replies)
Discussion started by: kenshinhimura
2 Replies
Login or Register to Ask a Question