Playing with OES and could not get iManager working.  Turns out you have to disable IPv6.
Novell TID 10098152 tells you how:
The following steps should be followed to disable IPV6 on SuSE Linux Enterprise Server 9: 
1- Modify /etc/modprobe.conf.local by adding the following:
#
# please add local extensions to this file
#
install ipv6 /bin/false
2- reboot
*** In some circumstances, it is also necessary to modify the /etc/modprobe.conf and change the following:
alias net-pf-10           ipv6 
to 
alias net-pf-10           off
No comments:
Post a Comment