hi people
 i have a situation here i just can't understand.
 
 
 I want to connect my router to another network via an firewall (external).
 But i just can't get my router to connect even to the firewall , what can be 
the problem here .
 help me get out of this missery please ???
 other thernetwork
.
firewall
.
vyatta router
 
 
 
 
ip address from interface of the firewall connected to the vyatta router = 
192.168.3.5
 ip address vyatta router interface connected to the firewall is 192.168.3.10
 
 
 i can ping from the firewal to 192.168.3.10  
 but from router to 192.168.3.5 i get destination host unreachable.
 
 
 here are my configuration.
 
 
 ospf4 {
     router-id: 10.0.0.1
     area 0.0.0.0 {
          interface eth1 {
               address 192.168.0.1 {
               }
          }
          interface eth2 {
               address 192.168.1.1 {  
               }
          }
          interface eth0 {
               address 192.168.3.10{  
               }
          }  
        }
        export: "export-conn,export-static"
 
 
       }
 
 
     static {
           route 0.0.0.0/0 {
               next-hop: 192.168.3.10
           }  
        }
     }
  policy { (................. // here i have the policy written (static & conn)
 
 
    }
 interfaces {
     loopback lo {
        address 10.0.0.1 {
           prefix-length: 32
        }
     }
     ethernet eth0 {
         address 192.168.3.10 {
           prefix-length: 24      ( ...// this interface is connected to the 
firewall machine)
        }
     }   
     ethernet eth1 {           ( //..connected to another router via ospf)
         address 192.168.0.1 {
            prefix-length: 24  
         }
     }   
     ethernet eth1 {         (//..connected to another router via ospf)  
         address 192.168.1.1 {
            prefix-length: 24  
          }
     }  
      
          
   
 
       
---------------------------------
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to