question about using IP address

hi,all
I’m new here and using RouterOS.
can I use A type IP address(10.9.9.0/24) instead of 192.168.0.0/24 for local network ?
is there need any configuration? how?
thanks! any one help!


Yes,
addresses or anything as you want, with mikrotik you will friendly

regards
Hasbullah.com

no matter if PUBLIC have same IP subnet like me?

hi,all,
When I using IP 10.10.10.0/24 for my local network ,I can’t get internet access, is there need any configuration then I can using that Ip?

add some detail
when I using IP above with subnet mask 255.0.0.0 cann’t access internet,but if I use subnet mask 255.255.255.0 can access internet,and if I enable command below I will not get access too,
/ip firewall filter add chain=forward action=drop comment=“drop everything else”

by the way is there need arrange rule like some need always above and some under ,if not router will be run slower?
thanks !!

Make sure that subnet mask used on computer is equal to router subnet mask, check that masquerade rule has correct src-address specified (correct subnet mask).

when I add netmask in DHCP Server 255.0.0.0 after Apply it become 8,is this correct?
I only add ‘ip firewall nat add action=masquerade chain=srcnat
out-interface=Public_Interface_Name’.
can you tell me complete rule in this point?
thanks!!

if your router has address 10.10.10.1/24 then dhcp has to give out addresses from range if 10.10.10.0/24 network, otherwise it will not work