I have a few build machines that engineers are complaining that their builds are failing because IPv6 is enabled.. now.. I can't for the life of me see where it is enabled, or even drawing an IP address.. an ifconfig -a shows only IPv4 addresses, and an ifconfig -a6 shows nothing..
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 ind
ex 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.65.4.80 netmask ffffff00 broadcast 10.65.4.255
ether 0:14:22:2d:4a:a5
bash-3.00# ifconfig -a6
bash-3.00#
My question is... how do I turn off IPv6? In Redhat it's nice and easy.. I just disable the ipv6 mod in modprobe.conf.. but I can't see anything.. some posts referred to \etc\inet\ndfd.conf(something like that) but I don't have that particular config file...
Any ideas?
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 ind
ex 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.65.4.80 netmask ffffff00 broadcast 10.65.4.255
ether 0:14:22:2d:4a:a5
bash-3.00# ifconfig -a6
bash-3.00#
My question is... how do I turn off IPv6? In Redhat it's nice and easy.. I just disable the ipv6 mod in modprobe.conf.. but I can't see anything.. some posts referred to \etc\inet\ndfd.conf(something like that) but I don't have that particular config file...
Any ideas?