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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 877w Access lits/port forwarding issues- Help needed

Status
Not open for further replies.

Destro1924

Technical User
Sep 19, 2013
1
0
0
GB
Hello everyone,

I have an annoying problem and would be grateful for any wise experience that I could draw on.

I have a public facing ADSL line which is being used for some monitoring access.

At the moment the line has a working internet connection but a 3rd party is unable to remote access into some hardware.

They have advised that they need port forwarding from a static on my end (192.168.1.100) on protocol TCP 10000, 2000, 554, 80 and UDP 3000, 80.

With my current config this is not working. I'm a little stuck at the moment. Can anyone assit?

Any help would be gratefully receieved, I have tried various different type of access list but am I barking up the wrong the tree?



!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Burger
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$Il5P$FPE3QzLu.xYICtdkH2imq1
!
no aaa new-model
!
!
!
!
no ip source-route
ip cef
no ip dhcp use vrf connected
!
ip dhcp pool lan
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 195.216.16.129
!
!
no ip domain lookup
!
!
!
vtp mode transparent
username net password 7 xxxxxxxx
archive
log config
hidekeys
!
!
vlan 100
name TW
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
description LAN
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
description <description>
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
no ip route-cache cef
no ip route-cache
no ip mroute-cache
dialer pool 1
dialer-group 1
ppp chap hostname burger@adsl.burger.co.uk
ppp chap password 7 xxxxxxxxxx
!
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 100 interface Dialer0 overload
ip nat inside source static 192.168.1.100 interface Dialer0
!
ip access-list extended NAT-IN
permit ip any any
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
access-list 100 permit tcp any any
access-list 100 permit udp any any
dialer-list 1 protocol ip permit
!
!
!
control-plane
!
!
line con 0
password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
access-class 1 in
exec-timeout 0 0
password 7 xxxxxxxxxxxxxxx
login
!
scheduler max-task-time 5000

!
webvpn cef
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top