[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sheflug] ADSL



I'm wondering if to get a Conexant ADSL modem, as offered by ebuyer.com . If 
I connected one of these to my firewall computer + a hub off that, this would 
be a cheap setup, for about £50. This is compared to say a SMC or Netgear 
modem/firewall/router + hub, which would cost in the region of £120+. Has 
anyone heard of bad reports on the Conexant and wouldn't I get the same 
protection using a dedicated firewall computer compared to the above more 
costly setup?
		Peter C.
___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

  GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
 
while (<>){
        $_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
        print unless /^Delivered-To:/i ;
}