Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jun 2008 10:58:19 -0400
From:      Steve Bertrand <steve@ibctech.ca>
To:        erpa1119 <erpa1119@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: wireless help
Message-ID:  <484AA20B.2070500@ibctech.ca>
In-Reply-To: <17709547.post@talk.nabble.com>
References:  <17709547.post@talk.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> topology: 
> wall-->bellsouth router-->linksys AP 
> linksys has a static IP of 192.168.1.3 
> bellsouth router has a static IP of 192.168.1.254 

You need to configure different prefixes (aka subnets) on each side of 
the Linksys router:

LAN side on Bellsouth:	192.168.1.254 255.255.255.0
WAN side on Linksys:	192.168.1.3   255.255.255.0

LAN (wifi) side of Linksys:	192.168.2.1 255.255.255.0
Laptop:				192.168.2.2 255.255.255.0

Laptop gateway:			192.168.2.1

A trick I recommend very frequently to our ADSL subs that want to 
implement a wireless router into their network who are already using our 
equipment that has NAT enabled (to avoid double-NAT), is to disable DHCP 
on the LAN side of the Linksys, disable the WAN interface, and connect 
the ADSL modem to one of the LAN ports on the Linksys.

Essentially, your access point will then be just that.

Hope I understood your problem properly.

Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?484AA20B.2070500>