Ah.. You are correct. It is a /24 not /32. x.x.x.x -> border01 wan, 10.0.0.1 -> Lan y.y.y.y -> border02 wan, 10.1.1.1 -> Lan
The static route I had build (on border02) has the following: Interface: WAN Destination network: x.x.x.x/28 (that is what I want to be routed) Gateway: 10.0.0.1 (this is the LAN IP of the border01) Thanks. -Apu -----Original Message----- From: Chris Buechler [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 1:08 PM To: [email protected] Subject: Re: [pfSense Support] two pfsense routing public IP Apu Islam wrote: > > I have the following scenario > > x.x.x.x y.y.y.y > > [ Border 01 ] ---------------wan--------------( INTERNET > )--------wan----------------------[ Border 02 ] > > | | > > | | > > LAN-----+ 10.0.0.1/24-------------------------------+ LAN-----+ > 10.1.1.1/24 > > | | | > > OPT1---+(bridge w wan) | OPT1---+ (bridge w wan) > > | | > > +--------------------------------------------------------OPT2---+ > 10.0.0.10/32 > > Border01 and Border02 are both pfsense. I am accessing both LANs by > using the OPT2 interface on Borde2 ( gave that interface an IP from > Border01's LAN and added that gateway to the gateway matrix) > > However, my question is how can I route the x.x.x.x to y.y.y.y without > going through the public internet. I have tried the static routes but > my setup did not fly. > > Any suggestions ? > Static routes will work fine in this scenario if you have them setup properly. First issue I see (might be a typo) is OPT2 on Border 02 shows a /32 subnet mask, that interface won't be able to talk to 10.0.0.1/24 on Border 01 with a /32 mask and hence routing wouldn't work. If that's just a typo and it's really /24, then post what static routes you were trying. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
