07-09-2023 12:45 AM
Hello
I have LAN with 192.168.1.0/24 and i do nat to allow the LAN access to internet .
also i have in same LAN 2 ubiquity antennas i need to configure it from outside .
how i can do that?
thanks ,,,,,
07-09-2023 01:55 AM
@ghtmoha153 hi, can you explain more about your requirement. 2nd part is bit confusing. its better if you can share small diagram
07-09-2023 03:06 AM
ip nat inside source list 1 interface <WAN> overload
!
ip access-list standard 1
deny 102.168.1.0 0.0.0.255
permit x.x.x.x y.y.y.y
!
NOW static NAT
ip nat inside source static tcp/udp x.x.x.x <port> <WAN> <port>
07-09-2023 05:30 AM
What about 2 antennas is inside and outside same direction?
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