Let's put into practiceConfiguring netcards
To configure your computer network card, take a look at the following steps.
WINDOWS XP
1) go to Start -> Control Panel -> Network -> Properties
2) select TCP/IP protocol and click Properties
3) check 'use this IP address' and type 192.168.1.3 (your network card address)
4) in the subnet mask field type 255.255.255.0
5) type 192.168.1.1 in the default gateway field (your router IP address)
6) check 'use the following DNS server IP addresses
7) type your IPS's DNS server IP address in the favorite DNS server field
Notice that windows needed to set up the TCP/IP protocol can differ slightly depending on the Windows version (95/98/200/ME/NT/XP).
MAC OS X
1) click System Preferences
2) go to Network
3) select your connection (e.g. Airport if you are using a wireless connection)
4) click Configure
5) select TCP/IP
6) type 192.168.1.3 in the IP address field (your network card address)
7) type 255.255.255.0 in the Subnet Mask field
8) type 192.168.1.1 in the Router field (your router IP address)
LINUX
1) open a Terminal window
2) type 'vi /etc/resolv.conf' (you can also use the pico editor: 'pico /etc/resolv.conf')
3) type your ISPS's DNS server IP address in the resolv.conf file
4) type 'ifconfig eth0 192.168.1.3 up' (your network card IP address)
5) type 'route add default gw 192.168.1.1' (your router IP address)
Notice that if you are using a wireless connection, you must use the iwconfig command too. Type 'man iwconfig' to know more.
(Page 1 of 2)
Index --->
DISCLAIMER:
Any named products on this website are copyright © and/or trademarks ® of their respective companies.
INFORMATION ON THIS WEB SITE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
The material included in this site has been compiled from a variety of sources and the site may include technical inaccuracies or typographical errors.
Information may be changed or updated without notice.
While every effort is made to ensure the correctness of the information provided here, the author can accept no responsibility for damages caused directly or indirectly from the use of such information.
The author will not be responsible for damage or loss of data. You are advised to backup data regularly!
By entering this site you are agreeing to this and also to never suing the author.
|