View previous topic :: View next topic |
Author |
Message |
shazbotus n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/HalfLife/Half_Life_-_Grunt.gif)
Joined: 28 Jun 2003 Posts: 24 Location: Duke Univ.
|
Posted: Mon May 31, 2004 8:32 pm Post subject: Getting newsgroups remotely |
|
|
I am currently working at college this summer, and I was wondering how I'd be able to get the newsgroups that my home ISP offers (notably the binaries). The ISP only allows people with their IPs to get access to those newsgroups. Any advice? TIA. (I have a computer at home...maybe put together some sort of tunnel, but any way to get around the slow upload of cable modem? Basically, Id like to get full access to those newsgroups back home) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
suso Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/6569769934140a66c17d83.png)
Joined: 08 Apr 2004 Posts: 137 Location: Bloomington, IN
|
Posted: Wed Nov 10, 2004 4:33 pm Post subject: |
|
|
Well there are a couple ways depending on your situation. If you have a computer at home that is online all the time then you could try using the 'suck' program to automatically download articles. There are a few others out there that will download binaries.
If you don't have a system at home or you prefer to use a GUI, you could try using an SSH tunnel to your home computer or if the ISP has one, a shell server at the ISP. Just run this:
Code: | ssh -L 8119:news.ispnewsserver.net:119 youraccount@ispshellserver.net |
That will create a tunnel, then you can configure a newsreader like Pan or slrn to connect to your local computer on localhost port 8119.
This technique works really well and is what I use to talk on IRC while at work behind a firewall that doesn't allow port 6667, but does allow 22. ![Cool 8)](images/smiles/icon_cool.gif) _________________ Use saferdomainsearch.com to safely search for domain availability. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nevynxxx Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 12 Nov 2003 Posts: 1123 Location: Manchester - UK
|
Posted: Wed Nov 10, 2004 4:53 pm Post subject: |
|
|
Leafnode.
It is very nice, set it up on your hoime computer and forget about it. (It keeps itself clean and tidy).
Then set your box at uni to collect news from your box at home.
You might want to play with the firewall on your home box to make sure only you can read the news though, if you get others connecting and browsing things your ISP don't like you will be in lots of trouble. _________________ My Public Key
Wanted: Instructor in the art of Bowyery |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|