cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
10
Helpful
4
Replies

Internal to internal access

Sunghwan Yoo
Level 1
Level 1

Hi all

Public IP: 120.1.1.1

Internal server IP: 192.168.0.192

I can access to 192.168.0.192 from external network via http://120.1.1.1 with port forwarding

But is it available to access from internal network(192.168.0.0) to 192.168.0.192 via http://120.1.1.1 ?

4 Replies 4

If I understand correctly you want to access 192.168.0.192 using its public address of 120.1.1.1 from the 192.168.0.0. network, I don't know why you would want to do this, is it something to do with DNS only resolving to public address?

Hi

Your understanding is correct.

Because, I am using mobile device connected to DVR  from inside or outside of office.

So I want to monitor my office wherever I go.

If I configure internal IP(192.168.0.192:2200) on mobile device, it is only working in the office.

and if I configure public IP(120.1.1.1:2200), I cannot use in the office.

That's why I am trying to solve this problem.

also I don't have DNS server.

when I used other SOHO router(TP-LINK), it was working fine without any configuration.

How can I solve this problem?

Are you trying to connect to 120.1.1.1:2200 from public internet and get it forwarded to 192.168.0.192:2200?

Do you have a NAT configuration?

CF

Hi

I am trying to connect to 120.1.1.1:2200 from inside local network  to get it forwarded to 192.168.0.192:2200

ip nat inside source static tcp 192.168.0.50 2200 interface Dialer1 2200
ip nat inside source static tcp 192.168.0.192 3389 interface Dialer1 3389
ip nat inside source route-map SDM_RMAP_1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 100 remark CCP_ACL Category=4
access-list 100 remark IPSec Rule
access-list 100 permit ip 192.168.0.0 0.0.0.255 192.168.2.0 0.0.0.255
access-list 101 remark CCP_ACL Category=18
access-list 101 deny ip 192.168.0.0 0.0.0.255 192.168.1.0 0.0.0.255
access-list 101 deny ip 192.168.0.0 0.0.0.255 192.168.2.0 0.0.0.255
access-list 101 deny ip 192.168.0.0 0.0.0.255 192.168.3.0 0.0.0.255
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
access-list 102 remark CCP_ACL Category=4
access-list 102 remark IPSec Rule
access-list 102 permit ip 192.168.0.0 0.0.0.255 192.168.1.0 0.0.0.255
access-list 103 remark CCP_ACL Category=4
access-list 103 remark IPSec Rule
access-list 103 permit ip 192.168.0.0 0.0.0.255 192.168.3.0 0.0.0.255
dialer-list 1 protocol ip permit

Review Cisco Networking for a $25 gift card