| Subject: | RE: How do I test CIPE ??? |
| From: | Roskanuk Michal <Michal.Roskanuk,AT,merlin,DOT,cz> |
| Date: | Mon, 21 May 2001 16:22:54 +0200 |
I'm guessing mistake in name server as one of errors you done. You're using (for which weird reason?) dns names on the 2nd box. Furthermore there are fake domains. Who can be sure what IPs it means,when those names doesn's exists in their domains? Test can't say anything useful if you don't run it under final environment conditions. Another error is in port numbers. When box 1 listens on port 6788, why box 2 transmits on port 6543? Peer ip address (which includes port number, too) must be equal to Me ip addres on the other side. I suggest you first readout docs closely. Then you'll understand CIPE basics and 'll be able to configure it correctly. If this one works, its IMHO 8th world's wonder. Mike P.S. Also keep in mind that routing tables are very important. For system they're very useful from time to time. P.P.S. I feel my religion related preferences in another style and and don't write it to every corner, because i don't want to bother anybody. It's my private thing. > I sometimes also get the error message : looped route > > Am using Red Hat 7.0. Kernel 2.2.x > and tar of cipe-snapshot-20000702.tar.gz ( cipe 1.3 ) > > my two conf files are below. > ----------- > machine 1 /etc/cipe/options > ----------- > ptpaddr 172.168.1.100 > ipaddr 172.168.1.200 > me 172.16.28.103:6788 > peer 100.200.1.100:6544 > ----------- > machine 2 /etc/cipe/options > ----------- > ptpaddr 172.168.1.200 > ipaddr 172.168.1.100 > me real1.ratnakar.com:6789 > peer tech.pune.redhat.com:6543 > --------------