Hi,
I use OpenBSD 5.0 with 2 NICs : rl0 and fxp0
rl0 : lan / fxp0 : egress, internet
On the OpenBSD Firewall : i can ping6 ipv6.google.com and 'lynx ipv6.google.com' works.
But on workstations, i can't ping -6 ipv6.google.com and ipv6 website is not reached.
Kernel setup :
net.inet.ip.forwarding=1
net.inet6.ip6.forwarding=1
net.inet6.ip6.accept_rtadv=0
my pf.conf :
he="66.220.2.74"
heserver="216.xx.xx.xx"
lan="rl0"
set skip on {lo,gif0}
set block-policy drop
match out on egress from $lan:network to any nat-to egress $opt
match in all scrub (no-df max-mss 1440)
block log all
pass in proto ipv6 from $heserver to egress keep state
pass out proto ipv6 from egress to $heserver keep state
pass out on egress inet proto udp
pass out on egress inet proto tcp $opt
pass in on $lan inet6
pass out on egress inet6
pass in on $lan inet proto tcp from $lan:network to port {www,https}
pass in on $lan inet proto udp from $lan:network to port domain
pass out on egress inet proto icmp all icmp-type echoreq
pass in on $lan inet proto icmp all icmp-type echoreq
pass in on egress inet proto icmp from $he to any icmp-type echoreq
Please, can you help me on allowing my hosts to use ipv6 ?
Thank you very much.
www.mouedine.net