Routing

 View Only
last person joined: 19 hours ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  IP Mapping

    Posted 03-08-2009 01:19

    Hi everyone!

     

    I have SSG140 for my enterprise. I would like to map the Ip as per the requirement of my network. Like i have the public IP of 202.79.36.138/29 and 202.79.36.139/29 and i would like to mapp them to 192.168.1.2 and 192.168.1.3 respectivel. I am not able to do so. Please help



  • 2.  RE: IP Mapping
    Best Answer

    Posted 03-11-2009 21:38

    I found the solutions...

     

     

    set int eth0/0 zone untrust

    set int bgroup0 zone trust

    set int eth0/0 ip 1.1.1.150/24

    set int bgroup0 ip 192.168.1.1/24

    set int eth0/0 mip 1.1.1.100 host 192.168.1.100/24 vr trust-vr

    set policy from untrust to trust any mip 1.1.1.100 any permit

     

    Done!! 😉