Networking Forums

Networking Forums > Computer Networking > Broadband > Virgin broadband and ssh

Reply
Thread Tools Display Modes

Virgin broadband and ssh

 
 
Martin Smith
Guest
Posts: n/a

 
      08-06-2008, 01:54 PM
The manager of an office which I support has just moved to a house with
virgin broadband and we have been trying to connect her to the server in
the office, with winscp under xp and also with connect to server on a
debian box. Total failure in both instances. At the same time I have
been tailing the auth.log on the server and nothing comes up at all. She
also fails just to log in with ssh.
She has tried their "support" line, but it seems they do not "support"
winscp.
Now I can easily get into the server from here, using her credentials or
mine, I am on a bt line broadband service.
Does anyone here know of any issues with virgin and ssh, and why this
might not be working, and whether there is a solution.
--
Martin

replies to newsgroup only please.
 
Reply With Quote
 
 
 
 
The Natural Philosopher
Guest
Posts: n/a

 
      08-06-2008, 03:04 PM
Martin Smith wrote:
> The manager of an office which I support has just moved to a house with
> virgin broadband and we have been trying to connect her to the server in
> the office, with winscp under xp and also with connect to server on a
> debian box. Total failure in both instances. At the same time I have
> been tailing the auth.log on the server and nothing comes up at all. She
> also fails just to log in with ssh.
> She has tried their "support" line, but it seems they do not "support"
> winscp.


Winscp is just a fancy fTP client.

I would suspect the the office is firewalled, and you have been added as
a 'permitted access' type thing, but she has not.

Are you on a fixed IP address? and she isn't?

I would not care top leave an FTP socket open to the whole world at all,
frankly.

> Now I can easily get into the server from here, using her credentials or
> mine, I am on a bt line broadband service.
> Does anyone here know of any issues with virgin and ssh, and why this
> might not be working, and whether there is a solution.


Talk to teh sysadmins at the company: they probably know how to add her in.
 
Reply With Quote
 
Theo Markettos
Guest
Posts: n/a

 
      08-06-2008, 03:47 PM
Martin Smith <(E-Mail Removed)> wrote:
> Does anyone here know of any issues with virgin and ssh, and why this
> might not be working, and whether there is a solution.


There aren't any here, or I couldn't post this!

Try telnetting to the SSH servers on port 22. If, after a few presses of
the return key, you don't get a message like "SSH-1.99-OpenSSH_5.0" then
there's a problem with the network. If you do there's a problem with
configuration of the SSH client or server.

Theo
 
Reply With Quote
 
Graham J
Guest
Posts: n/a

 
      08-06-2008, 04:44 PM

"Martin Smith" <(E-Mail Removed)> wrote in message
news:g7caf6$orb$1$(E-Mail Removed)...
> The manager of an office which I support has just moved to a house with
> virgin broadband and we have been trying to connect her to the server in
> the office, with winscp under xp and also with connect to server on a
> debian box. Total failure in both instances. At the same time I have been
> tailing the auth.log on the server and nothing comes up at all. She also
> fails just to log in with ssh.
> She has tried their "support" line, but it seems they do not "support"
> winscp.
> Now I can easily get into the server from here, using her credentials or
> mine, I am on a bt line broadband service.
> Does anyone here know of any issues with virgin and ssh, and why this
> might not be working, and whether there is a solution.


My suggestion would be to set up a LAN-to-LAN VPN between the routers at the
office and the home. I suggests Vigor routers, but Cisco or other expensive
ones would probably work. The Office connection would need a static IP
address, the home location will work with a dynamic address provided that
the VPN is initiated from the Office and set as "always on". A static IP at
Home makes this easier, so you would need to get rid of Virgin and use a
proper ISP.

The home network thus connects to the office network, all computers at one
location can in principle see all the computers at the other. Login should
work from the home location in the same way as it would from another PC in
the office.

--
Graham J


 
Reply With Quote
 
Eeyore
Guest
Posts: n/a

 
      08-06-2008, 05:29 PM


Martin Smith wrote:

> Does anyone here know of any issues with virgin


Where would you like to begin ?

Graham

 
Reply With Quote
 
Adrian C
Guest
Posts: n/a

 
      08-06-2008, 05:40 PM
Eeyore wrote:
>
> Martin Smith wrote:
>
>> Does anyone here know of any issues with virgin

>
> Where would you like to begin ?
>


The potential mother in law?

--
Adrian C
 
Reply With Quote
 
Martin Smith
Guest
Posts: n/a

 
      08-06-2008, 06:29 PM
The Natural Philosopher wrote:
> Martin Smith wrote:
>> The manager of an office which I support has just moved to a house
>> with virgin broadband and we have been trying to connect her to the
>> server in the office, with winscp under xp and also with connect to
>> server on a debian box. Total failure in both instances. At the same
>> time I have been tailing the auth.log on the server and nothing comes
>> up at all. She also fails just to log in with ssh.
>> She has tried their "support" line, but it seems they do not "support"
>> winscp.

>
> Winscp is just a fancy fTP client.


we are running it on port 22, as you know scp is effectively ftp over ssh

>
> I would suspect the the office is firewalled, and you have been added as
> a 'permitted access' type thing, but she has not.
>
> Are you on a fixed IP address? and she isn't?


I do not know how virgin run these things to be honest and from what I
hear of their support I do not suppose their support people do either

>
> I would not care top leave an FTP socket open to the whole world at all,
> frankly.


port 21 is not open

>
>> Now I can easily get into the server from here, using her credentials
>> or mine, I am on a bt line broadband service.
>> Does anyone here know of any issues with virgin and ssh, and why this
>> might not be working, and whether there is a solution.

>
> Talk to teh sysadmins at the company: they probably know how to add her in.


I am the sysadmin, I can get it using her login, no problem

--
Martin

replies to newsgroup only please.
 
Reply With Quote
 
Martin Smith
Guest
Posts: n/a

 
      08-06-2008, 06:33 PM
Graham J wrote:
> "Martin Smith" <(E-Mail Removed)> wrote in message
> news:g7caf6$orb$1$(E-Mail Removed)...
>> The manager of an office which I support has just moved to a house with
>> virgin broadband and we have been trying to connect her to the server in
>> the office, with winscp under xp and also with connect to server on a
>> debian box. Total failure in both instances. At the same time I have been
>> tailing the auth.log on the server and nothing comes up at all. She also
>> fails just to log in with ssh.
>> She has tried their "support" line, but it seems they do not "support"
>> winscp.
>> Now I can easily get into the server from here, using her credentials or
>> mine, I am on a bt line broadband service.
>> Does anyone here know of any issues with virgin and ssh, and why this
>> might not be working, and whether there is a solution.

>
> My suggestion would be to set up a LAN-to-LAN VPN between the routers at the
> office and the home. I suggests Vigor routers, but Cisco or other expensive
> ones would probably work. The Office connection would need a static IP
> address, the home location will work with a dynamic address provided that
> the VPN is initiated from the Office and set as "always on". A static IP at
> Home makes this easier, so you would need to get rid of Virgin and use a
> proper ISP.
>
> The home network thus connects to the office network, all computers at one
> location can in principle see all the computers at the other. Login should
> work from the home location in the same way as it would from another PC in
> the office.


Well, the problem is that I do not know what type of modem/router is at
her end, I got her to query the ip address of the machine itself while
running windows and it said it was 80.xx.xx.xx so I guess it is just a
modem, and she does not have any instructions for accessing any control
panel that it might or might not have.
I have no idea what kind of thing they use.


>


--
Martin

replies to newsgroup only please.
 
Reply With Quote
 
Eeyore
Guest
Posts: n/a

 
      08-06-2008, 07:25 PM


Adrian C wrote:

> Eeyore wrote:
> > Martin Smith wrote:
> >
> >> Does anyone here know of any issues with virgin

> >
> > Where would you like to begin ?

>
> The potential mother in law?


LOL !

Graham

 
Reply With Quote
 
Graham J
Guest
Posts: n/a

 
      08-06-2008, 07:27 PM
[snip]

> Well, the problem is that I do not know what type of modem/router is at
> her end, I got her to query the ip address of the machine itself while
> running windows and it said it was 80.xx.xx.xx so I guess it is just a
> modem, and she does not have any instructions for accessing any control
> panel that it might or might not have.
> I have no idea what kind of thing they use.


So you should take charge of the situation and recommend some suitable
routers ...

--
Graham J


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Virgin broadband seani Broadband 8 10-05-2007 08:52 AM
Free Virgin.net broadband with Virgin Mobile {{{{{Welcome}}}}} Broadband 11 08-30-2006 09:33 PM
Virgin.net broadband ScoobyDoo Broadband 7 03-21-2006 07:38 AM
Virgin broadband - OK? Dave S. Broadband 11 08-16-2005 08:45 PM
virgin broadband Simon Broadband 3 12-09-2003 09:47 AM



1 2 3 4 5 6 7 8 9 10 11