02-03-2016 04:16 PM - edited 03-08-2019 04:28 AM
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 ?
02-04-2016 05:22 PM
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?
02-04-2016 06:30 PM
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?
02-04-2016 07:11 PM
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
02-07-2016 03:31 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide