RB750 WAN PORT

i have a RB750 (hotspot managing) which wan port (eth01) is in dhcp client mode.

this configuration is ok.

my internet provider (Telecom Italia) has assigned to me a public IP range (80.19.36.26 - 30 / mask 255.255.255.248 / gateway 80.19.36.25) so i need to assign to eth01 the IP address 80.19.36.26/ mask 255.255.255.248 / gateway 80.19.36.25.

i have done any possible action (following manuals and using winbox) but it doesn’t work, maybe the main question is how to setup gateway address.

grateful if you can give me instructions.

Thanx

Francesco

You add the IP address the same way you would on any other port.

/ip address add address=80.19.36.26/29 interface=eth01

Add a default route through the gateway:

/ip route add dst-address=0.0.0.0/0 gateway=80.19.36.25

Then remove the DHCP client.

hi fewi,

thanx a lot for your assistance and sorry for delay in reply.

just one more question:

  • how to avoid hotspot control for some IPs or MACs so that PCs belonging to our intranet can have free access

thanx again.

F

http://wiki.mikrotik.com/wiki/Manual:IP/Hotspot#IP_Bindings

IP-Binding HotSpot menu allows to setup static One-to-One NAT translations, allows to bypass specific HotSpot clients without any authentication, and also allows to block specific hosts and subnets from HotSpot network


/ip hotspot ip-binding add mac-address=aa:bb:cc:dd:ee:ff type=bypassed