M
M
m2_viktor2016-02-12 08:28:42
Computer networks
m2_viktor, 2016-02-12 08:28:42

What are the advantages of using ipv6 in a corporate network?

Подключил ipv6, теперь все мои домашние устройства имеют публичный ip-адрес, что с одной стороны хорошо, но не безопасно, т.к. на ноутбуке родителей к примеру разрешен доступ по rdp и smb, и есть учетные записи без пароля или с простым паролем. Других преймуществ и недостатков для себя я не вижу, но на различных ресурсах живо обсуждают ipv6, но с какой целью? Что еще такого дает ipv6 кроме увеличения количества адресов и публичного адреса? Если бы я работал админом, то мне очень не хотелось бы, чтобы ПК главбуха, директора, да или просто рядового сотрудника был доступен по публичному адресу, не смотря на фаерволы и запрещающие правила. В интернете полно инфы, я знаю, про мультикасты, несколько адресов, и т.д. но хочу понять реальные преймущетсва, кроме тех, что я уже перечислил.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Cool Admin, 2016-02-12
@m2_viktor

The real advantages of ipv6:
1. Lack of NAT - which means the ability to achieve high Internet speeds (more than 300 megabits on a soho router)
2. No need for DHCP - all services are configured by themselves.
As for protection: a few simple firewall rules completely protect the network inside the perimeter
/ip firewall filter
add chain=forward comment="allow connections from lan" in-interface=lan
add chain=forward connection-state=established comment="allow established connections "
add chain=forward connection-state=related comment="allow related connections"
add chain=forward action=drop comment="drop their connections"

L
look2009, 2016-02-12
@look2009

So, in theory, the protocol was extended to v6 to increase the pool of addresses, the only thing that is bad is the implementation, the good old v4 is very well integrated into all pieces of hardware, which is far from being said about v6, which was implemented in haste. What can affect the network, with hightload on ipv6, Yandex wanted to throw it out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question