Senior-Design-May1601 / config

Repository for product configuration files
0 stars 0 forks source link

Check if we need an IPv6 IPTables ruleset #35

Open nskinkel opened 8 years ago

nskinkel commented 8 years ago

I think we might be implicitly allowing all IPv6 connections. We might need a rules.v6 file, and we should double check this.

dborg92 commented 8 years ago

We definitely need to address this if there network assigns ipv6 addresses, which is likely.

Could we just drop all connections on IPV6? While this would be a nice feature to add to the device, some one will need to write the ipv6 ruleset, which i understand is different than the ipv4 set.

We could simply use a drop all connections ruleset for now and similar to how we've handled ipv4, give them the option of updating this in the future.