SRX

last person joined: 3 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  After configure filter based forwarding I have loss Http and SSH management

    Posted 03-08-2012 08:32
      |   view attached

    Hello,

     

    I have configure IP monitoring with filter based forwarding (for dual ISP scenario).

     

    After that I have lost the management interface:

     

    From my PC i can ping the SRX210 trust interface but HTTP anf SSH don't work.

    I can access the SRX210 only from console.

     

    I Attach the configuration file

     

    Someone can help me

     

    Thanks

     

    Paolo Vegetti

    Attachment(s)

    txt
    SRX_2-v3.txt   7 KB 1 version


  • 2.  RE: After configure filter based forwarding I have loss Http and SSH management
    Best Answer

    Posted 03-08-2012 08:56

    Hi,

     

    You should exclude the SRX interface IP from the filter 10.101.11.3

     

    firewall {
        filter F1 {
            term 1 {
                from {
                    destination-address 0.0.0.0;
                    10.101.11.3/32 except;
                then {
                    routing-instance FBF-1;
                }
            }
        }
        filter F2 {
            term 1 {
                then {
                    routing-instance FBF-2;
                }
            }
        }
    }

     



  • 3.  RE: After configure filter based forwarding I have loss Http and SSH management

    Posted 03-09-2012 12:33

    Any luck with this?



  • 4.  RE: After configure filter based forwarding I have loss Http and SSH management

    Posted 03-11-2012 15:54

    Thanks

     

    tomorrow I can test the solution ...

     

    (Paolo)



  • 5.  RE: After configure filter based forwarding I have loss Http and SSH management

    Posted 03-14-2012 23:42

    OK

     

    it work well !

     

    I have add only a statement in the filter F1

     

                  term 2  (

                          then    (

                                 accept;

                          )

                  )

     

    Thanks a lot.

     

    (Paolo Vegetti)