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
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.