cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1928
Views
4
Helpful
3
Replies

Changing DNS and Gateway address on pix firewall

rmrahman0302
Level 1
Level 1

How to change DNS address and Gateway address on pix 501. Any idea.

Thanks

3 Replies 3

scoclayton
Level 7
Level 7

I assume you are referring to changing the DHCP options that are handed out to the client from the PIX. If this is not the case, let me know.

DNS - 'dhcpd dns dns1 [dns2]'

Gateway - you cannot set this in the DHCP options on the PIX. The PIX DHCP server assumes that the PIX is the gateway and will always use it's local interface as the gateway.

Scott

Customer is changing the ISP, That's why I need to change the IP address,DNS address and Gateway address.

Thanks

hi rahman

you can change the ip address directly with the command

ip address outside x.x.x.x 255.255.255.0

Gateway of the PIX can be changed by changing the default route:

route outside 0.0.0.0 0.0.0.0 x.x.x.y

you can set the DNS IP on your DHCP server to propagate it to the clients, either on PIX (as scott pointed) or on ur windows based server.. If there are no DHCP servers, you need to change it on the PCs manually.. you need not do anything on the PIX for this...

Raj

Review Cisco Networking for a $25 gift card