ask with IP for mikrotik

Hi, first sorry with my english.


i need put one ip address to my mikrotik to management with other connection (with a diferent ip address)

for example:
the mikrotik ip address 190.15.15.26 and i need management this from 180.10.2.50

for make that i do that:
go to my winbox > IP > Addresses, but in the New Addresses i view this “0.0.0.0/0”, and i need know how i can put this ip (for example) 190.15.15.26, i don’t have the segment after the last octect “/0”

thanks
nice regards

Hi systemok25,

if u want to know what to put behind the / for a single ip-adress it’s /32

That /-Notation is Ip-Adress/Subnetmask.

So instead of writing
IP:192.168.0.0
Subnetmask:255.255.255.0

u could write 192.168.0.1/24 which denotes about 254 Ip-Adresses.

In your case it’s like writing 190.15.15.26/255.255.255.255 <=> 190.15.15.26/32

I suggest further reading about IPv4/Subnets in general, you’ll need that once in a while :smiley:

regards

till@msgbr

you mean

IP> ADDRESSES >
Address : 190.15.15.26/32
network : automatic found
broadcast: automatic found

and i can management with that ip address???