InFront Productions
About us
News
Who we are
Contact us


Software
ID3 Namer


Games
Temp
Removed


Information
Dual boot Win2k
Win2k RAS


Windows 2000 RAS
Abstract

After starting to program in EPOC I wanted to write some net applications. But I wanted to use my direct connection to the internet not a dialup and I couldn't find proper instructions on how to do this so I got some help from friendly people on UseNet and decided to document it.

Requirements

  • Two free serial ports
  • EPOC Emulator ER5 (I'm currently working on getting ER6 to work)
  • A NULL modem cable. See here for details on how to make one
Configure Windows

    First you need to tell windows to accept incoming connection on a com port.
    Method:
    • Go into Network properties (Start -> Settings -> Control Panel -> Network and Dial-up Connections)
    • Select "Make New Connection"1
    • Select "Connect directly to another computer"
    • Select "Host"
    • Select the comport you wish to use for the incoming connection
      e.g. "Communications Port(COM2)"
    • Select the users to give access to it, this should be your account.
      I created a seperate account just for the emulator to use call "EPOC"
    • Click "Next" and then click "Finish".

    Next you need to setup windows to have a dial out connection on a com port
    Method:
    • Go into Network properties (Start -> Settings -> Control Panel -> Network and Dial-up Connections)
    • Select "Make New Connection"
    • Select "Connect directly to another computer"
    • Select "Guessed"
    • Select the comport you wish to use for the outgoing connection. This needs to be either Com1 or Com2
      e.g. "Communications cable between two computers (COM1)"
    • Click "Next" (Doesn't matter if available for all users or not)
    • Click "Finish"

Configure the emulator

    Next you have to configure the Emulator to use the newly created connection. So load the emualtor up.

    • Go into "Control Panel"
    • Select "Modem Settings"
    • Under "Current Modem" select "Direct Connection"
    • Click "Ok"
      Modem Connection

    • Go into "Internet Settings"
    • Select "New"
    • Choose based on "Standard Settings"
    • Enter a name for the connection e.g. "RAS to Win2k"
    • Set connection type to "Direct"

      Net Settings 1

    • Select the "Account tab"
    • Deselect "Manual Login"
    • Enter the user name and password for which you allowed the incoming connection for in the windows setup. e.g. "EPOC"

      Net Settings 2

    • Select the "Login tab"
    • Select "Use Login Script"
    • Edit the generic login script so that it says 'SEND "CLIENT"' not 'SEND "CLIENT"+<0x0d>'

      Net Settings 3

    • Select "Done"

    Thats it.. It all done now!

Testing, Testing, 1 ... 2 ..... 3

    To test run any net app (eg email - you need to setup an account)

    • Tell it to open you mailbox
    • You will be presented with a "connect to internet" dialog
    • Click ok
    • After a short while you will see a dialup connection appear under win2k
    • Thats it.. Its working now :-)

      Connect

If you have any problems with this please email or if you've found it useful please let me know...

  • It has been pointed out to me that on some setups it is necessary to set the max port speed of the com ports to 115200






This site is copyright © 2001 InFront Productions. All rights reserved