How to setup internet with ISP Lan ip

1:>My profile:

WAN IP : 10.0.53.123
NetMask:255.255.255.0
Gateway:10.0.53.254
Interface:FDDI_G_WAN
ROS Version: ros 4.13

2:>setup

i set the ip address on a interface,but i can not choose the gateway setting.
my interface setting:
[admin@MikroTik] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 ;;;
192.168.1.1/24 192.168.1.0 192.168.1.255 LAN
7 10.0.53.123/24 10.0.53.0 10.0.53.255 FDDI_G_WAN
[admin@MikroTik] /ip address>


and i used the ros-->tools-->ping(from FDDI_G_WAN) www.google.com/119.147.15.17 ,but it is time out.

but i used my notebook ,and set the ip,netmask,gateway, i can browse the website well.


who can tell me how to set ?

If you are manually setting up the WAN ip in the router, you need to add a default route (IP → Router) in the router so that 0.0.0.0/0 uses 10.0.53.254.

Setup DNS (IP → DNS) in the router.

Setup NAT in the router for your PC’s.

Setup DHCP in the router if you want.

This will work.