![]() |
|
|
|||||||
![]() |
Computer Security - Router suggestions needed |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi all,
I am in the boonies with no hope of cable or dsl and the cost of satilite is out of the question. I have a small network and running xp pro using a router as a switch. I know there are routers with dialup backup, but they seem out of reach too. I have several old boxes that I could install dos. Is there any way to run such a box through the wan port on the router so I could benefit from the physical firewall? I found one program (Internet Extender v1.0b) but the website doesn't answer. Would anyone have any other suggestions? Regards, George Also None |
|
|
|
|
#2 |
|
Posts: n/a
|
Also None wrote:
> I have several old boxes that I could install dos. Is there any way > to run such a box through the wan port on the router so I could > benefit from the physical firewall? I found one program (Internet > Extender v1.0b) but the website doesn't answer. Would anyone have > any other suggestions? Linux or BSD instead of DOS? Sebastian Gottschalk |
|
|
|
#3 |
|
Posts: n/a
|
Sebastian Gottschalk wrote:
> Also None wrote: >> I have several old boxes that I could install dos. Is there any way >> to run such a box through the wan port on the router so I could >> benefit from the physical firewall? I found one program (Internet >> Extender v1.0b) but the website doesn't answer. Would anyone have >> any other suggestions? > > Linux or BSD instead of DOS? Good suggestion. Linux/BSD makes a nice solution plus you can run it on older hardware... Im Imhotep |
|
|
|
#4 |
|
Posts: n/a
|
Also None <> writes:
> Hi all, > > I am in the boonies with no hope of cable or dsl and the cost of > satilite is out of the question. I have a small network and running > xp pro using a router as a switch. I know there are routers with > dialup backup, but they seem out of reach too. I have an aging SMC Barricade 7004ABR switch/router that has a com port to fall back to an external modem and a printer port to boot. Not SPI, but I think it may get you where you wanna go. -- Todd H. http://www.toddh.net/ Todd H. |
|
|
|
#5 |
|
Posts: n/a
|
(Todd H.) writes:
> Also None <> writes: > > Hi all, > > > > I am in the boonies with no hope of cable or dsl and the cost of > > satilite is out of the question. I have a small network and running > > xp pro using a router as a switch. I know there are routers with > > dialup backup, but they seem out of reach too. > > I have an aging SMC Barricade 7004ABR switch/router that has a com > port to fall back to an external modem and a printer port to boot. > Not SPI, but I think it may get you where you wanna go. For shits and giggles, i checked ebay for smc7004abr and wonder if $15 might be in the budget? http://cgi.ebay.com/SMC-Barricade-SM...QQcmdZViewItem -- Todd H. http://www.toddh.net/ Todd H. |
|
|
|
#6 |
|
Posts: n/a
|
On 24 May 2006 00:08:58 -0500, (Todd H.) wrote:
> (Todd H.) writes: > >> Also None <> writes: >> > Hi all, >> > >> > I am in the boonies with no hope of cable or dsl and the cost of >> > satilite is out of the question. I have a small network and running >> > xp pro using a router as a switch. I know there are routers with >> > dialup backup, but they seem out of reach too. >> >> I have an aging SMC Barricade 7004ABR switch/router that has a com >> port to fall back to an external modem and a printer port to boot. >> Not SPI, but I think it may get you where you wanna go. > >For shits and giggles, i checked ebay for smc7004abr and wonder if $15 >might be in the budget? > > http://cgi.ebay.com/SMC-Barricade-SM...QQcmdZViewItem Thanks, for shits and giggles I can afford the 15 bucks. Just for laughs, what is BSD. I see where to download it but it doesn't say what type of os it is. George Also None |
|
|
|
#7 |
|
Posts: n/a
|
Also None <> writes:
> On 24 May 2006 00:08:58 -0500, (Todd H.) wrote: > > > (Todd H.) writes: > > > >> Also None <> writes: > >> > Hi all, > >> > > >> > I am in the boonies with no hope of cable or dsl and the cost of > >> > satilite is out of the question. I have a small network and running > >> > xp pro using a router as a switch. I know there are routers with > >> > dialup backup, but they seem out of reach too. > >> > >> I have an aging SMC Barricade 7004ABR switch/router that has a com > >> port to fall back to an external modem and a printer port to boot. > >> Not SPI, but I think it may get you where you wanna go. > > > >For shits and giggles, i checked ebay for smc7004abr and wonder if $15 > >might be in the budget? > > > > http://cgi.ebay.com/SMC-Barricade-SM...QQcmdZViewItem > Thanks, for shits and giggles I can afford the 15 bucks. Just for > laughs, what is BSD. I see where to download it but it doesn't say > what type of os it is. BSD is the version of UNIX developed at the University of California, Berkeley. The most common freebies of this style are FreeBSD, and OpenBSD. OpenBSD is revered as one of the most secure operating systems you can get your hands on for free. You can run it on a variety of hardware, including x86 PC's and cute little embedded boxes like Soekris.com stuff. An old pc with a comm port and an external modem would certainly be able to get you where you wanna go with much geek bragging rights, but the learning curve isn't exactly simple, particularly if you aren't a unix guy to begin with. Best Regards, -- Todd H. http://www.toddh.net/ Todd H. |
|
|
|
#8 |
|
Posts: n/a
|
If you have an old box use linux or BSD. The 3 mail ones are freeBSD, openBSD,
and netBSD all of whose websites are <name>.org (ie freebsd.org) If you use linux, use a tool like iptables for traffic routing, and use pf (packet filter) for openBSD. You can make your own firewall and router from any of these systems. Try this site on setting up a linux gateway: http://newbiedoc.sourceforge.net/net...megateway.html ~David~ Also None wrote: > Hi all, > > I am in the boonies with no hope of cable or dsl and the cost of > satilite is out of the question. I have a small network and running > xp pro using a router as a switch. I know there are routers with > dialup backup, but they seem out of reach too. I have several old > boxes that I could install dos. Is there any way to run such a box > through the wan port on the router so I could benefit from the > physical firewall? I found one program (Internet Extender v1.0b) but > the website doesn't answer. Would anyone have any other suggestions? > > Regards, > George ~David~ |
|
|
|
#9 |
|
Posts: n/a
|
On Wed, 24 May 2006 23:26:31 GMT, ~David~ <>
wrote: >If you have an old box use linux or BSD. The 3 mail ones are freeBSD, openBSD, >and netBSD all of whose websites are <name>.org (ie freebsd.org) If you use >linux, use a tool like iptables for traffic routing, and use pf (packet filter) >for openBSD. You can make your own firewall and router from any of these systems. > >Try this site on setting up a linux gateway: >http://newbiedoc.sourceforge.net/net...megateway.html > >~David~ > >Also None wrote: >> Hi all, >> >> I am in the boonies with no hope of cable or dsl and the cost of >> satilite is out of the question. I have a small network and running >> xp pro using a router as a switch. I know there are routers with >> dialup backup, but they seem out of reach too. I have several old >> boxes that I could install dos. Is there any way to run such a box >> through the wan port on the router so I could benefit from the >> physical firewall? I found one program (Internet Extender v1.0b) but >> the website doesn't answer. Would anyone have any other suggestions? >> >> Regards, >> George Thank you to everyone. I ordered the router from ebay. I'm just not sure I want to tackle linux right now. I can do dos real easy. I'll check back when I get the router up and running. I don't know about you folks, but my business (computer repair) is way down. Folks seem to need the money for gasoline and the slow computer can wait. Thanks again George Also None |
|
|
|
#10 |
|
Posts: n/a
|
On Tue, 23 May 2006 20:57:48 -0400, Also None <> wrote:
>Hi all, > >I am in the boonies with no hope of cable or dsl and the cost of >satilite is out of the question. I have a small network and running >xp pro using a router as a switch. I know there are routers with >dialup backup, but they seem out of reach too. I have several old >boxes that I could install dos. Is there any way to run such a box >through the wan port on the router so I could benefit from the >physical firewall? I found one program (Internet Extender v1.0b) but >the website doesn't answer. Would anyone have any other suggestions? > >Regards, >George Waal, I recieved the router and it was easy to configure and works just fine. Thanks to everyone for your help. George Also None |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help needed in Router DNS configuration - Website not accessible from inside LAN | moiztankiwala | Hardware | 0 | 12-11-2008 10:16 PM |
| Problem Connecting Through Router | Nobody404 | General Help Related Topics | 0 | 07-10-2007 11:28 PM |
| Adsl Router > Dual Wan Load Balancing Router > 24 port Switch Hub | nazeth | Hardware | 0 | 03-28-2007 09:36 AM |
| suggestions on dvd player or comments of yamaha DVD-S659 needed | TwistedPixel | DVD Video | 0 | 12-10-2006 06:02 AM |
| Further Study Suggestions Needed | Mr. Arcade | A+ Certification | 1 | 02-19-2006 04:10 PM |