Link to home
Start Free TrialLog in
Avatar of champs
champs

asked on

dial in

i have a web page hosted on iis (asp page). my employees will dial into my computer through phone line and need to access that page.
for this , my computer needs to have a fixed ip address and also allow dial in facility. what settings do i have to make for that ??
Avatar of kahlean
kahlean

you can try to go online both. Find out what is your ip  by typeing ipconfig at the dos prompt to find out the ip add. Distributed the ip to him

At ie type http://<your ip here>/index.asp

Regards
 
Avatar of champs

ASKER

how do i assign a fixed ip address to my machine??
Avatar of champs

ASKER

i have just installed win 2k, so i need to assign a static ip to my machine before i can distribute that ip to others
is your machine hook up to your ISP with a fixed line?  

Regards
ASKER CERTIFIED SOLUTION
Avatar of JconleyMCSE
JconleyMCSE

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of champs

ASKER

Jconley, if i do what you said then i cant access internet from my machine, after username and password entry, i get a "server rejected" error.

Instead i made a new connection for accepting incoming connection using the network wizard. in the tcp/ip properties i clicked on specify ip address.

the problem here is this : i have to specify atleast 2 ip addresses. even though this thing worked...i want only one ip address on my machine...

another problem with this is : on my machine when i open internet explorer and type the url http://192.168.0.10/myfolder/mypage.asp the computer asks if i want to dial the internet, however when i type localhost, i can see the web page...

what do i do?
Avatar of champs

ASKER

kahlean, i have a modem and telephone line...people will dial into my computer with a telephone line and modem too, and will access my page through the administrator account. since they are my employees, security is not an issue
if you are dialing using a modem, i think your isp will provide a dynamic ip address everytime you dial in. Unless yuo state the ip on your own in your tcp/ip setting in the newtwork setting.

 

That is indeed true. If you are dialing in, then your ISP most likely assigns you a diferent IP everytime you connect.
You may have to stick with the 2 address set-up that you mentioned earlier.
www.dhis.org
This is a dynamic DNS, choose a name(yourname in example) and get an account. ITS FREE.
Get a program called winip and configure it with parameters
reported by dhis.org
Tell winip to execute automatically on startup.

Each time you connect to internet, winip tells DNS your ip, so yourname.dhis.org will be pointing your dynamically obtained IP.

Your users only need to connect to internet and search in theirs browsert at http://yourname.dhis.org . If your server is online they will see it, if your server is not on interner an error "host not found" will be.

hope this helps.