[Herefordshire] Routing two subnets

Chris Bond chris at logics.co.uk
Thu Oct 28 20:46:49 BST 2004


Already done that but still doesn't route the packets!  Iptables -L shows
default ACCEPT so its not that blocking it... aby more ideas?

-----Original Message-----
From: Malcolm Herbert [mailto:mherbert at redhat.com] 
Sent: 28 October 2004 7:15 PM
To: chris at logics.co.uk; Herefordshire Linux Users Group.
Subject: Re: [Herefordshire] Routing two subnets


1. check that you have IP forwarding enabled
in Fedora, you would add / edit the following in /etc/sysctl.conf

	# Controls IP packet forwarding
	net.ipv4.ip_forward = 1

then run 'sysctl -p'

Alternatively you can
	
	echo 1 > /proc/sys/net/ipv4/ip_forward

but you'll need to add it to /etc/rc.local to make it persistent across
reboots (if your distro hasn't got /etc/sysctl,conf)

2. As you have assigned local interfaces to each of the subnets, you
shouldn't have to add any static routes, therefore 'netstat -rn' should
show you a couple of lines with something like...

10.0.0.0   10.0.0.253  255.255.255.0   UG   0 0    0 eth0
10.0.1.0   10.0.1.253  255.255.255.0   UG   0 0    0 eth1



On Thu, 2004-10-28 at 17:04, Chris Bond wrote:
> Anybody got the quick guide to routing two subnets...
> 
> Zebra is announcing the correct router ie. 10.0.0.x segment use 10.0.0.253
> and 10.0.1.x segment use 10.0.1.253 gw.
> 
> Subnet 1 -> 10.0.0.x (linux NIC 10.0.0.253) Subnet Mask 255.255.255.0
> Subnet 2 -> 10.0.1.x (linux NIC 10.0.1.253) Subnet Mask 255.255.255.0
> 
> So if im on segment 10.0.0.x I need to ping segment 10.0.1.x and
vis-versa.
> Im pritty sure RIP part is working just need to get linux to fwd the
> packets.  Any ideas cos google is returning too much crap =)
> 
> Kind Regards,
> Chris Bond
> 
> 
> _______________________________________________
> Herefordshire mailing list
> Herefordshire at mailman.lug.org.uk
> http://mailman.lug.org.uk/mailman/listinfo/herefordshire
-- 
-----------------------------------------------------------
Dr Malcolm Herbert
Manager, Client Development             GPS, Red Hat Europe
m: +44 7720 079845   w: people.redhat.com/mherbert
GPG ID:  C051F446
GPG FPR: 68AD CBDD 8EEB 63ED 0802  4B8E A5B3 EB72 C051 F446
-----------------------------------------------------------





More information about the Herefordshire mailing list