cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
517
Views
0
Helpful
2
Replies

Subnet on PIX Firewall

adul
Level 1
Level 1

I must add static command on PIX from inside to outside. My IP inside is 172.30.0.0 to 172.30.234.0 and subnet class C. So I must add this command "static(inside,outside) 172.30.0.0 172.30.0 netmask 255.255.255.0" to "static(inside,outside) 172.30.234.0 172.30.234.0 netmask 255.255.255.0. It's many line. Do you have other method to summary it?

2 Replies 2

mostiguy
Level 6
Level 6

use CIDR masks.

static(inside,outside) 172.30.0.0 172.30.0.0 netmask 255.255.128.0

will cover 172.30.0.0/24 through 172.30.127.0/24

static(inside,outside) 172.30.128.0 172.30.128.0 netmask 255.255.192.0

will cover 172.30.128.0/24 through 172.30.192.0/24

Thank you very much.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: