[Xorp-users] querry: Why Dropping packet from foreign network 10.10.20.0/24?

bhavin81 at iitb.ac.in bhavin81 at iitb.ac.in
Sun May 3 02:18:39 PDT 2009


Hello friends,

       I have installed xorp on two suse 10.3 machines. Both the machines
are connected to same switch. I have configured one machine with the
following interface address: 10.10.10.10  and other machine with the
adddress
10.10.10.20. Now i am getting the following message when i run
./xorp_rtrmgr on machine 1:
 Dropping packet from foreign network 10.10.20.0/24
and the following message on machine2:
 Dropping packet from foreign network 10.10.10.0/24

My configuration file is as below on machine1:
interfaces {
    interface eth0 {
        description: "Ethernet Interface"
        disable: false

        vif eth0 {
        disable: false
            address 10.10.10.10 {
                prefix-length: 24
                broadcast: 10.10.10.255
                disable: false
                                }
                }
        vif vlan1{
        vlan{
          vlan-id:1
            }
            address 10.10.10.20{
                prefix-length:24
                broadcast: 10.10.10.255
                disable: false
                                }
                }

                  }
}

fea {
    unicast-forwarding4 {
        disable: false
                        }
    }

protocols {
    ospf4 {
        router-id: 10.10.10.10
        area 0.0.0.0 {
            interface eth0 {
               vif eth0{
                address 10.10.10.10 {
                       }
                }
            }
        }
    }
}

The following configuration file on machine2:
interfaces {
    interface eth0 {
        description: "Ethernet Interface"
        disable: false

        vif eth0 {
        disable: false
            address 10.10.20.10 {
                prefix-length: 24
                broadcast: 10.10.20.255
                disable: false
                                }
                }
                         }
}

fea {
    unicast-forwarding4 {
        disable: false
                        }
    }

protocols {
    ospf4 {
        router-id: 10.10.20.10
        area 0.0.0.0 {
            interface eth0 {
               vif eth0{
                address 10.10.20.10 {
                       }
                }
            }
        }
    }
}

 Thanks in advance for your valuable help.

Regards,
Bhavin,
Comm. Student.



More information about the Xorp-users mailing list