Skip to Content.
Sympa Menu

baslinux - Re: [BL] Modem share between linux and windows

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "Solange Rijo" <solrijo AT adinet.com.uy>
  • To: <baslinux AT lists.ibiblio.org>
  • Subject: Re: [BL] Modem share between linux and windows
  • Date: Wed, 3 Dec 2003 10:52:45 -0300

> Looking over some stuff I've found in search engines, it would seem that
> to share a modem on my windows box (winmoden, no support for it as a
> linmodem as of yet) all I need to do is setup a proxy server on windows.

Yes,
http://www.analogx.com/contents/download/network/proxy.htm it's free

> Is this all that's necessary? putting something like wingate or some other
> form of proxy on the system for modem sharing with my windows and linux
> systems?

my rc.inet1

#! /bin/sh
PATH=/bin:/sbin:/bin/busybox
insmod 8390
insmod ne io=0x300
HOSTNAME=`cat /etc/HOSTNAME`
hostname `cat /etc/HOSTNAME | cut -f1 -d .`
ifconfig eth0 192.168.1.33
ifconfig lo 127.0.0.1
route add -net 192.168.1.0 netmask 255.255.255.0 eth0
route add -net 127.0.0.0 netmask 255.0.0.0 lo
route add default gw 192.168.1.101 metric 1

 
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.545 / Virus Database: 339 - Release Date: 27/11/2003



Archive powered by MHonArc 2.6.24.

Top of Page