Aiccu on Mac OSX 10.6.7
Shadow Hawkins on Monday, 09 May 2011 23:45:21
Hello,
I have installed aiccu on MAC OSX 10.6.7 as per instructions in the FAQ.
When I run aiccu test, I immediately get a message about the interface that does not exist.
I have tried several options:
ipv6_interface sixxs
ipv6_interface tun0
ipv6_interface tap0
But all give the same error message like:
sh-3.2# ./aiccu-mac-i386 test
ifconfig: interface sixxs does not exist
ifconfig: interface sixxs does not exist
ifconfig: interface sixxs does not exist
ifconfig: interface sixxs does not exist
route: writing to routing socket: File exists
Since I could not find a sample /etc/aiccu.conf file, I am guessing what to fill in for the ipv6_interface. Can someone point me in the right direction ?
Regards,
Frits.
Aiccu on Mac OSX 10.6.7
Jeroen Massar on Tuesday, 10 May 2011 13:49:05
First off, you need to have the tun/tap kernel component installed.
The device is called 'tun0' but apparently the devices are not looked for anymore in /dev/, thus you might want to try running it from the /dev/ directory, thus: "cd /dev/; /usr/sbin/aiccu start" which might overcome that.
Aiccu on Mac OSX 10.6.7
Shadow Hawkins on Tuesday, 10 May 2011 17:52:44
Hello Jeroen,
I did allready install the Tun/Tap drivers as per instructions in the FAQ.
The problem was something else. I had the wrong tunnel type, 'heartbeat' instead of 'ayiya'. Aiccu did nog give an error message about that. After changing to another ayiya type tunnel it worked.
Also aiccu does not give any error message when 'verbose' is not set to 'true' in /etc/aiccu.conf. It was totally silent when I had an error in my username/password and had a login failure.
The parameter for 'ipv6_interface' seems irrelevant, can be 'sixxs' or anything else. It always uses /dev/tun0 as the character device file to create an interface named 'tun0'. Performing a 'cd /dev' is not nessecary.
So what is the meaning of the parameter 'ipv6_interface'?
regards,
Frits.
Posting is only allowed when you are logged in. |