将防火墙从 IPv4 迁移到 IPv6
我正在参与一个将防火墙应用程序从 IPv4 迁移到 IPv6 的项目。我有几个问题:
- 可能需要进行哪些更改和修改?
- FTP、HTTP、POP3等流行协议是否也需要适配/修改?
- 应该或必须实施哪些 IPv6 组件?
- 更喜欢哪种隧道/转换机制?
由于我是这个网络安全领域的新手,希望大家能给我一些宝贵的意见。提前致谢。
I am working in a project to migrate a firewall application from IPv4 to IPv6. I have several questions:
- What changes and modifications might be needed?
- Will the popular protocols such as FTP, HTTP, POP3 also need to be adapted/modified?
- Which IPv6 components should or must be implemented?
- Which tunneling/transition mechanism to prefer?
As I am new to this network security field, I hope you guys could give me some valuable input. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多事情需要考虑。我突然想到:
fe80::/10
)、全局单播和多播地址范围之间的区别。确保您支持使用链路本地地址的接口范围(您将看到类似fe80::1%eth1
的地址,它将指示 eth1 接口上的链路本地地址)。There are a lot of things to consider. Off the top of my head:
fe80::/10
), global unicast, and multicast address ranges. Make sure you support interface scoping with link-local addresses (you will see addresses likefe80::1%eth1
, which will indicate the link-local address on the eth1 interface).