Networking Forums

Networking Forums > Network Hardware > Network Routers > running server from behind a router

Reply
Thread Tools Display Modes

running server from behind a router

 
 
chris
Guest
Posts: n/a

 
      07-28-2004, 04:20 PM
My configuration is :
win XP home
running apache 2.0.43, PHP 4,
web server running on port 80
Billion 5100 - 4 port router/DSL modem running on port 88 at the moment

runs fine and is accessible from the outside world on my IP when I use an
ADSL modem ( no router or hub)

with the billion router attached (set not to run on port 80 so as to free
that port up) my server can not be accessed from the outside world, it is
accessible from within the LAN on http://xxx.xxx.xxx.xxx/ ,
http://localhost and http://computername

I know it has something to do with port forwarding but I don't know where to
start and what to configure in the router to accomplish this

if there is anyone who thinks they can help and want some screen shots of
the router admin interface I would be glad to send some to you..

thanks in advance



 
Reply With Quote
 
 
 
 
Hostmaster \(NS\)
Guest
Posts: n/a

 
      07-29-2004, 10:16 AM
took 2 mins to locate this:

http://www.billion.com/support/faq/faq-a20.htm
http://www.billion.com/support/faq/faq-a21.htm



"chris" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> My configuration is :
> win XP home
> running apache 2.0.43, PHP 4,
> web server running on port 80
> Billion 5100 - 4 port router/DSL modem running on port 88 at the moment
>
> runs fine and is accessible from the outside world on my IP when I use an
> ADSL modem ( no router or hub)
>
> with the billion router attached (set not to run on port 80 so as to free
> that port up) my server can not be accessed from the outside world, it is
> accessible from within the LAN on http://xxx.xxx.xxx.xxx/ ,
> http://localhost and http://computername
>
> I know it has something to do with port forwarding but I don't know where to
> start and what to configure in the router to accomplish this
>
> if there is anyone who thinks they can help and want some screen shots of
> the router admin interface I would be glad to send some to you..
>
> thanks in advance
>
>
>

 
Reply With Quote
 
chris
Guest
Posts: n/a

 
      07-29-2004, 05:24 PM
i have now actually found some instructions that were great

thanks anyway

i tried all sorts of things but i didnt set up the NIC on my computer
correctly - as it turnes out it wasnt to do with the actual router
thanks again


"Hostmaster (NS)" <(E-Mail Removed)> wrote in message
news:ceaip6$irg$1$(E-Mail Removed)...
took 2 mins to locate this:

http://www.billion.com/support/faq/faq-a20.htm
http://www.billion.com/support/faq/faq-a21.htm



"chris" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> My configuration is :
> win XP home
> running apache 2.0.43, PHP 4,
> web server running on port 80
> Billion 5100 - 4 port router/DSL modem running on port 88 at the moment
>
> runs fine and is accessible from the outside world on my IP when I use an
> ADSL modem ( no router or hub)
>
> with the billion router attached (set not to run on port 80 so as to free
> that port up) my server can not be accessed from the outside world, it is
> accessible from within the LAN on http://xxx.xxx.xxx.xxx/ ,
> http://localhost and http://computername
>
> I know it has something to do with port forwarding but I don't know where

to
> start and what to configure in the router to accomplish this
>
> if there is anyone who thinks they can help and want some screen shots of
> the router admin interface I would be glad to send some to you..
>
> thanks in advance
>
>
>



 
Reply With Quote
 
Cory Wilkerson
Guest
Posts: n/a

 
      08-02-2004, 05:39 PM
what it sounds like you need to do is change your nat policies to nat your
PUBLIC IP to your webserver. so it would say anything on port 80 on IP
X.X.X.X nat to PRIVATE IP. that should be all..

Cory

"chris" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> My configuration is :
> win XP home
> running apache 2.0.43, PHP 4,
> web server running on port 80
> Billion 5100 - 4 port router/DSL modem running on port 88 at the moment
>
> runs fine and is accessible from the outside world on my IP when I use an
> ADSL modem ( no router or hub)
>
> with the billion router attached (set not to run on port 80 so as to free
> that port up) my server can not be accessed from the outside world, it is
> accessible from within the LAN on http://xxx.xxx.xxx.xxx/ ,
> http://localhost and http://computername
>
> I know it has something to do with port forwarding but I don't know where

to
> start and what to configure in the router to accomplish this
>
> if there is anyone who thinks they can help and want some screen shots of
> the router admin interface I would be glad to send some to you..
>
> thanks in advance
>
>
>



 
Reply With Quote
 
chris
Guest
Posts: n/a

 
      08-02-2004, 08:51 PM
i have managed to get it running

and setup the dns etc

however if i goto domain.com from within the lan i cant see the page - if i
goto localhost or private ip i can see it ok

from the outside workld it i saccessable on tha domain.com or dedicated IP


why cant i see it from within the lan by going to http://domain.com ???

i have forwarded port 80 to my internal ip thats what i needed to do to get
it going so far

Thanks

however if someone goes to my domain name
"Cory Wilkerson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> what it sounds like you need to do is change your nat policies to nat your
> PUBLIC IP to your webserver. so it would say anything on port 80 on IP
> X.X.X.X nat to PRIVATE IP. that should be all..
>
> Cory
>
> "chris" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > My configuration is :
> > win XP home
> > running apache 2.0.43, PHP 4,
> > web server running on port 80
> > Billion 5100 - 4 port router/DSL modem running on port 88 at the moment
> >
> > runs fine and is accessible from the outside world on my IP when I use

an
> > ADSL modem ( no router or hub)
> >
> > with the billion router attached (set not to run on port 80 so as to

free
> > that port up) my server can not be accessed from the outside world, it

is
> > accessible from within the LAN on http://xxx.xxx.xxx.xxx/ ,
> > http://localhost and http://computername
> >
> > I know it has something to do with port forwarding but I don't know

where
> to
> > start and what to configure in the router to accomplish this
> >
> > if there is anyone who thinks they can help and want some screen shots

of
> > the router admin interface I would be glad to send some to you..
> >
> > thanks in advance
> >
> >
> >

>
>



 
Reply With Quote
 
Hostmaster \(NS\)
Guest
Posts: n/a

 
      08-03-2004, 08:41 AM
most adsl routers don't let your external request ie: http://domain.com/ work, as it treats you as a 'local internal connection' you could put domain.com into your hosts file and map into the LAN ip address of the server

"chris" <(E-Mail Removed)> wrote in message news:410ea96a$(E-Mail Removed)...
> i have managed to get it running
>
> and setup the dns etc
>
> however if i goto domain.com from within the lan i cant see the page - if i
> goto localhost or private ip i can see it ok
>
> from the outside workld it i saccessable on tha domain.com or dedicated IP
>
>
> why cant i see it from within the lan by going to http://domain.com ???
>
> i have forwarded port 80 to my internal ip thats what i needed to do to get
> it going so far
>
> Thanks
>
> however if someone goes to my domain name
> "Cory Wilkerson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > what it sounds like you need to do is change your nat policies to nat your
> > PUBLIC IP to your webserver. so it would say anything on port 80 on IP
> > X.X.X.X nat to PRIVATE IP. that should be all..
> >
> > Cory
> >
> > "chris" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > My configuration is :
> > > win XP home
> > > running apache 2.0.43, PHP 4,
> > > web server running on port 80
> > > Billion 5100 - 4 port router/DSL modem running on port 88 at the moment
> > >
> > > runs fine and is accessible from the outside world on my IP when I use

> an
> > > ADSL modem ( no router or hub)
> > >
> > > with the billion router attached (set not to run on port 80 so as to

> free
> > > that port up) my server can not be accessed from the outside world, it

> is
> > > accessible from within the LAN on http://xxx.xxx.xxx.xxx/ ,
> > > http://localhost and http://computername
> > >
> > > I know it has something to do with port forwarding but I don't know

> where
> > to
> > > start and what to configure in the router to accomplish this
> > >
> > > if there is anyone who thinks they can help and want some screen shots

> of
> > > the router admin interface I would be glad to send some to you..
> > >
> > > thanks in advance
> > >
> > >
> > >

> >
> >

>
>

 
Reply With Quote
 
chris
Guest
Posts: n/a

 
      08-03-2004, 08:45 PM
that worked and i can now access dominan.com from the server computer

BUT (isnt there always a but)

i cannot access it from the other pc's on the network


"Hostmaster (NS)" <(E-Mail Removed)> wrote in message
news:cenj2m$2gl$1$(E-Mail Removed)...
most adsl routers don't let your external request ie: http://domain.com/
work, as it treats you as a 'local internal connection' you could put
domain.com into your hosts file and map into the LAN ip address of the
server

"chris" <(E-Mail Removed)> wrote in message
news:410ea96a$(E-Mail Removed)...
> i have managed to get it running
>
> and setup the dns etc
>
> however if i goto domain.com from within the lan i cant see the page - if

i
> goto localhost or private ip i can see it ok
>
> from the outside workld it i saccessable on tha domain.com or dedicated IP
>
>
> why cant i see it from within the lan by going to http://domain.com ???
>
> i have forwarded port 80 to my internal ip thats what i needed to do to

get
> it going so far
>
> Thanks
>
> however if someone goes to my domain name
> "Cory Wilkerson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > what it sounds like you need to do is change your nat policies to nat

your
> > PUBLIC IP to your webserver. so it would say anything on port 80 on IP
> > X.X.X.X nat to PRIVATE IP. that should be all..
> >
> > Cory
> >
> > "chris" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > My configuration is :
> > > win XP home
> > > running apache 2.0.43, PHP 4,
> > > web server running on port 80
> > > Billion 5100 - 4 port router/DSL modem running on port 88 at the

moment
> > >
> > > runs fine and is accessible from the outside world on my IP when I use

> an
> > > ADSL modem ( no router or hub)
> > >
> > > with the billion router attached (set not to run on port 80 so as to

> free
> > > that port up) my server can not be accessed from the outside world, it

> is
> > > accessible from within the LAN on http://xxx.xxx.xxx.xxx/ ,
> > > http://localhost and http://computername
> > >
> > > I know it has something to do with port forwarding but I don't know

> where
> > to
> > > start and what to configure in the router to accomplish this
> > >
> > > if there is anyone who thinks they can help and want some screen shots

> of
> > > the router admin interface I would be glad to send some to you..
> > >
> > > thanks in advance
> > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Michael
Guest
Posts: n/a

 
      10-09-2005, 03:23 AM
In article <410ff967$(E-Mail Removed)>, (E-Mail Removed) says...
> that worked and i can now access dominan.com from the server computer
>
> BUT (isnt there always a but)
>
> i cannot access it from the other pc's on the network
>
>
> "Hostmaster (NS)" <(E-Mail Removed)> wrote in message
> news:cenj2m$2gl$1$(E-Mail Removed)...
> most adsl routers don't let your external request ie: http://domain.com/
> work, as it treats you as a 'local internal connection' you could put
> domain.com into your hosts file and map into the LAN ip address of the
> server
>
> "chris" <(E-Mail Removed)> wrote in message
> news:410ea96a$(E-Mail Removed)...
> > i have managed to get it running
> >
> > and setup the dns etc
> >
> > however if i goto domain.com from within the lan i cant see the page - if

> i
> > goto localhost or private ip i can see it ok
> >
> > from the outside workld it i saccessable on tha domain.com or dedicated IP
> >
> >
> > why cant i see it from within the lan by going to http://domain.com ???
> >
> > i have forwarded port 80 to my internal ip thats what i needed to do to

> get
> > it going so far
> >
> > Thanks
> >
> > however if someone goes to my domain name
> > "Cory Wilkerson" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > what it sounds like you need to do is change your nat policies to nat

> your
> > > PUBLIC IP to your webserver. so it would say anything on port 80 on IP
> > > X.X.X.X nat to PRIVATE IP. that should be all..
> > >
> > > Cory
> > >
> > > "chris" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > My configuration is :
> > > > win XP home
> > > > running apache 2.0.43, PHP 4,


Put the machine and IP in THEIR hosts file!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WINS on a Server 2003 running as member server in NT 4.0 Domain? Nils Windows Networking 2 06-03-2005 02:33 PM
Pop3 server dies when ldap server running Coenraad Loubser Linux Networking 5 04-29-2005 12:36 PM
Fedora Core 2 NAT Router freezes when left running with Azurus running on a local machine. Lee Caves Linux Networking 0 11-01-2004 08:45 PM
2003 server in workgroup mode, and Terminal server running Steven Babcock Windows Networking 0 06-19-2004 08:32 PM
Running FTP server behind USR 9102 w/l router Saul Wireless Internet 0 04-28-2004 11:50 AM



1 2 3 4 5 6 7 8 9 10 11