Dear all
I have 3 subnetwork in my lan ( 192.168.1.0/24 ( net_a),
192.168.2.0/24(net_b), 172.16.0.0/16(net_c)).
I made vpn tunelin from net_a to net_b also to net_c.net_b--(vpn-client_b_to_a)--internet
---((vpn_gw_a)net_a)---lan--(vpn_client_a_to_c)---internet--((net_c)vpn_gw_c)Bellow network skema:
- vpn_client_b_to_a :
ip: 192.168.2.1
ipsec.conf :
a_lan="192.168.1.0./24"
b_lan="192.168.2.0./24"
vpn_gw="my ip pubcli vpn_gw"
ike esp from $b_lan to $a_lan peer $vpn_gw pask mypassword
ike esp from egress to $a_lan peer $vpn_gw pask mypassword
ike esp from egress to $vpn_gw
static routing :
route add 192.168.1.0/24 192.168.2.1
---------------------------------------------------------------- vpn_gw_a :
ip: 192.168.1.5
ipsec.conf :
a_lan="192.168.1.0./24"
b_lan="192.168.2.0./24"
vpn_gw="my ip pubcli vpn_gw"
ike esp from $a_lan to any srcid $vpn_gw pask mypasswordstatic routing :
route add 172.16.0.0/16 192.168.1.3
---------------------------------------------------------------- vpn_client_a_to_c :
ip: 192.168.1.3
Nokia-ip60 (setup vendor )
static routing :
route add 192.168.2.0/24 192.168.1.5
---------------------------------------------------------------
======================================
I can akses comp in net_a from net_b ( ping running application etc)
I can remote comp in net_b from net_a ( ping , remote , print (
jetdirect ), etc )
I can remote desktop citrix in net_a to net_c
=======================================
Then i want net_b can acces remote citrix in net_c , so i made static routing :
--- 192.168.1.3 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 3.759/3.906/4.054/0.160 ms#route add 172.16.0.0/16 192.168.1.3
#error network can be reachedso how i cant made net_c access able from net_b ?
for detail my network please see in
http://sonjaya.web.id/boboko/vpnsitensite.pdf--
sonjaya
http://sicute.blogspot.com
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Artem Bityutskiy | [PATCH 18/44 take 2] [UBI] build unit implementation |
| James Morris | Re: LSM conversion to static interface |
git: | |
| Paul Jackson | [PATCH] cpuset sched_load_balance kmalloc fix |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Linus Torvalds | Re: [GIT]: Networking |
