How To Setup A Network Connection
How To Setup A Network Connection
This guide will help you create a connection in Windows between the clients and the
server, so that you can use Image-files and custom CD-Keys. In this guide the client
operating system is Windows XP Professional, and the server operating system is
Windows 2003 Server. It is very important that you choose a server operating
system for the server such as Windows NT/Windows 2003 Server; otherwise you will
not be able to have more than 10 computers connected to the server at the same
time.
To change this, open up the Network Connections window from the Control Panel,
and choose Properties in the menu after right-clicking on your Local Area
Connection.
This will open up the properties window for your Local Area Connection. In the item
list for this connection, double-click the item Internet Protocol (TCP/IP) to edit
your IP settings as shown in Image 2.
Click the Use the following IP address and Use the following DNS server
addresses to choose your own IP settings instead of the automatic settings received
from your DHCP server. If you don’t know all of your IP settings, you can find out
your current addresses your DHCP has chosen for you by using something called
ipconfig.
Press your Start menu button, and choose Run…. In the textbox, write cmd and
press enter as show in Image 3.
ipconfig /all
There is a lot of information here that is irrelevant, the only things you need to pay
attention to is those that you recognize from the Internet Protocol (TCP/IP) settings
window, such as:
IP Address
Subnet Mask
Default Gateway
DNS Servers (the first two, ignore the third row here if you have one)
Now copy these addresses to the correct textboxes in the Internet Protocol (TCP/IP)
settings window. If your IP address for instance is 192.168.0.27, it is recommended
that you choose a simple number for the final part of the IP address. Choose
something that is easy to remember (192.168.0.5 for example, as show in Image
3).
Remember that we use a Windows 2003 Server in this guide, so if you are using a
different OS than Windows 2003 Server, then it will not look the same for you as in
does in the screenshots in this guide.
Start by opening up My Computer on the server, open up the drive you have
chosen for storing, and create a new folder called Store. In this folder we create two
new folders, images and cdkeys. All the necessary folders are now created, and we
This will bring up the sharing properties of the Store, to share the folder on the
network simply click the Share this folder radio button. This will give all the users
in the network read access to this folder, which means that they can view files and
copy them to their own computer, but they can not delete, edit or create new files in
this folder. Only having read access is good, because unauthorized users should not
be able to delete or change your files. However, by simply clicking Share this
folder, you will give access to Everyone (Everyone is a usergroup in Windows,
which includes every single user account in Windows), which is maybe something
that you do not want to do. If you have setup a wireless access in your café for
instance, you do not want the people with laptops, which do not run Smartlaunch to
be able to view your shared folders over the network. Therefore we shall create a
new Windows user that will be the only one that has any kind of access to the Store
folder.
To see which users that have access to your share, click the Permissions button. By
default it will only list Everyone, and the only checkbox that will be checked is the
Read box, under the Allow column.
Before we create the new Windows user account, close the permissions window, and
click the OK button in the Share Properties window, to share the folder.
To manage your Windows user accounts, right-click My Computer and select
Manage, this will open the Computer Management window. Click open the Local
Users and Groups section and select the Users folder, this will bring up all the
Windows user accounts on your computer, on the right side of the window.
Now we want to our new Windows account to be the only one with access to our
Store folder, do this by right-clicking on the Store folder and select Sharing and
security again, as in the beginning of this step. First off we want to remove the
access for Everyone, do this by clicking the Permissions button, select the
Everyone account and click the Remove button. This will leave the Group or user
name list box blank.
To add our Smartlaunch windows account, click the Add button, which opens up the
Select Users or Groups window. Click the Advanced button in the lower left
corner, and then click Find Now in the new window that comes up, to display all the
user names and groups on the machine. From the list that comes up, scroll down
until you find the Smartlaunch user account, select it and press OK. You will now
have a reference to your user account in the Select Users or Groups window;
finally click OK to add your select user account to the Permissions list.
You are now done with this step, and the Permissions window should look like it
does in Image 8. Click the OK button on the Permissions window, and on the
Share Properties window to save all the new settings.
The first selection box named Drive: lets you choose a which drive letter you want to
assign to this connection, in this guide we use the default drive letter Z. The next
selection box is called Folder, and this is where you type the IP or Computer Name
to the server you want to connect to. Type in the IP address you chose for the
server and the name of the folder you shared, for example: \\192.168.0.5\Store\
C:\Program Files\Smartlaunch\Server\Data\Batch\Client\
startup.bat
userlogin.bat
userlogout.bat
If you want to refresh the connection every time the computer starts up, edit the
startup.bat file, if you want to refresh it every time a user logs in, edit the
userlogin.bat file.
Enter this line right before the end of the file, but replace the IP address, shared
folder and logon information to match your configuration:
The connection will now be refreshed every time the user logs in or the computer
starts up. Now place all of your image files in the images folder, and all of your cd-
keys in the cd-key folder, and you’re done.