- Enable IPv6 Address
- Settings in the /etc/sysconfig/network-scripts/ifcfg-eth0
- Restart the network
- Check new settings
- Use network utility tools to check the data transfer in IPv6
- Configure DNS (BIND) to listen on IPv6 address as well
- Edit /etc/named.conf with following parameters
- Enable firewall
- Edit /etc/sysconfig/ip6tables
Add following parameters to the file
IPV6INIT=yes
IPV6ADDR=
IPV6_DEFAULTGW=
/etc/init.d/network restart
Use command ifconfig
traceroute6 gatewayip
ping6 gatewayip
tcpdump -n ip6 ....
listen-on-v6 port 53 { ipv6_address_of_the_server;};
allow-query { 0.0.0.0/0; ::/0;};
Note: If this is a caching DNS server for all, above settings are ok, else configure 'allow-query' with your network settings
add rules as you did in iptables
http://www.cyberciti.biz/faq/rhel-redhat-fedora-centos-ipv6-network-configuration/#comments
http://www.sixxs.net/wiki/IPv6_Firewalling
No comments:
Post a Comment