SQL2KDBA69
Programmer
I have a name server on my local network and i cant get any resolution from the ouside. only from the inside.
here is my edited config file contain my nat traslation :
Building configuration...
Current configuration : 1610 bytes
!
! Last configuration change at 15:14:09 PST Mon May 17 2004
! NVRAM config last updated at 14:20:47 PST Mon May 17 2004
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco1720
!
no logging buffered
enable secret 5
!
memory-size iomem 25
clock timezone PST -8
ip subnet-zero
ip name-server 4.2.2.2
ip dhcp excluded-address 67.131.68.49
ip dhcp excluded-address 67.131.68.50
!
ip dhcp pool SMARTCHEX
network 67.131.68.48 255.255.255.248
default-router 67.131.68.49
dns-server 205.171.3.65
domain-name SMARTCHEX
!
ip dhcp-server 67.131.68.49
!
!
!
interface FastEthernet0
ip address 67.131.68.49 255.255.255.248
ip nat inside
speed auto
full-duplex
!
interface Serial0
ip address 67.131.204.134 255.255.255.252
ip access-group 100 in
ip nat outside
service-module t1 timeslots 1-24
!
ip local pool SMARTCHEX 67.131.68.48 67.131.68.55
ip nat inside source list 99 interface Serial0 overload
ip nat inside source static tcp 67.131.68.50 443 interface Serial0 443
ip nat inside source static udp 67.131.68.50 53 interface Serial0 53
ip classless
ip route 0.0.0.0 0.0.0.0 67.131.204.133
no ip http server
!
access-list 99 permit any
access-list 100 permit ip any any
!
line con 0
session-timeout 20
exec-timeout 60 0
password
logging synchronous
login
line aux 0
session-timeout 20
exec-timeout 60 0
password
login
line vty 0 4
session-timeout 20
exec-timeout 60 0
password
login
transport input none
!
no scheduler allocate
end
that is my conf file with passwords removed, so i can resolve from the local network but can from the internet with using nat. please help me asap.
here is my edited config file contain my nat traslation :
Building configuration...
Current configuration : 1610 bytes
!
! Last configuration change at 15:14:09 PST Mon May 17 2004
! NVRAM config last updated at 14:20:47 PST Mon May 17 2004
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco1720
!
no logging buffered
enable secret 5
!
memory-size iomem 25
clock timezone PST -8
ip subnet-zero
ip name-server 4.2.2.2
ip dhcp excluded-address 67.131.68.49
ip dhcp excluded-address 67.131.68.50
!
ip dhcp pool SMARTCHEX
network 67.131.68.48 255.255.255.248
default-router 67.131.68.49
dns-server 205.171.3.65
domain-name SMARTCHEX
!
ip dhcp-server 67.131.68.49
!
!
!
interface FastEthernet0
ip address 67.131.68.49 255.255.255.248
ip nat inside
speed auto
full-duplex
!
interface Serial0
ip address 67.131.204.134 255.255.255.252
ip access-group 100 in
ip nat outside
service-module t1 timeslots 1-24
!
ip local pool SMARTCHEX 67.131.68.48 67.131.68.55
ip nat inside source list 99 interface Serial0 overload
ip nat inside source static tcp 67.131.68.50 443 interface Serial0 443
ip nat inside source static udp 67.131.68.50 53 interface Serial0 53
ip classless
ip route 0.0.0.0 0.0.0.0 67.131.204.133
no ip http server
!
access-list 99 permit any
access-list 100 permit ip any any
!
line con 0
session-timeout 20
exec-timeout 60 0
password
logging synchronous
login
line aux 0
session-timeout 20
exec-timeout 60 0
password
login
line vty 0 4
session-timeout 20
exec-timeout 60 0
password
login
transport input none
!
no scheduler allocate
end
that is my conf file with passwords removed, so i can resolve from the local network but can from the internet with using nat. please help me asap.