473,387 Members | 1,492 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

windows server 2003 "virtual ip" problem

11
I have a web application hosted on windows server 2003 "IIS 6,virtual ip", that is used on the local intranet of my company. now i want to access this web application from a real ip PC how can I do this??

thanks for your help
Jan 14 '08 #1
2 4337
kenobewan
4,871 Expert 4TB
I thought that you needed to set this up tcp/ip configuration:
Setting up TCP/IP
Jan 14 '08 #2
Simply put, you would get an available Public IP from your ISP and do a NAT from your firewall or router that is connected to the internet to the private IP of your IIS server.
example: IIS server is running on 192.168.1.5 and isp assigns you a public IP of 205.67.45.111. Your firewall/router will do the NAT to the box (make sure to only allow port 80 tcp traffic and/or 443 https traffic).

On the IIS side, as long as the websites properties under the "Website" tab are set to "All Unassigned" then it will work.

The most complicated part will be the Public IP NAT to the internal address. You can test and see if it is working by going to a command prompt from outside the network and typing telnet (public ip) 80. This will initiate a connection on port 80 and should show a blank screen. If you get a connecting... and nothing happens then the NAT is not working right.
Jan 23 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: polarpolar | last post by:
Hi, All : I wrote a simple server in Python, and I can get the client IP by following script: s = socket.socket( socket.AF_INET, socket.SOCK_STREAM ) s.bind( (HOST, PORT) ) s.listen(1)...
1
by: Hari Om | last post by:
I am using Oracle 9.2.0.4 on IBM AIX 5.1 L System. Our DB Server had IP of "100.101.102.103" and our Tomcat Application Server (IP of 200.201.202.203) used to talk to above DB onn Port 1521. The...
12
by: cppaddict | last post by:
Hi, I know that it is illegal in C++ to have a static pure virtual method, but it seems something like this would be useful when the following 2 conditions hold: 1. You know that every one...
6
by: kelvSYC | last post by:
This little bit of seeminly innocent code seems to give me these two errors, all on the line that declares check(). Is there some part of C++ that I'm missing out on? class Condition { public:...
2
by: Andy K | last post by:
Hi everyone , I'm getting a small error with db2 . I have been looking for it on internet and found almost nothing (some webpage without any answer) . Small recap : My db2 is a 7.x with a...
175
by: Ken Brady | last post by:
I'm on a team building some class libraries to be used by many other projects. Some members of our team insist that "All public methods should be virtual" just in case "anything needs to be...
8
by: Asfand Yar Qazi | last post by:
Hi, I have the following header file in my 'everything useful I think of in one place' library: ============= BEGIN CODE SNIPPET =========== /** All classes that derive from this obtain a...
1
by: swethak | last post by:
hi, i used this function . i got http protocal address echo $_SERVER; i used this function . i got the DNS server ip address. $domain = GetHostByName($REMOTE_ADDR); echo $domain; But...
1
by: Hari Om | last post by:
I am using Oracle 9.2.0.4 on IBM AIX 5.1 L System. Our DB Server had IP of "100.101.102.103" and our Tomcat Application Server (IP of 200.201.202.203) used to talk to above DB onn Port 1521. The...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.