- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- how configure MSR1003 for ssh access?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2017 04:54 AM - edited 03-01-2017 07:43 AM
03-01-2017 04:54 AM - edited 03-01-2017 07:43 AM
how configure MSR1003 for ssh access?
please, help..
i am create this config, it's for site-to-site. but i can't connect by ssh to ip xx.xx.xx.xx if my Host behind a router yy.yy.yy.yy
what need more?
ip pool magazin 10.10.10.2 10.10.11.250 ip pool magazin gateway 10.10.10.1 interface Virtual-Template0 ppp authentication-mode ms-chap-v2 domain system remote address pool magazin ip address 10.10.10.1 255.255.254.0 ospf cost 10 # interface GigabitEthernet0/0 port link-mode route speed 100 ip address xx.xx.xx.xx 255.255.255.224 packet-filter name WanInterfaceIn inbound nat outbound name internetACL ipsec apply policy map1 acl advanced name PermitIPsec rule 5 permit ip source xx.xx.xx.xx 0 destination yy.yy.yy.yy 0 rule 10 deny ip ipsec transform-set tran1 encapsulation-mode transport esp encryption-algorithm 3des-cbc esp authentication-algorithm sha1 ipsec policy map1 10 isakmp transform-set tran1 security acl name PermitISAKMP remote-address yy.yy.yy.yy ike-profile profile1 l2tp-group 1 mode lns allow l2tp virtual-template 0 undo tunnel authentication l2tp enable ike profile profile1 keychain keychain1 match remote identity address 0.0.0.0 0.0.0.0 proposal 3 ike proposal 3 encryption-algorithm 3des-cbc dh group2 ike keychain keychain1 pre-shared-key address 0.0.0.0 0.0.0.0 key cipher $c$3GdKRkNTo0mSO/41uuJ7CKQ=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2017 08:17 PM
03-07-2017 08:17 PM
Re: how configure MSR1003 for ssh access?
what ever access-list you have defined those access-list source and destination only you will be able to access.
because encry/decry will happen to source/destination of the Access-list.