Feed on
Posts
Comments
[root@nicky bin]# /sbin/ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:16:3E:69:8E:99
          inet6 addr: fe80::216:3eff:fe69:8e99/64 Scope:Link
          inet6 addr: 2a01:348:0:6:5d59:506a:0:1/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

I turned off IPv4 completely on nicky and suddenly realized a few things:

  • NTP: There’s no v6 NTP servers in the rhel.pool.ntp.org pools. Wound up using Sixxs.net’s pool.
  • CentOS repositories: There’s not many v6 mirrors out there, but enough to successfully run a yum update.
  • RPMforge/dag repo: There’s no v6 rpmforge/dag mirrors that I fould find at all.
  • snmpd: snmpd hates me. I added the com2sec6 bits to my VACM configuration, and udp6:161 to my snmpd.options file. I know the request is making it because I see a “connection received from” entry in my log file for v6 addresses. Interestingly, the exact same snmpd.conf works on tifa with v6 requests, which still has v4 enabled.

Leave a Reply