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.
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. |
|
| 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. 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 . |