- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- SSH Access within vpn-instance
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
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
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
11-11-2020 07:53 AM
11-11-2020 07:53 AM
SSH Access within vpn-instance
Hi,
I've got an MSR router, and have configured my management address within a vpn-instance. Although telnet works fine, ssh does not - i've obviously enabled ssh server itself, added to vty line, and confirmed acls are correct, and its successfully authenticating against tacacs, just ssh doesnt work
is there something i need to do to bind ssh into the vpn-instance or something?
Many Thanks
- Tags:
- ssh
- vpn-instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2020 10:45 PM
11-11-2020 10:45 PM
Re: SSH Access within vpn-instance
Hi @philclarke100 !
You don't need to bind SSH server to a vpn-instance. I suspect the issue is not in the binding...
Couple of questions:
- In the list of the configuration steps performed you didn't mention the first one - generating local key pairs, did you do that step?
- Did you test SSH server without ACL applied and outside vpn-instance?
- Just to double-check to ensure I got you right - you can successfuly establish telnet connection to the same management IP address of the routers' interface bound to vpn-instance, can't you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2020 03:56 AM
11-12-2020 03:56 AM
Re: SSH Access within vpn-instance
Hi
Thanks very much for your reply. I got it sorted in the end (atlhough i'm a little confused as to why, and will do some further investigations)
the fix was adding the vpn-instance within my VTY ACL.... previously it was just the source subnet alone, but this was working for telnet, just not ssh which seems odd. My config is essentially as below, telnet worked with rule 5 configured, but ssh didnt work until i added rule 10. I would have thought that telnet would not have worked either in the first instance with this being the case...
interface LoopBack1
ip binding vpn-instance <vpn-instance>
ip address y.y.y.y. 255.255.255.255
acl basic x
rule 5 permit source x.x.x.x
rule 10 permit vpn-instance <instance> source x.x.x.x