Thread
:
connecting to a remote ip address??
View Single Post
#
9
(
permalink
)
04-26-2010, 10:58 AM
haus
Halfway to VIP Status
Offline
Join Date: Jan 2007
Posts: 711
Reputation: 765
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: connecting to a remote ip address??
Here's one possible issue: on IE-based browsers you often have to include the "http://" before an IP address, or it won't work. Are you trying:
Code:
ip.ad.dre.ss:port
or
Code:
http://ip.ad.dre.ss:port
The former fails in IE and the latter works, though in Opera they both seem to work for me.
Last edited by haus; 04-26-2010 at
11:01 AM
.
haus
View Public Profile
Send a private message to haus
Find all posts by haus