Hi all, I bought the DSL-2750B ADSL2 Modem/Router so I could setup an Ipv6 Internet and a local lan with Ipv6.
However my ISP does not support Ipv6 yet, so my next option was to setup a tunnel from 6in4 using Hurricane Electric.
However the DSL-2750B does not look to be able to forward protocol numbers.
(looked in port forwarding)
There seems to seems to be another option called Filtering Options.
Advanced > Filtering Options >
This gives you the ability under protocol "Any" could this do it?
I am still a bit of a newbie to all of this,
But the main goal, would be:
Hurricane Electric > ADSL2 Modem/Router forward to > Linux Host ( setup ipv6 here)
Setup an in interface on the Linux Host Then enable it in iptables on the Linux Host:
iptables -I INPUT -p 41 -j ACCEPT
iptables -I OUTPUT -p 41 -j ACCEPT
OR would it be wiser to put the Linux Host in a DMZ situation (still a newbie can someone please explain this?)
Any ideas suggestions?
Thanks for your time.