Re: Access from internal hosts to internal servers using external address



I know of no way to do this. NAT only works internal to external, not
internal to internal.

Scott

"HangaS" <mafonso@xxxxxxxxx> wrote in message
news:1176894601.537012.13380@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

I have a Cisco 386 in a NAT configuration.

Internal (LAN) hosts can access the Internet (WAN) in a NAT'ed fashion
Internet accesses to the public IP address are correctly forwarded to
the host specified in the static mapping

The only problem is that when accessing the public IP from the LAN the
static mapping is not applied.

I wanted to be able to access the public IP address from the LAN side
and have the traffic redirected to the static mapped server as if it
came from the WAN.

What am i doing wrong?


King Regards


My configuration follows:

!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname c836
!
boot-start-marker
boot-end-marker
!
enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
no aaa new-model
!
resource policy
!
no ip source-route
!
!
no ip dhcp use vrf connected
!
ip dhcp pool CLIENT
import all
!
!
ip domain name wit-software.com
ip name-server 212.18.160.133
no ip bootp server
!
isdn switch-type basic-net3
!
!
username XXXXXXXX privilege 15 secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
!
!
!
interface Ethernet0
description --- 10Mbps connection to LAN ---
ip address 192.168.15.254 255.255.255.0
ip nat inside
ip virtual-reassembly
no cdp enable
!
interface Ethernet2
no ip address
shutdown
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn switch-type basic-net3
isdn point-to-point-setup
!
interface ATM0
no ip address
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode etsi
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet1
duplex auto
speed auto
!
interface FastEthernet2
duplex auto
speed auto
!
interface FastEthernet3
duplex auto
speed auto
!
interface FastEthernet4
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username XXXXXXXXXXXXXXXXXX password 7
XXXXXXXXXXXXXXXXXX
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!

no ip http server
no ip http secure-server
!

ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static 192.168.15.1 interface Dialer0
!
access-list 1 permit 192.168.15.0 255.255.255.0
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
line con 0
exec-timeout 120 0
login local
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
no rcapi server
!
!
end



.



Relevant Pages

  • Re: moved a working network, now it doesnt work
    ... router I can ping the internet with no problem. ... From one of your Linux machines can you ping the FA 0/1 interface (default ... are NOT natting so if CAN ping from the router, ...
    (comp.dcom.sys.cisco)
  • Access from internal hosts to internal servers using external address
    ... I have a Cisco 386 in a NAT configuration. ... interface Ethernet0 ... ip route 0.0.0.0 0.0.0.0 Dialer0 ...
    (comp.dcom.sys.cisco)
  • Re: Server 2003 not Accepting any Internet Connections, Not Even Ping!
    ... Interface: 'Lan To Wan Bridge' ... There are now no NAT interfaces, ... > b) Users from the Internet cannot connect to hosts behind NAT server ... Publish internal services to the external connection ...
    (microsoft.public.windows.server.networking)
  • Re: NAT & PPPoE (detailed email)
    ... I will try tun0 as my nat interface. ... Was able to get to internet using a NAT'd ...
    (freebsd-questions)
  • NAT timeout
    ... I have a problem with a Cisco 1841 router running IOS Version 12.3T5. ... I use NAT to access the Internet through the router. ... Sometimes, around 3-4 times a day, all Internet access stops because our DNS ... interface FastEthernet0/0 ...
    (comp.dcom.sys.cisco)