ā07-27-2016 07:02 AM - edited ā03-08-2019 06:47 AM
I have a Cisco 1921 (main router) setup for Internet access and tied into a switch for the LAN. I have a router (Buffalo) configured basically as a remote access point, hard wired to the switch, with an IP & subnet mask on the LAN, but with no gateway listed. This worked perfectly before I switched the old main router our with the Cisco. All computers that are hard wired to the switch have no problems, but any computers using the WiFi on the remote router can not hit the internet. The settings (basic ones) are listed below:
Cisco:
WAN: 70.XXX.XXX.91, 255.255.255.240, 70.XXX.XXX.81
LAN: 192.168.40.1
Remote Router:
No WAN
LAN: 192.168.40.200, 255.255.255.0, no Gateway
We use no DHCP at all, and all computers and laptops have static IP's of 192.168.40.XXX pointing to the .1 gateway. Again, before I took the old main router out to put in the better Cisco router, everything worked perfectly and nothing has changed except for swapping the main router.
**EDIT - Wow! I have always gotten quick responses so I think I am in trouble here! I have no idea if something is missing from the Cisco to allow the access point to work or not, but I have no idea!
Solved! Go to Solution.
ā07-28-2016 02:36 PM
Hello
Sounds like for the you need to apply some network address translation ( NAT)
On the Cisco router
int x/x
description WAN interface
ip address 70.XXX.XXX.91 255.255.255.240
ip nat outside
exit
int x/x
description LAN interface
ip address 192.168.40.1 255.255.255.0
ip nat inside
exit
access-list permit 10 ip 192.168.40.0 0.0.0.255
ip nat inside source list 10 interface <wan interface> overload
ip route 0.0.0.0 0.0.0.0 <wan interface> 70.XXX.XXX.81
Remote router
ip route 0.0.0.0 0.0.0.0 192.168.40.1
res
Paul
ā07-28-2016 02:36 PM
Hello
Sounds like for the you need to apply some network address translation ( NAT)
On the Cisco router
int x/x
description WAN interface
ip address 70.XXX.XXX.91 255.255.255.240
ip nat outside
exit
int x/x
description LAN interface
ip address 192.168.40.1 255.255.255.0
ip nat inside
exit
access-list permit 10 ip 192.168.40.0 0.0.0.255
ip nat inside source list 10 interface <wan interface> overload
ip route 0.0.0.0 0.0.0.0 <wan interface> 70.XXX.XXX.81
Remote router
ip route 0.0.0.0 0.0.0.0 192.168.40.1
res
Paul
ā07-28-2016 02:36 PM
The only thing missing is the last line in the Cisco router and the only line you show to add for the remote router. I will add them this weekend when no one is using the system and update. Thanks for the reply - I was beginning to think I was on my own!
Thanks
ā07-28-2016 02:54 PM
Hello Anthony
Dont get disheartened if you do not receive a reply promptly - This forum is all voluntary and we all post/answer questions when we can.-- Its a great forum and the technical experience of these guys is invaluable and absolutely free !
I am sure your query will get resolved if not from me maybe by another!
all the best
Paul
ā07-29-2016 06:02 AM
Oh, no - I didn't mean it like that! I appreciate ALL the help I get, what I meant was that since I hadn't had any responses, it was something that nobody knew how to correct - that's what I meant by "...I was in trouble..."!
Thanks
ā08-30-2016 01:42 PM
Sorry to bother you - just wanted to let you know that I had to move to an emergency project so we have been struggling along with the old router. I am hoping to be able to put in the commands you told me to use this weekend and switch out the routers and will mark the answer as correct when done. Didn't want you to think I was one of those who gets the help then moves on without appreciation!
ā09-04-2016 09:13 AM
Thank you - finally got back to this issue and your commands in the remote router was what I needed! All works like a charm now! Thanks again!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide