I, i need some help configuring vnc ports on router.
my actual configuration is:
interface ATM0
description == ADSL ==
no ip address
ip nat inside
ip virtual-reassembly
load-interval 30
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
pvc 0/35
pppoe max-sessions 1
pppoe-client dial-pool-number 1
!
!
interface Dialer1
mtu 1498
ip ddns update hostname xxxxx.dyndns.org
ip ddns update DynDNS host members.dyndns.org
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
load-interval 30
dialer pool 1
dialer-group 1
no cdp enable
ppp pap sent-username asxxxxx@xxx password xxxxxxxxxxx!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
ip nat inside source list 99 interface Dialer1 overload
ip nat inside source static udp 192.168.0.2 13000 interface Dialer1 13000
ip nat inside source static tcp 192.168.0.2 13000 interface Dialer1 13000
ip nat inside source static udp 192.168.0.2 23273 interface Dialer1 23273
ip nat inside source static tcp 192.168.0.2 23273 interface Dialer1 23273
ip nat inside source static tcp 192.168.0.2 5900 interface Dialer1 5900
ip nat inside source static tcp 192.168.0.3 13500 interface Dialer1 13500
ip nat inside source static udp 192.168.0.3 13500 interface Dialer1 13500
!
access-list 99 permit 192.168.0.0 0.0.0.255
!
The dyndns updates is sucessfull. but when i try to access realvnc it doesnt work.
I put a configuration that i saw:
#ip nat inside source static tcp IP_inside_server 5900 interface Dialer1 5900
#access-list 100 permit tcp any host inside_ip_address eq 5900
interface Dialer1
ip access-group 100 in
----------
and if i put access group 100 in, my internet stops to work.
can anybody help me configuring vnc server ports on cisco?
tkx