Hi,
So I’ve read that port 1 is configured on a 750UP as a “WAN” interface.
Is it possible to access the web interface from this port? I don’t know if I need firewall rules to explicitly allow it or if there is a setting somewhere..?
I’m not hooking port 1 up to a DSL modem, but instead its connected to another router with a /30:
FYI: Some ISPs block port 80 requests to residential ips. Mine does. I have commercial accounts, so I am not blocked. If that is the case, you might want to move the service to another port.
/ip service
set www port=8088
Then access it like this: http://1.2.3.4:8088
Replace 1.2.3.4 with your public ip.
as OP noted - it is configured as WAN interface, and there are no router services available to be accessed via WAN interface in default configuration of RouterOS.
You will need to check “/ip services” and “/ip firewall filter” to allow certain services to become available via WAN interface.