473,406 Members | 2,698 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,406 software developers and data experts.

Format of the IP Address

How can I write the IP address of a computer behind a router (in an intranet)
with a port different than "80"?
Thanks.

Nov 23 '05 #1
3 1763
I dont really understand your question, could you please explain a bit
more what you want to do?

Thanks

juan wrote:
How can I write the IP address of a computer behind a router (in an intranet)
with a port different than "80"?
Thanks.

Nov 23 '05 #2
OK JhonnyGr:

Can I write: http://73.50.135.48:8000/192.168.0.37:4000
for get into a computer behing a router (in an intranet)?

Public IP address (Internet) = 73.50.135.48
Public Port = 8000
Private IP address (intranet) = 192.168.0.37
Private Port = 4000

I want to know the syntax of a IP address.

Regards, Juan

"JohnnyGr" escribió:
I dont really understand your question, could you please explain a bit
more what you want to do?

Thanks

juan wrote:
How can I write the IP address of a computer behind a router (in an intranet)
with a port different than "80"?
Thanks.

Nov 23 '05 #3
juan wrote:
OK JhonnyGr:

Can I write: http://73.50.135.48:8000/192.168.0.37:4000
for get into a computer behing a router (in an intranet)?

Public IP address (Internet) = 73.50.135.48
Public Port = 8000
Private IP address (intranet) = 192.168.0.37
Private Port = 4000

I want to know the syntax of a IP address.

Regards, Juan


You can't. That's what NAT and port mapping is for. The router has to be
configured to remap your request onto another computer in the network.
So the router itself has to be told to reroute all incoming requests on
port 8000 to 192.168.0.37 port 4000. To put it simply, you can't
directly access a computer in a private network from the outside. That's
what makes is more secure.

So if this is something static, you'll need to configure your router and
then just connect to the outside IP and let the router take it from there.

--
Rinze van Huizen
C-Services Holland b.v
Nov 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Bob Bedford | last post by:
I've two input fields in wich the user enter dates. I've put something like "enter date here (dd/mm/yyyy) but most of the user don't enter date in correct format. So I'd like to be able to get...
25
by: koray | last post by:
hi everyone, in my form i have to take some date information in dd-mm-yy format. but i don't want user to use tabs while typing. for example s/he should simply type 280104 but 28/01/04 must...
6
by: J | last post by:
Would anyone know if there a type tag to format a double? I have f for floating point, but cannot find one for double.
6
by: Servé Lau | last post by:
suppose I want to use sscanf get the functionname from a function prototype. Is the following format string correct then? char funcname; char *p = "func(void)"; sscanf(p, "%s", funcname);...
9
by: nsj | last post by:
I am working with a web applicaction that accesses a SQL Server database. I need the value of the 'id' column of the last inserted row in the table 'PERSON'. The SQL statement for that purpose is:...
4
by: Arpan | last post by:
How do I format only the Header text (column names) in a DataGrid? Consider the following code snippet: <asp:DataGrid id="myDataGrid" GridLines="both" AutoGenerateColumns="false" runat="server">...
14
by: Manish | last post by:
The project I am developing doesn't involves database. I want to parse the mailbox file (.mbx) and store the summary in the text file for fast retrieval and display of information in the Inbox...
9
by: Markus | last post by:
Hi In cases where I need to store the session id and/or the remote host in a database I used to choose tinytext fields so far. Anyway the usual values for session ids are of 32 characters...
4
LacrosseB0ss
by: LacrosseB0ss | last post by:
hello all; just wondering if this can be done. If so, I am looking for how to do it. I have a small Access macro that links 2 tables based on an address then assigns the address an ID based on the...
6
by: Peter | last post by:
Hi I have an "Address" object, which has properties for a person's lastname, firstname, street name, house number, house letter etc. I need to display the data from this address object in...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.