Task #1164
Develop add_ipsec_route.sh script
| Status: | Closed | Start date: | 09/06/2010 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | 09/10/2010 | ||
| Assignee: | Kirill Yudenok | % Done: | 50% |
||
| Category: | implementation | Spent time: | - | ||
| Target version: | n900-demo | Estimated time: | 5.00 hours |
Description
On the wiki-page http://osll.spb.ru/wiki/sw3g/_n900_handover_ we have scenario for demo. scenario is
- set up PPP link, get PPP-IP
- exchange data with App server through PPP server, PPP-IP to App-IP
- set up WLAN link, get WLAN-IP
- initiate handover to IPSEC server: add route to PPP-IP through IPSEC-server-IP
- instruct IPSEC server to set up tunnel: decapsulate packets coming from WLAN-IP
#Establish IPSEC tunnel: everything sent from PPP-IP to 0.0.0.0/0 enters tunnel and gets forwarded to IPSEC-server-IP through WLAN-IP.
#: exchange data with App-IP through IPSEC tunnel from MN to IPSEC server
We need to develop next scripts (svn://sw3g/trunk/src/demon900/scripts/*):
- setup_tunnel.sh -- for establishing IpSec tunnel on N900
- add_ipsec_route.sh -- for adding ipsec route on the application server
- setup_ipsec_rules.sh -- for setting IPSec on IPSec server
You have to develop one of this scripts (see Subject);
For more information you have to refer svn://sw3g/trunk/doc/demo-connection-chart.xmi
Useful information:
History
Updated by Kirill Yudenok over 1 year ago
- % Done changed from 0 to 50
08.09.10: add not tested script add_ipsec_route.sh
Updated by Kirill Krinkin over 1 year ago
- Status changed from New to Closed