Link to home
Start Free TrialLog in
Avatar of jbisordi
jbisordi

asked on

PIX 501: Inside/Outside IP Addressing

Hello!

Just to warn you before reading this: I barely know enough about subnetting to get by so excuse any stupid questions please. Anyway, I am trying to set up two network segments separated by my PIX. When I try and change the inside IP of the PIX I get an error:

pixfirewall(config)# show ip
System IP Addresses:
        ip address outside 172.20.4.9 255.255.252.0
        ip address inside 192.168.1.1 255.255.255.0
Current IP Addresses:
        ip address outside 172.20.4.9 255.255.252.0
        ip address inside 192.168.1.1 255.255.255.0
pixfirewall(config)# ip address inside 172.20.6.1 255.255.252.0
Sorry, not allowed to enter IP address on same network as interface 0

With a subnet mask of 255.255.252.0 isn't 172.20.4.X on a different subnet as 172.20.6.X? Why is there a conflict?

Thanks in advance.

Mike
ASKER CERTIFIED SOLUTION
Avatar of Keith Alabaster
Keith Alabaster
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you :)