cragllo
Dec 28 2004, 07:24 PM
This tutoral will show you how to link two computers using Windows 98 or higher together... Plug in your Crossover network cable into the ethernet sockets of the two computers, so that thay are linked together. If using XPGo to Control Panel > Network Connections and right click your Local Area Connection icon, select Properties. under This connection uses the following items, Select Internet Protocol (TCP/IP) and click Properties. Set the following: IP address: 192.168.0.1Subnet mask: 255.255.255.0 Default gateway: 192.168.0.1 Preferred DNS Server: 192.168.0.1 and click OKDo the same to the second computer with the following: IP address: 192.168.0.2Subnet mask: 255.255.255.0 Default gateway: 192.168.0.1 Preferred DNS Server: 192.168.0.1 ----------------------------------------------- If using 89right click your Network Neighborhood icon, select Properties. under The following network components are installed, Select TCP/IP -> (and the name of the network card) and click Properties. Set the following: IP address: 192.168.0.1Subnet mask: 255.255.255.0 Default gateway: 192.168.0.1 Preferred DNS Server: 192.168.0.1 and click OKDo the same to the second computer with the following: IP address: 192.168.0.2Subnet mask: 255.255.255.0 Default gateway: 192.168.0.1 Preferred DNS Server: 192.168.0.1 ----------------------------------------------- You now need to set files to be chared... Right click on a folder or sevice, and choose the Sharing tab, its prettey easy after that... ----------------------------------------------- If you want to add more computers to the network, you will have to get a router, and instead of using crossover cables, use normal network cables... I hope this is useful to someone out there...
Reply
Zenchi
Dec 28 2004, 10:01 PM
So in other words, the main computer holding this network is 192.168.0.1, correct? So in case that falls down, is there a way to network this for three or more computers? (I've not ever messed with network connections, but it would be nice to know) The only possible way I can think of this would be if you changed the Preferred DNS server and left the main. The main reason I'd like to know this is for hosting server on games.
Reply
cragllo
Dec 28 2004, 10:32 PM
Sorry, you do not need to fill in Preferred DNS Server just ignore that... I said this in the first post, 'If you want to add more computers to the network, you will have to get a router, and instead of using crossover cables, use normal network cables...' As long as the IP of each computer starts off the same its ok, so... IP address: 192.168.0.any Subnet mask: 255.255.255.0 Default gateway: 192.168.0.1 e.g. 192.168.0.1 192.168.0.25 192.168.0.82 they will all work... 3 ip's 3 pc's ------------------------------------------ On the other hand if you want to share an internet connection between multiple pc's... (XP only) Go to Control Panel > Network Connections and right click your internet connection icon, select Properties. On the pc that is connected to the internet click the Advanced tab and under Internet Connection Sharingchech the box to allow it. Now, right click your Local Area Connection icon, select Properties. under This connection uses the following items, Select Internet Protocol (TCP/IP) and click Properties. Set the following: IP address: 192.168.0.1 Subnet mask: 255.255.255.0 Default gateway: 192.168.0.1 On the other computers, check the box saying, obtain an IP address automaticallyjust set the Preferred DNS Server to 192.168.0.1 (to get to these option on Win98, follow the directions in the first post) Then click OK
Reply
COMRADE_Sped
Dec 28 2004, 10:41 PM
what about using a hub? I use a hub and 2 nic cards for my 2 pcs. This was the most affordable way for me to set up. Can this be done with more than 2 pcs? Is it wrong to do it this way?
Reply
Zenchi
Dec 28 2004, 10:45 PM
QUOTE(cragllo @ Dec 28 2004, 05:32 PM) IP address: 192.168.0.any Subnet mask: 255.255.255.0 Default gateway: 192.168.0.1
Sorry Crag, I mistated what I meant. I know you'd have to use network cables (A Given.  ), but what I'm worried about with a server is, say Computer 1 (192.168.0.1), the Default gateway goes down. Would not this mess the whole network up? I would like a safety to wh ere 192.168.0.2 becomes the new Temporary Default gateway, is this possible to do without a program? (Program detects 192.168.0.1 is inaccessible, attempts to contact next on the list, defaults that and the rest of the networked computers to a new gateway)
Reply
cragllo
Dec 28 2004, 10:53 PM
If pc one goes down, you will have to start it up again, lol. Im not sure, I dont think it can be done automatically, because pc 1 would be connected to the internet, the others would not? COMRADE_Sped: im not sure about that either, im just sharing what i learned myself... Im just getting to grips to networking... I have a web server set up on my 2nd pc, but my main pc is the one connected to the net, And I do not know how to access it from the internet...
Reply
splehati
Dec 29 2004, 12:35 PM
use switch, switch is better than hub, because it switch is smart and he switches packet, he remembers ip adresess, so it is faster than dumb hub. I now use wireless, because there is no wire  , and it is good for me because i am mobile. Speed is good enogh and so on. I use usb wireless adapter that works well. You can buy one access point and one adapter, or 2 usb adapters and connect 2 computer at 11MBit or 54MBit in AD-HOC modes. I use this adapter dlink dwl-122:  and also using this great asus wl-130b  , great wireless card for low prize. I love it.
Reply
Recent Queries:--
suse10 adhoc - 596.16 hr back. (1)
-
how to set canon network setting - 938.76 hr back. (1)
-
how to delete network settings xp - 951.61 hr back. (1)
-
setting up crossover network - 948.12 hr back. (2)
-
subnet mask default gateway 192 168 home network wireless - 962.27 hr back. (1)
-
how to do network printing - 988.69 hr back. (1)
-
setting up a network between 2 computers - 1025.64 hr back. (1)
-
how to do subnet mask - 1035.47 hr back. (1)
-
how to do hub connection - 1073.33 hr back. (1)
-
setting up dlink 192.168.0.1 - 1073.43 hr back. (1)
Similar Topics
Keywords : setting, simple, network
- Flash Tutorial Simple Motion Tween
Introduction to motion tween (0)
Create Dynamic Html/php Pages Using Simple Vb.net Code
Taking your application data, and creating a webpage for others to vie (1) This example will show you how use a string in VB to create PHP code. In order to do this, you need
a string to store your PHP page and a function that I will list at the bottom of the page for you to
put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
-------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
Ad Text
Setting up ads (2) Please, could anyone explain to me how to put up ad text, similar to the absence format by the sides
of my blog.....
Is It Possible To Bring An Network Completly Under Control
So that no proxy softwares can be used within. (4) Hello friends,Greetings! This i am posting in order to find out the can a network be
Completely taken into control by using some security tools like firewall etc. I am at present under
a network of a college and the network administrator here has installed a watchguard x5000 series
fire wall long back. During this time many of the proxy softwares worked. Eg.UltraSurf etc. but now
the administrator has installed an extra device at the network gateway, thats a content filter . The
name of the content filter is Webcat which is a product of IronPort which is now owned ....
Need Advice On Setting Up Mysql Database.
I have a huge amount of daily data updates to be inserted. (4) First of all, to get the idea of what I am trying to achieve here, please have a look at my
idea thread, entitled Idea For Using A Cron Job To Grab Daily Travian Map.sql Updates . This gives
a prelude to the project, what it is for, what it is supposed to do, etc. Now, what I need is
specific advice on setting up the mySQL database(s) to implement this idea. There is a useful FAQ
file for how to make use of the map.sql data located on the help.travian.com website, which also
gives an example of the CREATE TABLE instruction that matches the data in the map.sql fi....
Wireless Lan Network Card Driver Installation On Linux Ubuntu 8.04!
(3) If you want to install wireless lan pci card drivers for linux unbuntu 8.04 but there aren't
drivers for linux - just download NDISWrapper and install windows drivers for Linux Ubuntu 8.04. For
details check - https://help.ubuntu.com/8.04/internet/C/ndiswrapper.html ....
Finding Good Free Hosting Can Be Frustrating And Costly.
Simple free hosting is anything but. It could cost you dearly. (1) I have a home. After several weeks of searching, reviewing, and posting I have solid, free, feature
rich hosting. Thank God for Trap 17. The first question a reasonable person would ask is why bother?
Just get paid hosting. Well I have paid hosting and it is not so different from free hosting. Same
issues, same features. One big difference is when they go under your payment for services goes with
them. I needed a good free host for my clients. I wanted to be able to say hey try this host with
your new site from me and you can have great service at low or no cost. The b....
Speedtest - How Fast Do You Think Your Network Is
ISP Battle Royal! (10) We can all say "Oh my ISP is the fastest", but lets let Speedtest prove that, shall we? Simple go
to Speedtest.net and click a location to link to. Best to do the recommended server(Yellow
Pyramid). Wait a few seconds while it tests your connect upload/download speeds. And you should come
up with a result like this; Lets see who can beat THAT! /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />.....
Making A Simple Signature With Adobe Photoshop
A tutorial to basic signature designing: By Accure (3) Specs Hardness: 4 / 10 Time: about 10 minutes Result: My .PSD File: Download it now!
Needings: -Basic Photoshop knowlegend. -Adobe Photoshop CS2 (Or CS3/CS4) -Brushes set ( available
here ) -A render ( available here ) Basic knowlegend: Steps: 01. Open Adobe Photoshop,
and go File > New. 02. select the sizes Width: 350 pixels . Height: 150 pixels . Press OK .
03. Press the button to maximize the window of your new project. 04. Fill your background with
black (by using the "fill" function). 05. Press F5, click on the small arrow a....
I Need Help With Setting Up My Site, Made Using Java
any help would be appreciated (5) I just got web hosting approved and I want to host the site I created using Struts framework.
I'm a complete newb when it comes to web hosting, so I need a little help. Is there a tutorial
that covers this subject? I apologize in advance if this question was already answered, but
I've been unable to find the answer anywhere. One thing I have to note is that I need to know
absolute address of the uploaded files in order for my application to work. Is this even allowed?
Any help with hosting of Java applications will be appreciated.....
Phpizabi Social Network Script
(1) Hello everyone not been on for AGES! we had net problems and i had to move to qupis and now
I've got problems. I'm making a social networking site using this script and I cant get it
to install Everytime I go to the install page i get this QUOTE Warning: session_start() :
open_basedir restriction in effect. File(/home/kasiks1/tmp) is not within the allowed path(s):
(/home/karlos:/usr/lib/php:/usr/local/lib/php:/tmp) in
/home/karlos/public_html/phpazi/install/index.php on line 1 Fatal error: session_start() : Failed
to initialize storage module: file....
A Simple Preg_replace Help Please.
(2) Hello.. Im looking for some help. I want to use preg_replace function to replace the following type
of code tags. CODE <code lang="php"></code> <code
lang="javascript"></code> <code lang="css"></code>
My question is that, in the above code tags, language (lang) is not always same, how can i use
preg_replace with the above code tags to place them with something. Any help will be very much
appreciated. thanks.....
Simple Javascript And Password System
How to protect your pages with password (9) The quickest way to get a password protection system up and running is to use a Prompt box in
JavaScript that has a title like "Enter your Email Address". Only you and the relevant users know
what the password should be, could even be one each, that can be sorted out at the next page then
pass the "input" directly through the url by changing the .href, like
http://www.iSource.net.nz/users/?leTmeIn= The page that then processes this should also check for
the referring page, and three fails from an IP if you like the php (the next page): CODE
<?php // processdo....
I Have 30 System In My Network
I want my network to become slow what I need to do (9) Hi I have 30 system in my network I want my network to become slow what I need to do can any one
tell me even if there try to browes like yahoo, hotmail, gmail, etc.the pages shoud not open any
pages My network is 100mbps And my internet speed is 1mbps I don’t have any router only
unmanaged switch ....
How Often Do You Use Css?
As opposed to using simple <font> and <div> tags (12) CSS is basically made to make your html coding a heck of a lot easier. However, sometimes I prefer
to use html instead of CSS since it sometimes gets frustrating to refer to the same old style sheet
and use an old font ID you made about a week ago. I find it a lot more efficient to just type out
the specified font color/style/size in the tag than to use an individual or for certain fonts
you'd like to use. Sure, it's very helpful a lot of the time to use CSS in most cases, since
it's kind of like a very simplified version of PHP but in a different case,....
Dish Network - Scam Scam Scam! Do Not Trust Them!
(38) dish network - fraud or scam - YOU decide ok- i have decided to talk about some of the
stress i've been having with dish network. dish network is a satelite television and audio
programing company. they can also be referred to as a DBSS which stands for direct broadcast
satelite service. now i am sure most all of you that live in the united states know who dish
network is. they are the parent company of echostar. they are the ones that directly competes with
direct t.v. i would now like to describe my experience with dish network. i signed up with them thr....
Simple Php Login And Registration System
(15) Hello. This is my first web tutorial ever. This is basically a simple register and login script.
Yes, I know it’s a bit rubbish but I’m quite new to PHP/MySQL. Here’s the register form. This can
be any file extension you like. I’d recommend calling it register.html . CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
xmlns="http://www.w3.org/1999/xhtml"> <head> <meta
http-equiv="Content-Type" content="text/ht....
Very Simple Online Now Script
This is a very simple online now script. (4) Hi all, Its Aldo. anyways, I wont be using the method of pagination, i will just tell you how to
make a basic online now script. When someone logs in, now take into consideration that the name of
the username input is username ( First ,create a table in your database saying online now and add 2
fields to it. id and username CODE id type=integer(INT) , auto increment, length =255
and username = VARCHAR length=the limit a username should be in your site now from there we take
off : CODE <?php //logged.php //authentication script //connection scri....
Playing Flash Movies Without The One-click Activation: Simple Insertion Of Javascript
(4) In the past year or two iternet explorer and other browsers have updated their coding platforms.
The bad thing is that if you have any flash objects at all within your web page you have to hit the
space bar or click on the flash object to activate it. Once you activate it, you then can interact
with the object or the object will then play on the website. I dont like how you have to activate
the flash player first to interact with it. here is the code to prevent that. Believe me people
notice how much better the site is after you do this. put <script type="text/java....
Watermark Your Image With Simple Php Script
found it on the net (35) This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
Scripts site. Just in case the site may not show, I will include the code here: List of things
needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
transparent gif image with the watermark - goes in the same directory as this script // ....
Simple C File Handling In Action
Small code snipet which covers most of basic file handling and navigat (4) Yesterday I suddenly got a lot of work. The same work we try to push off, yes you are right all
formalities to get the code review incorporated and update all source code files with code review
headers. Imagine if you need to open 300 files one by one and append code review headers at the
end. Since most files are reviewed in groups of 20 to 30 files. We require one header to be placed
in say 20 to 30 files. To simplify I went back to my class assignment days and wrote this small c
utility to open all files passed on command line and open attach code review headers an....
Simple Sig Tutorial
photoshop sig tutorial : New to photoshop? (24) Mytutorial which i made for people who are new in photoshop: This is my first tutorial so maybe
there are few mistakes .......
Verifying Email Addresses
Using a simple PHP script (9) This simple script will allow you to run some basic checks to make sure that any email address
entered is actually an email address. There is no guarantee offered that this will stop every single
fake email address, but it'll provide some protection. Now, the code! First we need to get
the email address to verify. Here, I get it using POST from an HTML form. CODE <?php //Load
email address from web form $email = $_POST['email']; Now, we move on
to our first check. Does the text that has been entered look like it could b....
Setting Processor Type
in the BIOS (4) I have a coputer about a year and half old, anyway last night I had to reset the BIOS due to some
unplesnentness, which I'm not willing to discuss. Anyway that went well however now the
computer thinks the process is AMD athalon XP 2500+ when it actualy is a 3200+, I know this for a
fact it is printed on the processor (I checked). Anyway when I was in the BIOS a wile ago I thought
I saw I clock setting option, anyway now I can't find it. Can anyone tell me where in the BIOS
these options should be. Some Specs: Board: nVidia-nForce2 Soltek BIOS: Phoenix Techno....
How To: Change Your Website's Index File
a simple trick using .htaccess (24) How To: Change Your Website's Index File a simple trick using the .htaccess file A simple
tutorial which only involves editing one little file. Useful for those of us who have mime-typed
extensions or who are creating lots of test design files and want an easy way to make the design
they like best their default file. Create a file called .htaccess in the /public_html/ folder if
you don't have it. I think one should be there already when you get your site so if it isn't
you should create it anyway! In the file write the following: CODE Di....
Cartoon Network!
They make me so mad! (36) As you can tell, I like Hamtaro (should I say, I'm obsessed with it), and Cartoon Network
cancelled it from their regular schedule over a year ago! I've sent in many feedbacks with
their feedback form (so has many other fans), but still nothing!!! I've sent in
some nice ones, too. I've also started an online petition at my website....still
nothing!!! I'm just so fed up with waiting!! I have no idea what to do
about it anymore!!! It's like Cartoon Network doesn't even read our feedbacks
th....
Simple Login In Visual Basic 6
user interaction example trough login programm (6) First of all, I am NOT a programmer, this is something my friend taught me. It describes basic
interaction with the user, while showing basic functionality of this simple programm. So, without
further ado, we're off to the tutorial: First of all, start your visual basic, when prompted
for new project, select Standard Exe . Next, we need to open code window, so we can start typing
the program. This can be done in two ways, one is double clicking on the form, or selecting Code
from View menu. If you double clicked on the form, you will see following text: CODE ....
Php Mod Rewrite Tutorial
Simple tutorial (3) REQUIRED: Internet server (Apache 1.3.33 recomended), php, basic skills with .htaccess Mod
rewrite is cool Apache option, it helps you to make your site URLs simple and clean... also it is
perfect for search engines... This is mod rewrite, it replaces : CODE
site.com/index.php?include=files?ID=45 with: CODE site.com/files/45 so lets get startet,
open notepad, enter this in it: CODE RewriteEngine On // - you are starting rewrite mod
:) RewriteBase / // - you set the rewrite base RewriteRule
^(.+)/([0-9]+)/?$ in....
Php Calculator
Simple but cool. (17) Hello all, I was eally bored the other day. So I decided to make a php calculator just out of the
blue. I set it up and it works really good. You can see mine here . Ill give you guys the source
code too if you want it. Here it is... Name this calculate_forum.html CODE <html>
<head> <title>Calculation Form</title> </head> <body>
<form method="post" action="calculate.php"> <p>Value 1:
<input type="text" name="val1" size="10"></p> <p>....
Mysql Database Setup : Setting Up Mysql Database
Guide to use MySQL database in your site (6) A SMALL INTRODUCTION TO DATABASE ============================= I have seen that many members have
problems with Database. Here is a small INFO which should give you the IDEA. mySQL is a DATABASE
server. You can access it using the link in Cpanel. Cpanel can be accessed by
"www.YOUR-SITE.com/Cpanel" There you have 4 Main Options :- 1> CREATE A DATABASE 2> CREATE A USER
3> ADD USER TO DATABASE 4> PHPMYADMIN CREATE : IT ALLOWS YOU TO CREATE A DATABASE CREATE USER
: IT ALLOWS YOU TO CREATE A USER. USING THIS, YOU CAN ACCESS THE DATABASE. A DATABASE CANNOT BE....
Looking for setting, simple, network
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for setting, simple, network
*MORE FROM TRAP17.COM*
|
advertisement
|
|