I have full IPv6 connectivity from my ISP. I also have the
ipv6 firewall
command enabled as default, because otherwise my whole network would be exposed.
I'm trying to allow connections to some of the IPv6 addresses. For example, let's say I want to host a web server on one of my devices. As I understand, at the moment I have to use the command:
ipv6 static tcp <WANinterface><deviceMAC> 80
This way, I can reach my web server from outside on its IPv6 address because I think that every TCP connection on port 80 on my prefix will be forwarded to the device, but at layer 2 level.
But what if the device has two IPv6 addresses?
Or, what if I want to host two web servers on the different devices? How can I allow connections to port 80 for two IPv6 addresses?
Why isn't an IP-based firewall avalable for IPv6, like for IPv4?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
fl4co
I have full IPv6 connectivity from my ISP. I also have the
ipv6 firewall
command enabled as default, because otherwise my whole network would be exposed.
I'm trying to allow connections to some of the IPv6 addresses. For example, let's say I want to host a web server on one of my devices. As I understand, at the moment I have to use the command:
This way, I can reach my web server from outside on its IPv6 address because I think that every TCP connection on port 80 on my prefix will be forwarded to the device, but at layer 2 level.
But what if the device has two IPv6 addresses?
Or, what if I want to host two web servers on the different devices? How can I allow connections to port 80 for two IPv6 addresses?
Why isn't an IP-based firewall avalable for IPv6, like for IPv4?
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.