Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX/DNS Problems

Status
Not open for further replies.

vargas71

IS-IT--Management
Jun 30, 2003
27
CA
Hi,

on the configuration of my PIX 506e when I'm connecting to my pix via my VPN...I can't see the servers by their name..only by their ip address.

I know it something with the DNS..but I can't find what...

How do you configure the DNS on the pix, to tell him that one ip address as a DNS name etc???

can somebody help me???

Thanks in advance!!!
 
it's was already done...it doesn't work ;o(
 
Make sure you can ping that. Also, what's your access-list look like that you have applied to your vpngroup?
 
I can ping everything I can't see by their names...

Here's my config

PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password uMkEBR86ltsraI4J encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall
domain-name biotonix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list 101 permit ip any any
access-list 201 permit udp any any eq domain
pager lines 24
logging buffered debugging
logging trap debugging
interface ethernet0 auto
interface ethernet1 auto
mtu outside 1500
mtu inside 1500
ip address outside x.x.16.30 255.255.255.0
ip address inside x.x.244.10 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool test x.x.244.100-x.x.244.130
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) x.x.16.22 x.x.244.3 netmask 255.255.255.255 0 0
static (inside,outside) x.x.16.23 x.x.244.5 netmask 255.255.255.255 0 0
static (inside,outside) x.x.16.21 x.x.244.4 netmask 255.255.255.255 0 0
access-group 201 in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.16.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup xxxxxxxxxx address-pool test
vpngroup xxxxxxxxxx dns-server x.x.244.3
vpngroup xxxxxxxxxx wins-server x.x.244.3
vpngroup xxxxxxxxxx default-domain biotonix.com
vpngroup xxxxxxxxxx split-tunnel 101
vpngroup xxxxxxxxxx idle-time 1800
vpngroup xxxxxxxxxx password ********
telnet timeout 5
ssh timeout 5
terminal width 80

The primary DNS server is x.x.244.3 and the secondary is x.x.244.2 and their in the inside of the network.

Thanks a lot for your help!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top