Linux Box and 95 Box, one static IP

Linux Box and 95 Box, one static IP

Post by Matthew Ku » Wed, 29 Apr 1998 04:00:00



In the near future, I will be running RedHat 5.0 on a Pentium system with
a static IP cable modem connection.  I want to know if it is possible to
network a Windows 95 box to it and be able to perform the following
goals.  Could I use applications that require an IP such as ICQ or DCC
connections with my IRC client using the Linux machine as a proxy server?  
If so, how would I go about doing that?  Would I have two separate
networks (linux to Internet / linux to 95) or would I just set all my
Internet apps on the 95 machine to use the Linux box as a proxy?  Please
pardon my vernacular; I have an idea what I need to do but haven't
acquired significant proficiency in the vocabulary.
--
Matthew Kull

http://home.att.net/~biotoxin
ICQ UIN: 9849531
AOL IM: b10t0x1n
Pagoo Voice ID: 215-555-1212 (only check about once/ day)
remove the "nospam" to reply via email

 
 
 

Linux Box and 95 Box, one static IP

Post by Gary Stainbur » Wed, 29 Apr 1998 04:00:00


Hi Matthew,

This is a doddle with Linux.  Look at the firewalling facilities (options
in kernel and ipfwadm).  You will need masquarading turned on, and then set
up firewall rules to forward specific ports (e.g. DCC and ICQ ports) to the
win95 machine.

To connect the two machines, look at buying a couple of cheap network cards
(either thin eithernet, or using UTP and a crossover lead).

Gary



> In the near future, I will be running RedHat 5.0 on a Pentium system with
> a static IP cable modem connection.  I want to know if it is possible to
> network a Windows 95 box to it and be able to perform the following
> goals.  Could I use applications that require an IP such as ICQ or DCC
> connections with my IRC client using the Linux machine as a proxy server?
> If so, how would I go about doing that?  Would I have two separate
> networks (linux to Internet / linux to 95) or would I just set all my
> Internet apps on the 95 machine to use the Linux box as a proxy?  Please
> pardon my vernacular; I have an idea what I need to do but haven't
> acquired significant proficiency in the vocabulary.
> --
> Matthew Kull

> http://home.att.net/~biotoxin
> ICQ UIN: 9849531
> AOL IM: b10t0x1n
> Pagoo Voice ID: 215-555-1212 (only check about once/ day)
> remove the "nospam" to reply via email


 
 
 

Linux Box and 95 Box, one static IP

Post by Steven J. Hathawa » Thu, 30 Apr 1998 04:00:00



> In the near future, I will be running RedHat 5.0 on a Pentium system with
> a static IP cable modem connection.  I want to know if it is possible to
> network a Windows 95 box to it and be able to perform the following
> goals.  Could I use applications that require an IP such as ICQ or DCC
> connections with my IRC client using the Linux machine as a proxy server?
> If so, how would I go about doing that?  Would I have two separate
> networks (linux to Internet / linux to 95) or would I just set all my
> Internet apps on the 95 machine to use the Linux box as a proxy?  Please
> pardon my vernacular; I have an idea what I need to do but haven't
> acquired significant proficiency in the vocabulary.
> --
> Matthew Kull

You may wish to setup your linux box as an IP Masquerade Server.  This
will require that you have two network ports on your Linux machine.
One for your Internet service (assigned IP), and another port for your
local protected network.  Your local network can use any IPs from the
private intranet address space

        10.0.0.0 - 10.255.255.255
        172.16.0.0 - 172.31.255.255
        192.168.0.0 - 192.168.255.255

With IP masquerading, all internet traffic originatng in your local
network
will look as if it were originating at your Linux masquerade server.

Some processes, however, are not complient with masquerade, but most
common applications can be masqueraded.

- Steve Hathaway

 
 
 

Linux Box and 95 Box, one static IP

Post by Jo » Sat, 02 May 1998 04:00:00


I am in the process of doing the _same_ thing.  Check out the NET-3 HowTo.

There are a couple of approaches I have found, and they all involve using the
LINUX box as a router, routing the static ip traffic externally to your
reserved ip addressed network internally.  You can use IP Masquerading, the TIS
Firewall Toolkit,etc.

THere are modules that exist with IP Masquerading that enable you to IRC, FTP,
etc, but I am not sure on ICQ.

Just read the HowTo's it's all in there.

Hmmmm... IRC... ICQ... DCC... CABLE MODEM!  Sounds like u r into warez!

Peace.



>In the near future, I will be running RedHat 5.0 on a Pentium system with
>a static IP cable modem connection.  I want to know if it is possible to
>network a Windows 95 box to it and be able to perform the following
>goals.  Could I use applications that require an IP such as ICQ or DCC
>connections with my IRC client using the Linux machine as a proxy server?  
>If so, how would I go about doing that?  Would I have two separate
>networks (linux to Internet / linux to 95) or would I just set all my
>Internet apps on the 95 machine to use the Linux box as a proxy?  Please
>pardon my vernacular; I have an idea what I need to do but haven't
>acquired significant proficiency in the vocabulary.
>--
>Matthew Kull

>http://home.att.net/~biotoxin
>ICQ UIN: 9849531
>AOL IM: b10t0x1n
>Pagoo Voice ID: 215-555-1212 (only check about once/ day)
>remove the "nospam" to reply via email

 
 
 

Linux Box and 95 Box, one static IP

Post by Matthew Ku » Mon, 04 May 1998 04:00:00



says...

Not really.  Just trying to do my own ISP services.  But since I only
have one IP, gotta do that and do my regular net functions on that.  I
want to run Apache, Sendmail and such on the Linux box, but still be able
to chat, browse, and such on the Winbox until I get more comfortable with
X Windows and other Linux apps.

[snip]

> Hmmmm... IRC... ICQ... DCC... CABLE MODEM!  Sounds like u r into warez!

> Peace.



> >In the near future, I will be running RedHat 5.0 on a Pentium system with
> >a static IP cable modem connection.  I want to know if it is possible to
> >network a Windows 95 box to it and be able to perform the following
> >goals.  Could I use applications that require an IP such as ICQ or DCC
> >connections with my IRC client using the Linux machine as a proxy server?  
> >If so, how would I go about doing that?  Would I have two separate
> >networks (linux to Internet / linux to 95) or would I just set all my
> >Internet apps on the 95 machine to use the Linux box as a proxy?  Please
> >pardon my vernacular; I have an idea what I need to do but haven't
> >acquired significant proficiency in the vocabulary.
> >--
> >Matthew Kull

> >http://home.att.net/~biotoxin
> >ICQ UIN: 9849531
> >AOL IM: b10t0x1n
> >Pagoo Voice ID: 215-555-1212 (only check about once/ day)
> >remove the "nospam" to reply via email

--
Matthew Kull

http://home.att.net/~biotoxin
ICQ UIN: 9849531
AOL IM: b10t0x1n
Pagoo Voice ID: 215-555-1212 (only check about once/ day)
remove the "antispam" to reply
 
 
 

Linux Box and 95 Box, one static IP

Post by Axel Troc » Tue, 05 May 1998 04:00:00


hmm, why don't you enable masquerading/ip forwarding on your linux
box. that way you will be able to have people connect on your linux
system which will have that static IP and still are able to do icq/irc
using masquerading

Quote:>> >In the near future, I will be running RedHat 5.0 on a Pentium system with
>> >a static IP cable modem connection.  I want to know if it is possible to
>> >network a Windows 95 box to it and be able to perform the following
>> >goals.  Could I use applications that require an IP such as ICQ or DCC
>> >connections with my IRC client using the Linux machine as a proxy server?  
>> >If so, how would I go about doing that?  Would I have two separate
>> >networks (linux to Internet / linux to 95) or would I just set all my
>> >Internet apps on the 95 machine to use the Linux box as a proxy?  Please
>> >pardon my vernacular; I have an idea what I need to do but haven't
>> >acquired significant proficiency in the vocabulary.

Axel Trocha                        (ICQ: 1249748)
Tel +49 (0) 2421 971441   Fax +49 (0) 2421 971479

www: http://www.silicon.org/axel
 
 
 

1. Windows95 box -> Linux Box (Static IP) -> Intranet -> Internet?

Folks,

    I have 1 static IP line into my office. I have a linux box and a win95
box and a hub. I want to have the Linux Box connected to the static IP on
eth0, and connected to the hub on eth1. And I want to have the Win95 box
connected to the hub.

    What I need is for the Win95 box to be able to go through the Linux box
and see the intranet, and also the internet (via proxies off of other
servers on the intranet).

    But how do I get the win95 box to see the outside world? It can see the
linux box, but that's it. DO I need to do some kind of IP forwarding on the
linux box so packets think they are going to the linux box but actually go
to the windows box? I'm a little lost.

    Where's a good place to start to find info on this?

Thanks much,
 -Chris

2. Survey: Linux patchlevel usage statistics

3. LAN for P5 Win 95 box, and AXP RH 4.0 Linux box

4. Over 64 Megs with Red Hat 5.0

5. getting files from a windows 95 box onto an HP unix box

6. Cabletron E2100

7. Need 2 IP addresses on one Linux Box one /etc/services

8. Actually that's what I was trying to avoid doing.

9. Can Ping Windows Box, But Windows Box Can't Ping Linux Box

10. How to connect a linux box with a win95 box or OS/2 box?

11. can't setup tcp/ip between linux box and win95 box

12. IP Masq works with Linux box, but not WIN NT box

13. can't setup tcp/ip network between win95 box and linux box