10-28-2016 08:32 AM - edited 03-12-2019 01:27 AM
Hi guys
I need to change the following configuration on a Cisco PIX
ip address outside 95.97.7.58 255.255.255.248
global (outside) 1 95.97.7.59
route outside 0.0.0.0 0.0.0.0 95.97.7.57 1
Could someone assist me in how I'd change the IP addresses from CLI?
Thanks
Solved! Go to Solution.
10-28-2016 08:46 AM
interface eth0
ip address X.X.X.X Y.Y.Y.Y
exit
no global (outside) 1 95.97.7.59
global (outside) 1 X.X.X.X
no route outside 0.0.0.0 0.0.0.0 95.97.7.57 1
route outside 0.0.0.0 0.0.0.0 Z.Z.Z.Z
10-28-2016 08:46 AM
interface eth0
ip address X.X.X.X Y.Y.Y.Y
exit
no global (outside) 1 95.97.7.59
global (outside) 1 X.X.X.X
no route outside 0.0.0.0 0.0.0.0 95.97.7.57 1
route outside 0.0.0.0 0.0.0.0 Z.Z.Z.Z
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide