AICCU failing some of the ip commands on CentOS
Shadow Hawkins on Thursday, 30 July 2009 18:41:47
I get this a ton while running the AICCU program.
sh: ip: command not found
sh: ip: command not found
sh: ip: command not found
sh: ip: command not found
sh: ip: command not found
sh: ip: command not found
I have other connectivity issues that are keeping my tunnel from actually working - but they're my issues w/ connectivity in general (linksys router being a pain with proto41). With none of the ip commands being run, the tunnel itself is never created. i do create it by hand and it comes up no problem (see below).
I'm running CentOS 5.3 and I know the ip commands do work because thats how I set the tunnel up. I obtained AICCU via yum using the EPEL Fedora repository.
[tmyoungjr@alpha sbin]$ sudo ip tunnel add sixxs-ipv6 mode sit remote 216.14.98.22 local 192.168.1.201 ttl 255
[tmyoungjr@alpha sbin]$ sudo ip link set sixxs-ipv6 up
[tmyoungjr@alpha sbin]$ sudo ip addr add 2001:4978:f:39e::2/64 dev sixxs-ipv6
[tmyoungjr@alpha sbin]$ ip -f inet6 addr
8: sixxs-ipv6@NONE: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1480
inet6 2001:4978:f:39e::2/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::c0a8:1c9/128 scope link
valid_lft forever preferred_lft forever
my aiccu start / test commands are run using sudo so they have all of the privileges needed. is there anything i can do - is this common? thanks. I have searched the forums and not found much either.
AICCU failing some of the ip commands on CentOS
Jeroen Massar on Thursday, 30 July 2009 22:38:28 sh: ip: command not found
Configure your $PATH correctly (generally a 'su -' does the trick).
ip tunnel add sixxs-ipv6 mode sit remote 216.14.98.22 local 192.168.1.201 ttl 255
That will never properly work unless there is a lot of voodoo in your NAT box.
AYIYA is the proper solution.
AICCU failing some of the ip commands on CentOS
Shadow Hawkins on Friday, 31 July 2009 20:46:19
actually worked fine with DD-WRT. that router failed on me sadly enough (hardware failure on an uber old linksys) :( and i just haven't gotten around to changing the new one to DD-WRT also.
i'll give the su a shot - thanks.
Posting is only allowed when you are logged in. |