Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Networking > Cisco Routers & Switches How-to
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

Req. help accessing internal server via external URL - Cisso 877 IOS 12.4

Req. help accessing internal server via external URL - Cisso 877 IOS 12.4

this thread has 4 replies and has been viewed 2901 times

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 24th July 2009, 13:41
jimwillsher jimwillsher is offline
Casual
It's not a coincidence
 
 Join Date: Jul 2008
  6 month star 12 month star
 Posts: 99
 Reputation: jimwillsher is on a distinguished road (13)
Default Req. help accessing internal server via external URL - Cisco 877 IOS 12.4

Hi all,

I'm looking for some assistance with a new Cisco 877. I'm very very new to Cisco, but I've set this up via CLI and not SDM.

My external IP is 78.32.x.x and my internal webserver IP is 192.168.1.50. I can access the internet webserver (80, 443) from outside the network, and I can ping the router's external address from inside the LAN. I only have a single public IP so I'm using NAT.

I cannot seem to access the internal webserver using the external URL (www.mountainaid.org.uk).

I have this NAT rule:

ip nat inside source static tcp 192.168.1.50 80 interface Dialer0 80


I've done some googling and some sites mention usign the extendable keyword; however that doesn't seem to be valid on this IOS.

Can anyone assist? The full, santised config is below.

Many thanks,


Jim


Code:
 
!
! Last configuration change at 11:27:19 GMT Fri Jul 24 2009 by root
! NVRAM config last updated at 10:31:17 GMT Fri Jul 24 2009 by root
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname MyCisco
!
boot-start-marker
boot-end-marker
!
logging buffered 52000
!
aaa new-model
!
!
aaa authentication login default local
!
!
aaa session-id common
clock timezone GMT 0
clock summer-time GMT recurring
!
!
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.150
ip dhcp excluded-address 192.168.1.201 192.168.1.254
!
ip dhcp pool CLIENTS
   import all
   network 192.168.1.0 255.255.255.0
   dns-server 192.168.1.1 
   default-router 192.168.1.1 
   lease 0 12
!
ip dhcp pool JimDesktop
   host 192.168.1.201 255.255.255.0
   client-identifier 0100.18f3.3d51.62
   dns-server 192.168.1.1 
   default-router 192.168.1.1 
   lease 0 12
!
!
ip domain name XXXX.co.uk
ip name-server 195.74.113.58
ip name-server 195.74.113.59
!
multilink bundle-name authenticated
!
!
username root privilege 15 password 0 XXXXX
! 
!
archive
 log config
  hidekeys
!
!
ip ssh version 2
!
!
!
interface ATM0
 description ADSL Connection
 no ip address
 no atm ilmi-keepalive
 pvc 0 0/38 
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto 
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 description An Teallach LAN
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
!
interface Dialer0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp header-compression iphc-format
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication pap chap callin
 ppp chap hostname XXXXXX@adsllogin.co.uk
 ppp chap password 0 XXXXX
 ppp ipcp dns request
 ip rtp header-compression iphc-format
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
ip dns server
no ip nat service sip udp port 5060
ip nat inside source static tcp 192.168.1.50 25 interface Dialer0 25
ip nat inside source static tcp 192.168.1.50 80 interface Dialer0 80
ip nat inside source static tcp 192.168.1.50 443 interface Dialer0 443
ip nat inside source static tcp 192.168.1.50 995 interface Dialer0 995
ip nat inside source list 102 interface Dialer0 overload
!
ip access-list standard SNMP-ALLOWED
 permit 192.168.1.50
 deny   any
!
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
snmp-server community XXXXXXX RW SNMP-ALLOWED
!
!
!
!
control-plane
!
!
line con 0
 exec-timeout 0 0
 password password
 no modem enable
 transport output all
line aux 0
 transport output all
line vty 0 4
 privilege level 15
 password SSH123
 transport input ssh
 transport output all
!
scheduler max-task-time 5000
scheduler allocate 20000 1000
ntp clock-period 17175050
ntp source Dialer0
ntp server 195.74.96.12
end
Code:
#sh ver
Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(15)T7, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 14-Aug-08 07:43 by prod_rel_team
ROM: System Bootstrap, Version 12.3(8r)YI4, RELEASE SOFTWARE
MyCisco uptime is 3 hours, 57 minutes
System returned to ROM by power-on
System restarted at 07:44:26 GMT Fri Jul 24 2009
System image file is "flash:c870-advipservicesk9-mz.124-15.T7.bin"

Last edited by jimwillsher; 24th July 2009 at 13:50.. Reason: Typo in title (should be Cisco)
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
POP3 external -> Exchange server internal avidblogger Exchange 2000 / 2003 5 21st February 2008 17:13
Accessing OWA with External Address Internally akish Exchange 2000 / 2003 2 4th October 2007 00:42
accessing services from within LAN using external ip ktopaz General Networking 1 12th September 2007 04:59
OWA resolves to internal Exchange server name for external users JDMils Exchange 2000 / 2003 10 27th August 2007 02:26
PF accessing thru OWA 2003 returns Internal Server error ananthproxy Exchange 2000 / 2003 2 1st November 2004 00:55


All times are GMT +3. The time now is 12:52.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri