[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Problem with Net, Network etc.



Hello Jeff,

If you are planning on using the 486 to connect to the net via
the P166, then you will need to configure the P166 as a gateway.
You will need two network cards or 1 network card and a modem,
on the P166 and have a private network for the 486 and an external
network connecting to the Internet via dialup/ISDN/leased line etc.

For configuring the gateway - do the following
1. Get two network cards or a network card (for the local network) and a
modem for the external network. If however you are using PLIP on the
local network, then you won't need any network card on the P166.

2. Use Ifconfig / linuxconf to configure the devices with the appropriate
IP addresses. If you are using dialup, you will need to specify PPP etc
for the dialup device and you shouldn't specify a static ip address.

3. You will need to configure a default route on the P166 so that all
packets
arriving on the P166 and not meant for the local network can be routed
to the device connected to the external network.

4. Configure the DNS lookup on your machine so that it uses any of the
servers on the net. mostly the range is something like 202.54.6.10
etc...this
could differ in your city.

5. Now you should restart the network by running
/etc/rc.d/init.d/network restart.

6. Connect to the Internet.

7. Try pinging some address on the net and see if there is any response.
If you succeed, go and configure the 486

For the 486 do the following.

1. Use Ifconfig / linuxconf to assign a private ip address in the range of
192.168.1.x etc (there are other ranges) to the machine and also to
setup the default gateway as the P166. Also configure the DNS lookup
to use the VSNL servers.

2.Now you should restart the network by running
/etc/rc.d/init.d/network restart.

3. Try pinging the P166 (the P166 should be up and running ofcourse)
If you succeed and if the connection to the net is open on the P166, try
pinging some ip address on the net.

4. Try using nslookup command to find the ip address of any server
on the net. If this also succeeds, the DNS and the gateway are both
functioning and you are ready to rock :-)

Regards,
Prem Kurian Philip
- ----- Original Message -----
From: Jeffrey Yep <jyep@xxxxxxxxxxx>
To: <linux-india@xxxxxxxxx>; <linux-delhi@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, July 28, 1999 6:47 AM
Subject: Problem with Net, Network etc.


> I've finally configured my Linux machine to access the net. But I have a
> problem. As my 486 is connected to the Linux Machin which is a P166, the
486
> can't access the net even when I tried the advice given in the Mar PCQ
> issue. Anybody?? I gave the IP address of the 486 as the DNS and Gateway
as
> said inthe issue and the Linux IP address as the Proxy server with port
> 8000. But still no luck! I tried pinging and telnetting but ping just
gives
> a timed out request and telnet can't connect. Also, whenever I boot my
Linux
> machine after it starts the named service it gives the following error
eth0:
> timed out waiting for Tx RDC or something like that! Can anyone help?
Thanks
>
> TIA
> Jeff
>
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> --------------------------------------------------------------------
> For more information on Linux in India visit http://www.linux-india.org/
> The Linux India mailing list does not accept postings in HTML format.
>


- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------