DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 19th August 2008
Weaseal's Avatar
Weaseal Weaseal is offline
Package Pilot
 
Join Date: May 2008
Location: East Coast, US
Posts: 177
Default Routing and routing some more!

Okay, so here's my network:



Everything outside of the red circle is done, and soon we will do the part inside the red circle.

I added a static route to the ADSL modem/router/AP (192.168.1.1) as such:
Destination: 192.168.2.0, gateway: 192.168.1.200
So now all 192.168.1.0/24 clients can talk to all 192.168.2.0/24 clients, and this works.

When we add the 192.168.3.1 access point, where do I add that static route, and with what Gateway?
Would it be, Destination: 192.168.3.0, gateway: 192.168.2.20, and add this to the FreeBSD gateway ?
Or would it be, Destination: 192.168.3.0, gateway: 192.168.1.200, and add this to the ADSL modem?
Or do I need to do both?

EDIT: I forgot to mention, the 192.168.3.0/24 clients do not need internet access!

Routing, oi vey!
__________________
FreeBSD addict since 4.2-RELEASE.
My FreeBSD wiki.

Last edited by Weaseal; 19th August 2008 at 11:53 AM.
Reply With Quote
  #2   (View Single Post)  
Old 19th August 2008
chavez243 chavez243 is offline
Fdisk Soldier
 
Join Date: May 2008
Location: Leamington, ON
Posts: 50
Default

your AP bridge is layer 2 and the two connected networks are on different subnets, so either you need a /16, or put a router between the switch and AP on both ends. You just want .2.0/24 to be able to route to .3.0/24 and vice versa - yes?

if 192.168.2.1 is the def gtwy for hosts on .2.0/24 - you will need a static route there for traffic bound for .3.0/24

The IPs assigned the the APs are for the mgmt interface -yes?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
trouble with binat routing SystemDog OpenBSD General 3 21st December 2009 04:01 PM
Loose UDP routing? spiller37 OpenBSD Security 4 31st July 2009 11:10 PM
double nat routing giagni General software and network 5 22nd May 2009 07:10 PM
Firewall routing Magoo FreeBSD General 9 4th November 2008 04:39 PM
OpenBSD and routing cchapman OpenBSD General 5 25th July 2008 05:55 PM


All times are GMT. The time now is 04:05 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick