aiccu subnet configuration on FreeBSD
![]()
Hello,
I have been running aiccu on FreeBSD 6.2 with no problems untill recently. I have requested a new subnet, which has been already granted to me. The problem is that my static ipv6 does not work any more, but I can't seem to be able to find out how to let aiccu automatically set up some IPv6 addresses from my subnet's range.
This is what I tried:
aiccu.conf:
# Script to run after setting up the interfaces (default: none)
setupscript /usr/local/etc/aiccu-subnets.sh
root@[SC1.daemon /usr/local/etc]# cat aiccu-subnets.sh
#!/bin/sh
/sbin/ifconfig gif0 inet6 2001:15c0:6672::1 prefixlen 128 add
root@[SC1.daemon /usr/local/etc]# ll aiccu-subnets.sh
-rwxr-x--- 1 root wheel 72 Sep 8 16:03 /usr/local/etc/aiccu-subnets.sh
So far, so good. Now when I try to restart my aiccu client, it doesn't run the setupscript (or at least it looks so). When I run aiccu-subnets.sh manually from command line, it works flawlessly.
Do you guys have any ideas? Thanks for your help in advance!
aiccu subnet configuration on FreeBSD
![]()
Just to clarify: my original IPv6 static tunnel works fine, there is a typo in the third sentence :)
aiccu subnet configuration on FreeBSD
|