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

Re: Sharing a modem via network



transparent yes mostly..not all tcp apps like ip masq though(same goes for
NAT which is in *bsd)  id say a good 95% of them don't care either
way.  see the IPMasq howto for this.  or if your using a 2.2.x kernel you
can take my example and tweak it (from my /etc/init.d/network) :

#setting up IP MASQ
echo "Enabling IP Masqing for 10.10.10.0 Network .."
insmod ip_masq_cuseeme
insmod ip_masq_ftp
insmod ip_masq_irc
insmod ip_masq_quake
insmod ip_masq_raudio
insmod ip_masq_vdolive
ipchains -A forward -j MASQ -s 10.10.10.0/0 -d 0.0.0.0/0
echo "Turning on IP Forwarding .."
echo "1" >/proc/sys/net/ipv4/ip_forward


nate


On 21 Dec 1999, Arcady Genkin wrote:

a.genk >I have two boxes: one I use as a workstation, and another one which I
a.genk >use as a server. I am considering moving my modem into the server.
a.genk >
a.genk >What would be involved in using the modem via network from the
a.genk >workstation? Can it be done transparently for applications?
a.genk >
a.genk >Thanks for any pointers!
a.genk >-- 
a.genk >Arcady Genkin                                http://wgaf.dyndns.org
a.genk >"'What good is my pity? Is not the pity the cross upon which he who
a.genk >loves man is nailed?..'" (Zarathustra - F. Nietzsche)
a.genk >
a.genk >
a.genk >-- 
a.genk >Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
a.genk >

----------------------------------------[mailto:aphro@aphroland.org ]--
   Vice President Network Operations       http://www.firetrail.com/
  Firetrail Internet Services Limited      http://www.aphroland.org/
       Everett, WA 425-348-7336            http://www.linuxpowered.net/
            Powered By:                    http://comedy.aphroland.org/
    Debian 2.1 Linux 2.0.36 SMP            http://yahoo.aphroland.org/
-----------------------------------------[mailto:aphro@netquest.net ]--
5:10pm up 124 days, 5:00, 3 users, load average: 0.53, 0.37, 0.30


Reply to: