PIX 6.2 vpngroup syntax help

View: New views
2 Messages — Rating Filter:   Alert me  

PIX 6.2 vpngroup syntax help

by jharvey_support :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Greetings,

I need to change the

vpngroup vpnusers dns-server 10.10.10.1

to

vpngroup vpnusers dns-server 10.10.10.2

I'm a newbie that needs to make a local backup copy of configurations and change the dns server ip.

I should go from enable mode to configure mode, correct?  What is the exact syntax of the command?

Thanks for your help.

J.H.


re: PIX 6.2 vpngroup syntax help

by Robert MacDonald :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You are most likely at a pixfirewall# prompt (or whatever your pix hostname is) type:
 
! Move into configuration mode
config t
!
! Add new DNS reference.
vpngroup vpnusers dns-server 10.10.10.2
!
! Remove old DNS reference (if required)
no vpngroup vpnusers dns-server 10.10.10.1
!
! Test
!
! Save current config.
wr mem
Robert


From: jharvey_support@...
Sent: Thu 1/17/2008 8:31 AM
To: firewalls@...
 
Greetings,

I need to change the

vpngroup vpnusers dns-server 10.10.10.1

to

vpngroup vpnusers dns-server 10.10.10.2

I'm a newbie that needs to make a local backup copy of configurations and change the dns server ip.

I should go from enable mode to configure mode, correct?  What is the exact syntax of the command?

Thanks for your help.

J.H.