SRX

 View Only
last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SSH to FXP0

    Posted 04-24-2018 02:24

    I can't ssh to FXP0 interface. Here is my configuration

    set groups node0 interfaces fxp0 unit 0 family inet address 10.0.0.1/24
    set groups node0 system services ssh
    set groups node1 system host-name SRX-secondary
    set groups node1 interfaces fxp0 unit 0 family inet address 10.0.0.2/24
    set groups node1 system services ssh
    set apply-groups "${node}"

    ping is success but when i try to ssh, it seems like connection doesn't esatablish



  • 2.  RE: SSH to FXP0

    Posted 04-24-2018 17:19

    do you have ssh enabled under system > services

     



  • 3.  RE: SSH to FXP0

    Posted 04-24-2018 22:43

    I already enabled on group node. Must I enable at global configuration again?



  • 4.  RE: SSH to FXP0

    Posted 04-25-2018 03:13

    I missed that before can you verify the ssh applies

     

    show configuration system services | display inheritance

     

    And check the routing as noted by Suraj.  If you enter the fxp port but the return route is out another port the ssh will fail.

     



  • 5.  RE: SSH to FXP0

     
    Posted 04-24-2018 18:19

    whats the error you get? Are you trying from 10.0.0.0/24 subnet different? If its a different subnet then the possibility of assymetric routing. Please share "show route a.b.c.d" - a.b.c.d is your source IP from where telnet is originated.