View Single Post
  #2  
Old 23-12-2013, 04:48 PM
malclocke (Malc)
Registered User

malclocke is offline
 
Join Date: Jun 2012
Location: Christchurch, New Zealand
Posts: 183
http://192.168.1.234/ will probably do it, assuming where you say port you actual mean the last part of the ip address.

If the web server is listening on a different port to the default (80 for web) then the format is http://192.168.1.234:456/ where 456 is the custom TCP port number.

Hope that helps.
Reply With Quote