Jump to content
Калькуляторы

NAS, резервирование default маршрута

имеем NAS (клиенты PPPoE) 

имеем:

один маршрут 0.0.0.0/0 на 10.0.0.1

требуется:

два марщрута аля:

0.0.0.0/0 на 10.0.0.1

и 0.0.0.0/0 на 10.0.0.2

 

исходя из того что 1ый сервер "упал"

Share this post


Link to post
Share on other sites

если я правильно понимаю чтото типа:


 

Quote

 

/ip route
add check-gateway=ping distance=20 gateway=10.0.0.1

add check-gateway=ping distance=60 gateway=10.0.0.2

 

 

 

 

так?

Edited by Artom_12

Share this post


Link to post
Share on other sites

да, сори так:

Quote

 

/ip route
add check-gateway=ping distance=20 gateway=10.0.0.1

add check-gateway=ping distance=60 gateway=10.0.0.2

 

 

чтобы если NAT-сервер основной "упал" или обслуживание было, клиенты бы пользовались резервным который стоит в другом месте, должно же работать?

Edited by Artom_12

Share this post


Link to post
Share on other sites

да блин, извините, с телефона писал скопировал через ж...

 

Quote

 

/ip route
add check-gateway=ping distance=20 gateway=10.0.0.1

add check-gateway=ping distance=60 gateway=10.0.0.2

 

так?)

Edited by Artom_12

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.