Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Using the TCD Proxy from outside College

  • 20-04-2009 4:27pm
    #1
    Closed Accounts Posts: 191 ✭✭


    I used to use the TCD proxy all the time from outside college to access websites that TCD subscribes to. eg. oed.com
    I can't seem to get it to work any more. Any advice from people who have it working?

    Things I've tried:
    1 - Pointing Firefox's Automatic Configuration to http://www.tcd.ie/proxy.cgi
    Externally: This gets no proxy setting
    Internally: This returns proxyA.tcd.ie:8080 or proxyB.tcd.ie:8080

    2 - Pointing Firefox's s Automatic Configuration to http://www.tcd.ie/proxy.pac
    This returns proxy2.tcd.ie:8001 or proxy1.tcd.ie:8001

    3 - Thread on Boards.ie
    Mentions tcdproxy.tcd.ie:8080

    None of the proxies I've listed here seem to work manually (or with the automated scripts).
    Does anyone have this working from home? What are your settings?


Comments

  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    proxy4.tcd.ie port 8002.

    Additionally you can set up a tunnel through wilde to the cs proxy.

    ssh -L 2222:www-proxy.cs.tcd.ie:8080 wilde.cs.tcd.ie

    Set the proxy in firefox to localhost and port 2222. Now all you firefox traffic goes view the tunnel.

    ssh syntax was wrong.


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Boston wrote: »
    proxy4.tcd.ie port 8002.
    This was the library one, but has since been disabled.
    Boston wrote: »
    Additionally you can set up a tunnel through wilde to the cs proxy.
    Undergrads have no access to wilde.

    Possible with macneill?



    EDIT: You could always find hosting inside tcd and stick a php based proxy on that. ;)


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    Proxy4 is still in operation. Jim there has access to wilde, but you can replace wilde with spoon.netsoc.tcd.ie if you like.


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Boston wrote: »
    Proxy4 is still in operation.
    Well maybe its just staff and postgrads then.

    My login won't work anymore, and it used to work flawlessly.


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    Ah I get you. No idea if it works, but the server is still up.


  • Advertisement
  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Boston wrote: »
    but the server is still up.
    Aye.

    Would you do me a favour and see if you can login please?


  • Closed Accounts Posts: 191 ✭✭Jim_No.6


    jmccrohan wrote: »
    Aye.

    Would you do me a favour and see if you can login please?

    I can't.


    I have the forwarding through wilde though, so that's good enough for me. Thanks guys


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    Syntax is correct now. proxy is the destination, wilde is the middle man.


  • Registered Users, Registered Users 2 Posts: 3,357 ✭✭✭snappieT


    They changed this all around this year. You just append .elib.tcd.ie to the hostname of the resource, log in and you're away.

    OED is available at http://dictionary.oed.com.elib.tcd.ie/ - for example. Just sign in with your proxy password there. No actual browser proxies required.


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Boston wrote: »
    ssh -L 2222:www-proxy.cs.tcd.ie:8080 wilde.cs.tcd.ie
    I give up.

    I can't get tunnelling to work, whether it be through netsoc or macneill :(


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 6,889 ✭✭✭tolosenc


    jmccrohan wrote: »
    I can't get tunnelling to work, whether it be through netsoc or macneill :(

    Prolly coz you're only an engineer...


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    Netsoc should work, that's definitely the command. Don't forget to set you proxy to localhost and port 2222.


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    obl wrote: »
    Prolly coz you're only an engineer...
    And you are only half a cs student :P




    EDIT: Maybe that wasn't a jibe at being an engineer, but rather having different permissions... If so, I apologise :)


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Boston wrote: »
    Netsoc should work, that's definitely the command. Don't forget to set you proxy to localhost and port 2222.
    I'm not that bad :rolleyes:


    Nothing is working. :(


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    I see the problem. All the ports need to be accessible form both side, in your case you can only see port 22 from your home machine.

    ssh -L 22:www-proxy.cs.tcd.ie:8080 macneill.cs.tcd.ie -l username should work

    ssh -L 22:www-proxy.cs.tcd.ie:8080 spoon.netsoc.tcd.ie -l username does work


  • Registered Users, Registered Users 2 Posts: 6,889 ✭✭✭tolosenc


    jmccrohan wrote: »
    And you are only half a cs student :P




    EDIT: Maybe that wasn't a jibe at being an engineer, but rather having different permissions... If so, I apologise :)

    It was kinda both :P


  • Registered Users, Registered Users 2 Posts: 256 ✭✭Randomness


    Agh ignorance is bliss, I have no idea what yall are talking about. :D


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Boston wrote: »
    I see the problem. All the ports need to be accessible form both side, in your case you can only see port 22 from your home machine.

    ssh -L 22:www-proxy.cs.tcd.ie:8080 macneill.cs.tcd.ie -l username should work

    ssh -L 22:www-proxy.cs.tcd.ie:8080 spoon.netsoc.tcd.ie -l username does work
    That would make sense.

    Also didn't help that firefox doesn't recognise localhost but wasnt telling me. Had to key in 127.0.0.1 instead.


    ERROR

    The requested URL could not be retrieved

    While trying to retrieve the URL: http://www.google.ie/
    The following error was encountered:
    • Access Denied. Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
    Your cache administrator is root@cs.tcd.ie.

    Generated Mon, 20 Apr 2009 21:58:48 GMT by www-proxy.cs.tcd.ie (squid/2.6.STABLE5)
    Nothing much I can do about that error tho..




    EDIT:
    Working grand using the netsoc proxy. :pac:


  • Closed Accounts Posts: 1,444 ✭✭✭Cantab.


    jmccrohan wrote: »
    That would make sense.

    Also didn't help that firefox doesn't recognise localhost but wasnt telling me. Had to key in 127.0.0.1 instead.
    Been down that blind alley myself.

    For those who don't know what we're talking about, start the ssh tunnel as above and in Firefox do:
    Edit > Preferences > Network > Settings > Manual Proxy Configuration
    HTTP Proxy: 127.0.0.1
    Port: 22

    ISS must love students engaging in a bit of aul tunnelling.


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    Fuk ISS, I ran this by the Comp Sci tech guys and they said they had no problem with it, in fact they recommended that I do it.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 5,699 ✭✭✭Brian


    This allows you to ... ? Besides look up words in the OED, I mean. Bypass the Rapidshit limit?


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    Bless yer heart bazza.


  • Registered Users, Registered Users 2 Posts: 3,357 ✭✭✭snappieT


    Baza210 wrote: »
    This allows you to ... ? Besides look up words in the OED, I mean. Bypass the Rapidshit limit?
    There are sites out there, reference ones mostly, that require users to pay a subscription to access the content. Trinity has done this on behalf of the students for many of these sites. Using the proxy (or the other method I suggested above) proves that you are a genuine TCD student, and gives you access.


  • Closed Accounts Posts: 882 ✭✭✭cunnins4


    never mind folks!

    ;)


  • Registered Users, Registered Users 2 Posts: 5,166 ✭✭✭enda1


    Also could mean you could watch RTE while abroad I guess? Get around all that geoblocking nonscense?


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    enda1 wrote: »
    Also could mean you could watch RTE while abroad I guess? Get around all that geoblocking nonscense?
    Yes.


    I watched the All Ireland in france last year.


  • Registered Users, Registered Users 2 Posts: 5,166 ✭✭✭enda1


    Snap! But i was in a pub. Really got to get this working now with another browser, might choose opera...


  • Registered Users, Registered Users 2 Posts: 3,536 ✭✭✭Mark200


    Cantab. wrote: »
    Been down that blind alley myself.

    For those who don't know what we're talking about, start the ssh tunnel as above and in Firefox do:
    Edit > Preferences > Network > Settings > Manual Proxy Configuration
    HTTP Proxy: 127.0.0.1
    Port: 22

    ISS must love students engaging in a bit of aul tunnelling.

    Finally someone talking in English!


  • Registered Users, Registered Users 2 Posts: 5,699 ✭✭✭Brian


    Some obliging UK University wouldn't happen to offer a similar thing? Bit o' iPlayer?


  • Advertisement
  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    No.

    How and ever, there are hundreds of open proxy servers in the UK, find one and you are set.


  • Registered Users, Registered Users 2 Posts: 5,699 ✭✭✭Brian


    Hmm, I was under the impression that they were kinda too slow for vidya streaming actually...


  • Closed Accounts Posts: 17,163 ✭✭✭✭Boston


    Does it matter if you're buffering?


  • Registered Users, Registered Users 2 Posts: 5,699 ✭✭✭Brian


    Very true.


  • Registered Users, Registered Users 2 Posts: 5,297 ✭✭✭Ron DMC


    You could always trade login details with a friend in a British university.
    You'd get bbc iplayer and they'd get eh... the crappy Rte player. :(


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    I haven't been able to get that to work for me.

    The ads load and then nothing..


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 11,198 ✭✭✭✭Crash


    Unless they've changed how iPlayer works, if you use a proxy its only used for the authentication stage. As its a distributed system in the backend, all connections are then direct - hence no problem with using a slow ****ty open proxy.


  • Registered Users, Registered Users 2 Posts: 5,166 ✭✭✭enda1


    So is there a definitive way to do this?

    Just wanna watch RTE.IE through firefox, opera whatever and wondering whats the proxy address and settings for a normal student, i.e. one not oin engineering, C.S. etc., one with normal access rights?


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    enda1 wrote: »
    So is there a definitive way to do this?

    Just wanna watch RTE.IE through firefox, opera whatever and wondering whats the proxy address and settings for a normal student, i.e. one not oin engineering, C.S. etc., one with normal access rights?
    It was proxy4.tcd.ie:8002 but ISS have done away with it.

    Any student can join netsoc.


  • Registered Users, Registered Users 2 Posts: 639 ✭✭✭devinejay


    Pretty much most of what has been discussed here was over my head, but I thought I'd contribute anyway. Using Chrome if I don't remember to uncheck the manual proxy settings when I get home, it still connects via the TCD proxy. Is this kinda what you're on about?


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    devinejay wrote: »
    Pretty much most of what has been discussed here was over my head, but I thought I'd contribute anyway. Using Chrome if I don't remember to uncheck the manual proxy settings when I get home, it still connects via the TCD proxy. Is this kinda what you're on about?
    Kinda but not really. :)

    The reason that it still works at home is because the connection times out and looks to connect directly (using your home broadband). What we are talking about here is to make the computer look as if it is still in TCD (using a TCD ip address) from home.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 639 ✭✭✭devinejay


    Ah well that makes sense, it does take ages to connect when I leave TCD settings on, just timing out each time I guess. Also out of curiosity I did a connection speed test comparison between what I thought was the TCD proxy and my own, and there was practically no difference.


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Yea it times out before it attempts to connect directly.

    When it realises it cannot find the .pac file, it will connect at normal speed.


  • Registered Users, Registered Users 2 Posts: 639 ✭✭✭devinejay


    All this interwebbery - she'll reveal her secrets to me yet!


    Although I'm pretty sure I don't want to know them all...


  • Registered Users, Registered Users 2 Posts: 677 ✭✭✭M450


    That would have been fairly useful while in Chicago over the summer... was pissed when I couldn't watch any GAA. And you have to wait a few days to watch the Sunday Game so you're always a week behind!!! That doesn't make any sense for them to do that!


  • Closed Accounts Posts: 191 ✭✭Jim_No.6


    Jonathan wrote: »
    Yea it times out before it attempts to connect directly.

    When it realises it cannot find the .pac file, it will connect at normal speed.

    You get access to the .pac if you are outside college, but as I said in my original post, the "Outsider .pac" returns an instruction not to use a proxy.


  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,259 Mod ✭✭✭✭Jonathan


    Jim_No.6 wrote: »
    You get access to the .pac if you are outside college, but as I said in my original post, the "Outsider .pac" returns an instruction not to use a proxy.
    If you are using the wireless network as devinejay was, ISS instruct you to use http://proxypac.tcd.ie/accelerated_pac_base.pac which is not accessible from outside college.


Advertisement