Thanks for reply! It still not work : (. I install a common quagga.0.99.16. The same thing happened.
Add some debug info, then find that function "socket()" returns -1, errno "Permission Denied" . I do exactly the same thing on Fedora(VMWare X86 32bit), Ubuntu(X86 32bit), they all create socket successfully and I can telnet to the vty ineterface. I am not familiar with opensolaris and unix socket, should there be some special configuration? By the way, another question: The Trill RFC said trill hello should not be padded, but it seems they are still padded in your code, why? Thank you! Wurui On Wed, May 26, 2010 at 12:28 AM, Rishi Srivatsavai < [email protected]> wrote: > Wurui wrote: > >> Hi Guys >> >> I have run opensolaris b134 on vmware and install trill quagga. I >> create one Rbridge and they works well, >> >> but when I try to config a vty interface and try to telnet, it seems >> not work. >> >> I config like this: >> I have one Rbridge named rbridge_one. >> Then use command " trilld -A 127.0.0.1 -P 2068 -f >> /home/wgr/config_file -i /home/wgr/pid_file rbridge_one " >> to create a vty interface. I can see it creates another trilld >> process, but no process listen at port 2068, and >> I can't telnet to 2068 too. There is only host name and password in >> config_file. >> > You probably need to add the "enable password xxxx" line to the config > file. > For example here is a sample config file: > > hostname HOSTNAME > password xxx > enable password xxx > log file /tmp/LOGFILE > > Rishi >
_______________________________________________ rbridges-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/rbridges-dev
