[admin@HotSpot] > interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU
0 R ether1 ether 1500 1526
1 X ether2 ether 1500 1524
2 ether3 ether 1500 1524
3 X ether4 ether 1500 1524
4 R ether5 ether 1500 1524
[admin@HotSpot] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 ;;; hotspot network
10.5.50.1/24 10.5.50.0 10.5.50.255 ether5
1 II.III.III.4/25 II.III.III.0 II.III.III.127 ether1
2 192.168.0.1/24 192.168.0.0 192.168.0.255 ether3
[admin@HotSpot] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 II.III.III.1 1
1 ADC 10.5.50.0/24 10.5.50.1 ether5 0
2 ADC II.III.III.0/25 II.III.III.4 ether1 0
3 ADC 192.168.0.0/24 192.168.0.1 ether3 0
[admin@HotSpot] > ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 chain=forward action=accept
[admin@HotSpot] > ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=10.5.50.0/24
2 chain=srcnat action=masquerade src-address=192.168.0.0/24