iNFERNoN Posted July 4, 2008 Share Posted July 4, 2008 My second post is a question?!? I should be ashamed of myself... I'm attempting to VPN into my office and ssh into a Linux box that I have sitting on the network. This is via a typical PPTP connection. If I use my Windows machine, I'm able to VPN in and ssh into the box using putty. The problem arises when I'm on my Ubuntu box. I am able to VPN in, but when I attempt to connect to the box, I receive a message that says connection refused. I've taken a look at the configuration of the VPN connection on my Ubuntu box and I manually added the address range for the office network to the "Only use VPN connection for these addresses' box, but I'm still not getting anywhere. I'm also unable to terminal into any of the Windows boxes on the network. All of this is despite the fact that I'm able to ping each and every machine I'm attempting to communicate with. I'm assuming that the issue is a routing one, but I'm somewhat new to Linux an unsure of how to move forward. Anyone have any ideas? Quote Link to comment Share on other sites More sharing options...
Sparda Posted July 4, 2008 Share Posted July 4, 2008 What service is the server providing? Is it just ssh? Quote Link to comment Share on other sites More sharing options...
iNFERNoN Posted July 4, 2008 Author Share Posted July 4, 2008 Just ssh atm, yes. Quote Link to comment Share on other sites More sharing options...
Sparda Posted July 4, 2008 Share Posted July 4, 2008 How are you trying to connect to it? Host name, IP address or ... ? Quote Link to comment Share on other sites More sharing options...
iNFERNoN Posted July 5, 2008 Author Share Posted July 5, 2008 IP address. I'm sorry. I should have provided these details at first. Quote Link to comment Share on other sites More sharing options...
Sparda Posted July 5, 2008 Share Posted July 5, 2008 if you run the command ssh <ip address here> it says connection refused? Quote Link to comment Share on other sites More sharing options...
iNFERNoN Posted July 5, 2008 Author Share Posted July 5, 2008 Yep. It says: ssh: connect to host <ip address> port 22: Connection refused If I run ssh in verbose mode, I get the same exact message. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.