2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Mud Network Setup -->
<!--X-From-R13: X Q Znjerapr <pynjNxnatn.ah> -->
<!--X-Date: Fri, 03 Mar 2000 23:16:41 &#45;0800 -->
<!--X-Message-Id: 5805.952154196#kanga,nu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 008e01bf8593$4dec9420$020101df@JonLambert -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Mud Network Setup</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#kanga,nu">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00538.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00540.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00544.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00547.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00539">Author</A>
&nbsp;|&nbsp;<A HREF="#00539">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00539">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Mud Network Setup</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Mud Network Setup </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#kanga,nu">claw#kanga,nu</A>&gt;</LI>
<LI><em>Date</em>: Fri, 03 Mar 2000 23:16:36 -0800</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

On Fri, 3 Mar 2000 23:36:40 -0500 
Jon A Lambert &lt;jlsysinc#ix,netcom.com&gt; wrote:

&gt; J C Lawrence wrote:

&gt;&gt; Low end routers: El-cheapo i486 and pentium boxes with a couple
&gt;&gt; NICs work well.  There's a rash of such PCI 4U rackmounts going
&gt;&gt; cheap here in the Valley as a number of labs clear out -- they
&gt;&gt; make very attractive firewall/routers.  I have an i486-33 sitting
&gt;&gt; beneath my desk as the router/firewall for the home LAN that's
&gt;&gt; serving excellent duty for a net cost of $25 in parts (admittedly
&gt;&gt; the rackmount stuff is a tad more expensive).  Its a cute box
&gt;&gt; really:

&gt; I'm confused about this issue.  I was planning on connecting the
&gt; P-III right onto the net.  Should I instead use the 486 or P90 as
&gt; a router?  

This really depends on what you want for box connectivity.  What
boxes need to communicate to what, and what protocols would they
need to use (there are a few protocol problems going thru IP Masq).
Its also worth realising that the compute horsepower needed for a
NAT or IP Masq box is fully satisfied by an i386SX-16 -- a box on
which Linux runs quite happily.

&gt; What are the downsides and upsides of using the linux machine as a
&gt; firewall/router?  

Versus what?  Versus a Cisco box with IOS? or versus nothing at all?
What is being compared here and why?

Firewalls, and in particular asymmetric NAT (number of internal
addresses not equal to number of external addresses) violate several
of the base assumptions of 'net communications and there are
occassional prices to pay for that in protocol breakages.

  Note:  NAT covers translations of the forms:

           N&lt;-&gt;N' -- where internal addresses (N) are mapped to an
                     equal number of external addresses (N')

           N&lt;-&gt;M  -- where internal addresses (N) are mapped to a
                     smaller set of external addresses (M)

           N&lt;-&gt;1 --  where internal addresses (N) are mapped to a
                     single external address (commonly known as IP
                     Masquerading) and actually a special case of
                     the second form.

The last is the most complex in its necessity to do intelligent port
following and protocol prediction, and thus is the mostly likely to
break things.  Most of the commonly used non-single-stream protocols
at this point have adaptors which correctly process assorted
protocols thru an IP Masq box because of this (eg FTP, IRC 9due to
ident requirements IIRC), Quake, etc).  your protocol sensitivity is
utterly dependent on what you run.  I haven't hit a problem for a
couple years now, but then I really exercise a very small set of
protocols.

Well, asides from breaking the pattern of your all-windows setup, it
really depends on how you do your NAT and whether any of the
protocols you run are sensitive to the violation of end-to-end
connectivity (most aren't, but its not 100%).

Outside of that, there are few problems.  If you want you can use
one of the single-floppy distributions, or even (fairly trivially)
build and cut your own bootable CD and run it that way.  There's
also a mini HOW-TO on the area which is quite good.  If you go for
the magentic media approach, Debian probably makes the simplest to
maintain distribution (which is why I moved all my moxes off RedHat
about a year ago). as you can do most of the work of system
maintenance and upgrade off cron-jobs and then just hand walk the
few things that need supervision when-ever you wish (which is
specifically why my colo boxes all run Debian: No more CD upgrades
-- everything is done over the wire).

&gt; Could I also use it as a browser gateway...

What is your definition of a browser gateway?  Using NAT, HTTP works 
quite nicely and utterly transparently out thru the the NAT box.
Installing a cacheing or filtering proxy ala junkbuster or squid
really changes nothing there -- it all works just fine due to the
fact that HTTP is a simple single stream protocol that is NAT
insensitive.

&gt; ...since I'd like the P-II to have web access.  

Perhsps I should diagram the net here at home:

  ---(T1)----(Emu)----(Hub)
                        |
                        +--Dingo
                        |
                        +--Toad
                        |
                        +--Koala
                        |
                        +--Bruce
                        |
                        +--Royal
                        |
                        +--etc


Emu is an i486-33 with 20Meg RAM, a 2Gig HD and a couple 3C509 NICs
(its the $25 box I mentioned earlier).  Its running Linux 2.2.10 IP
Masq on the internal network, and PPPoE with dynamic IPs out to my
ISP.

The hub is an ordinary Arlotto 10/100 8 port hub.

Dingo is my main workstation (the one I'm typing on now), Toad is my
remaining OS/2 box, Koala is a test server, Bruce is the
AlphaStation that used to run Kanga.Nu, Royal is the wife's
workstation, and then various other boxes I'm mostly trying to get
rid of continue the network.  Every box plugged into the hub has
full net access: HTTP, FTP, SSH, SMTP, IRC, you name it.  All
transparent and without effort or special configuration other than
making Emu their default route.

&gt; Would I only need 1 static IP for all 3 machines?  

If you do IP Masq, yes.  Please read up on it.  If you want, drop me
a note off list and I'll walk you thru the area on the phone.

&gt;&gt; Switches: HP makes some very nice equipment.  Hot pluggable, full
&gt;&gt; (and well done) SNMP support, remote console, etc.  Been a while
&gt;&gt; since I've bought one, but they were comparitively reasonably
&gt;&gt; priced last time I did.

&gt; I prolly won't need these.  At least I don't think so!?

Nah, you shouldn't.  They're really only useful for large
installations.

&gt;&gt; Cases:

&gt; All towers.  Too late now.  ;-)

Have a look into the SunCheer tower cases.  Very very nice.

&gt;&gt;&gt; What type of network connection and what was the install cost
&gt;&gt;&gt; and monthly, yearly cost are you paying?

&gt;&gt; Kanga.Nu is sitting on a 384Kbit DSL...

&gt; I'm going to be running web and ftp services, light use.  And only
&gt; occasionally running remote shells.  I'll want to support about
&gt; 100-150 users at a time the same mud using 1k-2k per user.  It
&gt; looks like a constant 384K in both directions is about the minimum
&gt; I should check into, no?

Yes, tho you *might* be able to get away with 114K IDSL, but its
squeezy.

&gt;&gt; Name registration: DNS services:

&gt; I'd like to spend less than $100/mo average cost, outside of the
&gt; installation.

Going for the cost cutting route:

  ISP charges:  $market, but typically in the $15-$75 range.

  Telco/CLEC charges: $market, but typically in the $20-$110 range

  (note the previous two values vary WIDELY depending on local
  market, providers, phase of the moon, and other unknowables.  All
  bets are off on the above numbers applying to you).

  Forgo name registration and nameservice and bum a subdomain (and
  thus name service) off a friend (eg lambert.kanga.nu).  Cost: $0.

  Bum secondary MX service for your subdomains off friends.  Cost:
  $0.

More expensive options:

  ISO TLD domain registration typical cost: $25/yr - $50/yr

  NET/ORG/COM domain registration cost: $75/yr

  Commercial name service: $25/yr for EasyDNS (example)

  Secondary MXing: $market but typically $5-$35/month from your ISP
  for those that offer it.

  You can also semi-cheat and use one of the Dynamic DNS services in
  lieu of proper name service.  Cost ranges from free to $25/yr last
  I checked.

You can pick any combo out of the above that makes sense.

-- 
J C Lawrence                                 Home: claw#kanga,nu
----------(*)                              Other: coder#kanga,nu
--=| A man is as sane as he is dangerous to his environment |=--


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00547" HREF="msg00547.html">Re: [MUD-Dev] Mud Network Setup</A></strong>
<ul compact><li><em>From:</em> Emil Eifrem &lt;emil#eifrem,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00534" HREF="msg00534.html">Re: [MUD-Dev] Mud Network Setup</A></STRONG>
<UL><LI><EM>From:</EM> "Jon A. Lambert" &lt;jlsysinc#ix,netcom.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00538.html">Re: [MUD-Dev] Mud Network Setup</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00540.html">Re: [MUD-Dev] Mud Network Setup</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00544.html">Re: [MUD-Dev] Mud Network Setup</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00547.html">Re: [MUD-Dev] Mud Network Setup</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00539"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00539"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>RE: [MUD-Dev] Mud Network Setup</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00548" HREF="msg00548.html">RE: [MUD-Dev] Mud Network Setup</A></strong>, 
Joe Andrieu <a href="mailto:joe#andrieu,net">joe#andrieu,net</a>, Sat 04 Mar 2000, 20:14 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00534" HREF="msg00534.html">Re: [MUD-Dev] Mud Network Setup</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sat 04 Mar 2000, 05:02 GMT
<UL>
<LI><strong><A NAME="00538" HREF="msg00538.html">Re: [MUD-Dev] Mud Network Setup</A></strong>, 
Dominic J. Eidson <a href="mailto:sauron#the-infinite,org">sauron#the-infinite,org</a>, Sat 04 Mar 2000, 06:24 GMT
<UL>
<LI><strong><A NAME="00544" HREF="msg00544.html">Re: [MUD-Dev] Mud Network Setup</A></strong>, 
Emil Eifrem <a href="mailto:emil#eifrem,com">emil#eifrem,com</a>, Sat 04 Mar 2000, 20:14 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00539" HREF="msg00539.html">Re: [MUD-Dev] Mud Network Setup</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sat 04 Mar 2000, 07:16 GMT
<UL>
<LI><strong><A NAME="00547" HREF="msg00547.html">Re: [MUD-Dev] Mud Network Setup</A></strong>, 
Emil Eifrem <a href="mailto:emil#eifrem,com">emil#eifrem,com</a>, Sat 04 Mar 2000, 20:14 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</LI>
<LI><strong><A NAME="00504" HREF="msg00504.html">[MUD-Dev] Portal</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Thu 02 Mar 2000, 00:55 GMT
<LI><strong><A NAME="00496" HREF="msg00496.html">[MUD-Dev] Minimum community sizes</A></strong>, 
Dan Root <a href="mailto:dar#thekeep,org">dar#thekeep,org</a>, Mon 28 Feb 2000, 22:58 GMT
<UL>
<LI><strong><A NAME="00500" HREF="msg00500.html">Re: [MUD-Dev] Minimum community sizes</A></strong>, 
adam <a href="mailto:adam#treyarch,com">adam#treyarch,com</a>, Tue 29 Feb 2000, 01:55 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>