Hi,<br><br>I have read a thread about a problem which is exactly the same as mine but its solution did not help me. My problem is that I cannot ping the clients from each other. There is no firewall. I use Debain lenny on all the computers except the client3 where there is Kubuntu 10.04. I can see the response and request messages with wireshark but (and I think this is the problem) in the RIPv2 packets (which I capture with wireshark) there are 0.0.0.0 next-hop addresses for all the networks. If I check the routes (with the route -n command) on the Xorp routers it shows the correct routes:<br>
 <br>On Xorp1:<br>Destination         Gateway          Genmask       Flags Metric  Ref     Use    Iface<br>192.168.12.0    10.10.10.10     255.255.255.0   UG    2           0        0      eth0<br>192.168.11.0    10.10.10.10     255.255.255.0   UG    2           0        0      eth0<br>
<br>On Xorp2:<br>Destination         Gateway            Genmask     Flags Metric   Ref    Use    Iface<br>192.168.10.0    10.10.10.11     255.255.255.0   UG    2            0        0    eth0<br><br><br>This is the test network:<br>
<br>Client1 eth0 ----eth0 Xorp1 eth1----eth0 Xorp2 eth1---- eth0 Client2<br><div id=":3i">                                                               eth2  <br>                                                                  |<br>
                                                                  |<br>
                                                            Client3     <br><br>Client1 eth0 192.168.10.10 <br><br>Xorp1  eth0  192.168.10.11 <br>            eth1 10.10.10.11 <br><br>Xorp2  eth0 10.10.10.10  <br>            eth1 192.168.11.10<br>
            eth2 192.168.12.10<br><br>Client2 eth0 192.168.11.12<br>Client3 eth0 192.168.12.11<br><br>The Xorp2 rip config:<br><br>policy {<br>     policy-statement connected-to-rip {<br>        term export {<br>          from {<br>
                protocol: &quot;connected&quot;<br>          }<br>           then {<br>                metric: 0<br>           }<br>        }<br>     }<br>}<br><br>protocols {<br>  rip {<br>        export &quot;connected-to-rip&quot;<br>
<br>        interface eth0 {<br>           vif eth0 {<br>                address 10.10.10.10 {<br>                 disable: false<br>                }<br>           }<br>        }<br><br>        interface eth1 {<br>           vif eth1 {<br>
                address 192.168.11.10 {<br>                 disable: false<br>                }<br>           }<br>        }<br><br>        interface eth2 {<br>           vif eth2 {<br>                address 192.168.12.10 {<br>
                 disable: false<br>                }<br>           }<br>        }<br>  }<br>}<br><br>Xorp1 rip config:<br><br>policy {<br>     policy-statement connected-to-rip {<br>        term export {<br>          from {<br>
                protocol: &quot;connected&quot;<br>          }<br>           then {<br>                metric: 0<br>           }<br>        }<br>     }<br>}<br><br>protocols {<br>  rip {<br>        export &quot;connected-to-rip&quot;<br>
<br>        interface eth0 {<br>           vif eth0 {<br>                address 192.168.10.11 {<br>                 disable: false<br>                }<br>           }<br>        }<br><br>        interface eth1 {<br>           vif eth1 {<br>
                address 10.10.10.11 {<br>                 disable: false<br>                }<br>           }<br>        }<br><br>  }<br>}<br><br>Thank you for your reply!<br><br>Best whishes:<br>BaZsEE<br></div>