I installed a router vyatta between Network Test1 192.168.68.0/24 and a Network 
Test2 192.168.69.0/24 
>From the PC in the network test i can start Outlook, program management etc. 
>He can do some ping towards networked computer... but not at all the PC in 
>Production Network ! 

No  firewall configured ! 

Thanks everyone!



|FW| ----------------------|Vyatta|------------------------|PC|   192.168.69.1 
- Test2 Network
                  |
                  |
                  |
       |Test1 Network| 
         192.168.68.x



 <<mynetwork.txt>> 
protocols {
    }
    policy {
    }
    interfaces {
        restore: false
        loopback lo {
            description: ""
        }
        ethernet eth0 {
            disable: false
            discard: false
            description: ""
            hw-id: 00:10:5a:b4:51:c0
            duplex: "auto"
            speed: "auto"
            address 192.168.68.8 {
                prefix-length: 24
                disable: false
            }
        }
        ethernet eth1 {
            disable: false
            discard: false
            description: ""
            hw-id: 00:30:05:18:c2:e6
            duplex: "auto"
            speed: "auto"
            address 192.168.69.10 {
                prefix-length: 24
                disable: false
            }
        }
    }
    service {
        dhcp-server {
            shared-network-name "ETH1_Pool" {
                subnet 192.168.69.0/24 {
                    start 192.168.69.11 {
                        stop: 192.168.69.100
                    }
                    static-mapping LP96 {
                        ip-address: 192.168.69.234
                        mac-address: 00:01:e6:58:aa:c8
                    }
                    static-mapping AB01 {
                        ip-address: 192.168.69.176
                        mac-address: 00:30:05:B1:73:de
                    }
                    client-prefix-length: 24
                    dns-server 192.168.68.242
                    default-router: 192.168.69.10
                    lease: 86400
                    domain-name: "gardesa.it"
                    authoritative: "disable"
                }
            }
        }
        ssh {
            port: 22
            protocol-version: "all"
        }
        webgui {
            http-port: 8080
            https-port: 443
        }
    }
    system {
        host-name: "vyatta"
        domain-name: ""
        time-zone: "GMT+1"
        ntp-server "192.168.68.242"
        gateway-address: 192.168.68.10
        login {
            user root {
                full-name: ""
                authentication {
                    encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh."
                }
            }
            user vyatta {
                full-name: ""
                authentication {
                    encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh."
                }
            }

        }
        package {
            auto-sync: 1
            repository community {
                component: "main"
                url: "http://archive.vyatta.com/vyatta";
            }
        }
    }
_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to