Gateway Address
Gateway address is normally ends with .1
. For example if the ip 10.3.146.201/24
gateway should be 10.3.146.1
.
See: Network Gateway
[!important]
Normally we add a default route as the gateway address, for example:
sudo ip route add default via <gateway_ip>
If we don't do this, unexpected problem might happen. See Why device need a default route