COOL!
jut told me my WAN IP address. I just hope it's correct.
So now I have my dns and my wan IP. Is there anything else (other than configuration) I need to use SSL to get into my router remotely?
Here's a capture. Feel free to tell me any mistake that stand out. There's no SSL related stuff in there yet.
2801#SH RUN
Building configuration...
Current configuration : 5269 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 2801
!
boot-start-marker
boot-end-marker
!
logging buffered 52000 debugging
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
!
!
ip domain name yourdomain.com
!
voice-card 0
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-3884018817
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3884018817
revocation-check none
rsakeypair TP-self-signed-3884018817
!
!
crypto pki certificate chain TP-self-signed-3884018817
certificate self-signed 01
3082024B 308201B4 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33383834 30313838 3137301E 170D3038 30373134 31333030
32335A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 38383430
31383831 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100F44B 55244E48 2DABB86E 85300323 6CB6A2D6 7BFC37E6 F64EA797 7B5A515F
D8F3D1D1 653575C4 0B057D0B 6A1CB99A 50691E7F 46D62753 D6C452B2 04387548
0F9748BF 4CCC450E F027D761 6CD074A5 DFBF741B B2906CAC DA8C9C7B E9F81E53
5E45A4B9 CC1A9114 4FBF0AE0 B202CCD0 4D1CE8B0 AAC74F5B A40CF419 8A2893D5
EFA50203 010001A3 73307130 0F060355 1D130101 FF040530 030101FF 301E0603
551D1104 17301582 13323830 312E796F 7572646F 6D61696E 2E636F6D 301F0603
551D2304 18301680 142EEE21 A37CB9C9 311757E3 6716F2C6 D7E18C0E 4C301D06
03551D0E 04160414 2EEE21A3 7CB9C931 1757E367 16F2C6D7 E18C0E4C 300D0609
2A864886 F70D0101 04050003 818100BA 30C94BAD BC57B93D 47F2D1B6 4B9A9633
D9AFC7DA 4B1CC7E8 D92F022F 4BA3B359 2815383C B858BAAE A0842297
CA8D6C67 D508227C 19ED03C8 03D55C16 9743AF6F 62B53D2B CFCA8B3F 49A20098
8D03DB86 3BA5FE25 8B6DDC0A A60E50BD D676B373 1FBF4373 2BDB6AAF 7B467406
E4B71684 F787351E FC53CD2F 6A2041
quit
username privilege 15 secret 5
!
!
!
!
interface FastEthernet0/0
description trunk to switches$ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 192.168.50.100 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
description internet interface to Netgear FWG114P$ETH-LAN$
ip address 192.168.15.223 255.255.255.0
ip nat outside
duplex auto
speed auto
interface FastEthernet0/3/0
switchport mode trunk
!
interface FastEthernet0/3/1
!
interface FastEthernet0/3/2
!
interface FastEthernet0/3/3
!
interface Vlan1
no ip address
!
interface Vlan51
description OWNER DATA
ip address 192.168.51.1 255.255.255.0
!
interface Vlan52
description GUEST DATA
ip address 192.168.52.1 255.255.255.0
!
interface Vlan53
description SHIP MANAGEMENT DATA
ip address 192.168.53.1 255.255.255.0
!
interface Vlan54
description CREW DATA
ip address 192.168.54.1 255.255.255.0
!
interface Vlan55
description SECURITY - CCTV
ip address 192.168.55.1 255.255.255.0
!
interface Vlan56
description AV1
ip address 192.168.56.1 255.255.255.0
!
interface Vlan57
description AV2
ip address 192.168.57.1 255.255.255.0
!
interface Vlan58
description SPARE - FUTURE
ip address 192.168.58.1 255.255.255.0
!
interface Vlan59
description VOICE OWNER
ip address 192.168.59.1 255.255.255.0
!
interface Vlan60
description VOICE GUEST
ip address 192.168.60.1 255.255.255.0
!
interface Vlan61
description VOICE SHIP MANAGEMENT
ip address 192.168.61.1 255.255.255.0
!
interface Vlan62
description VOICE CREW
ip address 192.168.62.1 255.255.255.0
!
router rip
version 1
passive-interface FastEthernet0/0
passive-interface FastEthernet0/1
passive-interface Vlan52
network 192.168.15.0
network 192.168.50.0
network 192.168.52.0
no auto-summary
!
ip classless
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 1000
ip nat inside source list 1 interface FastEthernet0/1 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.50.0 0.0.0.255
!
!
!
control-plane
!
!
!
voice-port 0/2/0
!
voice-port 0/2/1
!
2801#