First time install

Hi there.

Setting up my first RB ‘450G’ following this wiki, with a few mods.

http://wiki.mikrotik.com/wiki/Securing_New_RouterOs_Router

I’m beginning to anderstant most of it, but one thing i just dont get.
As i’m finished with it and reboot, i loose the abilety to log in through winbox & ssh.
I can still log in through serial.

I’m looking at this line,

add chain=input src-address-list=safe action=accept comment="Allow access to router from known network" disabled=no

and understands that i have to add my ip’s that i want tu use in accessing the RB.
I just can’t figure out how.

Do i:
1: add it somehow in that sentence.
2: add it to (src-address-list=safe), if so, where do i find it.
3: Some ‘for me’ obscure place :-p

As i dont know squiddley about RB, any tipps are greatly apriciated.

this might be what you want:

/ip firewall address-list add list=safe address=x.x.x.x

Ahhh, thats love at first reply :wink:
I’ll try when i get home.
Thank’s a million mate…

Does it have to be a precise adress, ie 192.168.10.10.
Or is it possible to give the whole lan access, ie 192.168.10.0/24 ?

Worked like a charm :smiley:
Thank’s Mate …

Both. And also IP address range, for example, x.x.x.1-x.x.x.10

Niiiiice :smiley:
Thank’s