GoSecure / Cisco2Checkpoint

Tool that assists in migrating firewall rules from Cisco to Checkpoint. Will optimize rules for you (rationalization, reuse merging, etc.).
http://gosecure.net/2017/01/30/cisco2checkpoint-cisco-checkpoint-conversion-tool/
GNU General Public License v3.0
21 stars 11 forks source link

cisco asa: nat (outside,inside) source static #6

Open mjardeli opened 7 years ago

mjardeli commented 7 years ago

Hi Mart,

Nat config line is not being loaded, is it normal?

config example: object network obj-10.1.1.16 host 10.1.1.16 object network obj-10.1.1.16-nat host 1.1.1.16 object network obj-dest-192.168.1.16 host 192.168.1.16 nat (outside,inside) source static obj-10.1.1.16 obj-10.1.1.16-nat destination static obj-dest-192.168.1.16 obj-dest-192.168.1.16

thanks,

martindube commented 7 years ago

Yes it is currently unsupported as I had too many issues.

Mart sent from my cellphone

On Apr 21, 2017 17:26, "mjardeli" notifications@github.com wrote:

Hi Mart,

Nat config line is not being loaded, is it normal?

config example: object network obj-10.1.1.16 host 10.1.1.16 object network obj-10.1.1.16-nat host 1.1.1.16 object network obj-dest-192.168.1.16 host 192.168.1.16 nat (outside,inside) source static obj-10.1.1.16 obj-10.1.1.16-nat destination static obj-dest-192.168.1.16 obj-dest-192.168.1.16

thanks,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GoSecure/Cisco2Checkpoint/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AECtwjJ47OpTBLT5uW4ANA5tYUytgtUuks5ryR7tgaJpZM4NEzm7 .

mjardeli commented 7 years ago

Thanks! cheers