Cisco Catalyst IW9167E Heavy Duty Access Point Configuration Guide, Release 26.1.x

PDF

Cisco Catalyst IW9167E Heavy Duty Access Point Configuration Guide, Release 26.1.x

Configure a static route for NAT wired client access to the WebUI in uWGB mode

Want to summarize with AI?

Log in

Learn how to configure a static route for a NAT wired client to access the WebUI in uWGB mode by adding the necessary routes and interface settings on a Linux client.


This procedure describes how to configure a static route for NAT wired client access to the WebUI in uWGB mode.

You can add a route to the NAT wired client to access the WebUI in uWGB mode via private LAN port.

Run these commands on the Linux client.

Procedure

1.

sudo ifconfig ens192 172.16.1.10 netmask 255.255.255.0

ens192 —NAT wired client interface.

172.16.1.10 —IP address of NAT wired client.

2.

sudo ip route add 172.16.1.0/24 dev ens192

3.

sudo ip route add 192.168.109.0/24 via 172.16.1.11 dev ens192

The Cisco WGB Web UI for uWGB can be accessed from the NAT wired client.

172.16.1.11 —Configure WGB LAN port in WLAN > Radio Configuration > uWGB mode > NAT .

192.168.109.0 —Outside network IP address.

After configuring uWGB mode, access the Cisco WGB Web UI using the IP address 172.16.1.11 from the NAT wired client.

Create a NAT rule to access uWGB mode. For details on NAT rules creation, see Create NAT rules .