Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Forum Rules Members List Calendar Search Today's Posts Advertise Mark Forums Read

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-17-2006, 06:50 PM
larrylebron@gmail.com
Guest
 
Posts: n/a
Default Router Configuration - port forwarding

Hi all,

My home setup is somewhat silly, but it is the way it is since we're
sharing a cable connection between houses and don't want to buy new
hardware.

We have the cable modem feeding into a netgear wgt624 router. This
connects one computer and then sends out a line which feeds into our
linksys BEFSX41 router.

This linksys router then connects two computers.

The setup works fine, and quickly for internet browsing, downloading,
and uploading.

The problem I'm having is with connecting a VOIP box to this second
router to make calls. I can make calls but I lose them after about 30
seconds, pretty consistently.

My VOIP company suggested this:

If you have a router before the adapter, please make sure you have
ports
69;5060-5063; 10,000-20,000UDP forwarded in your router configuration
to
the IP address of your device. You can also put the phone adapter in
the
DMZ (demilitarized zone) of your router.

I would understand how to do this if the chain was modem->router->VOIP
box, but since it's actually modem->router->router->VOIP box, I'm a bit
confused.

Right now, both routers are using DHCP and all IP addresses are
generated automatically.

My question is, assuming the first router will stay as DHCP, how do I
configure the whole thing?

Should I be activating the port forwarding in the first or second
router?

Will I need a static IP for the second router or just for the computers
and VOIP box connected to it?

What about DNS, subnet and gateway?

I have DNS numbers, just not sure what to do with them exactly.

Many thanks to anyone who gets this and can give me a hand. I hope this
is the right place to post this. If there's a better spot, I'd
appreciate some redirection.

Thanks very much,
Larry


Reply With Quote
  #2 (permalink)  
Old 10-17-2006, 07:27 PM
Paul
Guest
 
Posts: n/a
Default Re: Router Configuration - port forwarding



larrylebron@gmail.com wrote:
>
> Hi all,
>
> My home setup is somewhat silly, but it is the way it is since we're
> sharing a cable connection between houses and don't want to buy new
> hardware.
>
> We have the cable modem feeding into a netgear wgt624 router. This
> connects one computer and then sends out a line which feeds into our
> linksys BEFSX41 router.
>
> This linksys router then connects two computers.
>
> The setup works fine, and quickly for internet browsing, downloading,
> and uploading.
>
> The problem I'm having is with connecting a VOIP box to this second
> router to make calls. I can make calls but I lose them after about 30
> seconds, pretty consistently.
>
> My VOIP company suggested this:
>
> If you have a router before the adapter, please make sure you have
> ports
> 69;5060-5063; 10,000-20,000UDP forwarded in your router configuration
> to
> the IP address of your device. You can also put the phone adapter in
> the
> DMZ (demilitarized zone) of your router.
>
> I would understand how to do this if the chain was modem->router->VOIP
> box, but since it's actually modem->router->router->VOIP box, I'm a bit
> confused.
>
> Right now, both routers are using DHCP and all IP addresses are
> generated automatically.
>
> My question is, assuming the first router will stay as DHCP, how do I
> configure the whole thing?
>
> Should I be activating the port forwarding in the first or second
> router?
>
> Will I need a static IP for the second router or just for the computers
> and VOIP box connected to it?
>
> What about DNS, subnet and gateway?
>
> I have DNS numbers, just not sure what to do with them exactly.
>
> Many thanks to anyone who gets this and can give me a hand. I hope this
> is the right place to post this. If there's a better spot, I'd
> appreciate some redirection.
>
> Thanks very much,
> Larry


There is a diagram of double port forwarding here:

http://portforward.com/help/doublero...forwarding.htm

I've seen a picture of one VOIP device, that seemed to be
set up to be first in the chain (a WAN and a LAN connector
on it). It would thus get the ports it wanted, and pass
the rest of the traffic to the home router. What I don't
know about such a config, is if the VOIP device is secure
enough to be exposed to the Internet like that. Does your
VOIP only have the one Ethernet connector on it, implying
it is a leaf for the lowest level in your network ? All
that port forwarding makes me dizzy.

Paul

Reply With Quote
  #3 (permalink)  
Old 10-18-2006, 02:00 AM
kony
Guest
 
Posts: n/a
Default Re: Router Configuration - port forwarding

On 17 Oct 2006 11:50:37 -0700, larrylebron@gmail.com wrote:

>Hi all,
>
>My home setup is somewhat silly, but it is the way it is since we're
>sharing a cable connection between houses and don't want to buy new
>hardware.
>
>We have the cable modem feeding into a netgear wgt624 router. This
>connects one computer and then sends out a line which feeds into our
>linksys BEFSX41 router.
>
>This linksys router then connects two computers.
>
>The setup works fine, and quickly for internet browsing, downloading,
>and uploading.


First, do you need the second router, to route at all?
Is it necessary to segregate your lan from your neighbors?
Perhaps so, or perhaps there are advantages to both being in
the same lan- I don't know your neighbor or needs.

If the shared lan is acceptible, simply use the switch in
your router, not connecting to the WAN port on your router,
and then port-forwarding is handled by only the router
actually routing.


>
>The problem I'm having is with connecting a VOIP box to this second
>router to make calls. I can make calls but I lose them after about 30
>seconds, pretty consistently.
>
>My VOIP company suggested this:
>
>If you have a router before the adapter, please make sure you have
>ports
>69;5060-5063; 10,000-20,000UDP forwarded in your router configuration
>to
>the IP address of your device. You can also put the phone adapter in
>the
>DMZ (demilitarized zone) of your router.
>
>I would understand how to do this if the chain was modem->router->VOIP
>box, but since it's actually modem->router->router->VOIP box, I'm a bit
>confused.


Set the port forwarding on the first router to point to the
second router's WAN IP address. In the second (your)
router, set it's port forwarding to the IP address of the
VOIP box or the computer it's connected to if it is a host
controlled device.

If you do away with routing via the 2nd router as I
mentioned above, set the first router to forward those ports
to the IP of the VOIP box or host (computer) system.


>
>Right now, both routers are using DHCP and all IP addresses are
>generated automatically.



I recommend a static WAN IP address for your (2nd) router.
You can set that in your router, or sometimes, in the first
router you can assign the fixed IP address to the MAC
address of the WAN port on your, 2nd router.


>
>My question is, assuming the first router will stay as DHCP, how do I
>configure the whole thing?


You cannot have it randomly assigning a different IP address
via DHCP, unless you are willing to change the forwarding IP
address in the first router every time that first router
assigned a different IP address to the WAN port on the
second router.

>
>Should I be activating the port forwarding in the first or second
>router?


Yes both of them, see above.

>
>Will I need a static IP for the second router or just for the computers
>and VOIP box connected to it?


I had assumed the VOIP box had a static address, or at least
that could be permanently fixed. If it can't, then you do
on the second router as I'd described on the first, have it
always hand out the same IP address for the VOIP box - OR -
the host system that VOIP box is attached to if the host
system is the holder of the IP address.


>
>What about DNS, subnet and gateway?


If you manually configure the settings, you will have to
specify these. If you set the router(s) to always hand out
the same IP address to a certain MAC address (on the first
router, reserve an IP address for the WAN port on the second
router, and on the second router, reserve an IP address for
the host system the VOIP box is connected to, or the VOIP
box itself. Thus, if the routers can set static IP
addresses via MAC addresses, it is slightly easier and
quicker. Some routers will even show a list of MAC
addresses connected to it's LAN (which for the first router,
will also include the MAC address of the WAN port on the 2nd
router, in a list so you can simply choose it instead of
having to consult the (usually a lable) on the device to get
that MAC address).



>
>I have DNS numbers, just not sure what to do with them exactly.


The DNS numbers are always the same on every router. You
could let the 2nd router get the from the first, or program
them in yourself. Whatever they are, the purpose of the
router is to route to them, they merely need to be the
correct numbers as supplied by the ISP for their service,
whether you get them from the ISP's DHCP service, or type
them in on any or all equipment in you and/or your
neighbor's equipment.



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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Port Forwarding Issues mattgyver83 comp.security.misc 1 04-05-2007 09:38 PM
New Dell PC can't access D-Link router configuration page zl79111@hotmail.com alt.comp.hardware 30 01-15-2007 10:30 PM
Problem with cable router not sending forwarding traffic to wireless bridge Joshua Beall alt.internet.wireless 9 11-10-2006 01:20 PM
Network card problems - please help novice Neil Hindry alt.internet.wireless 1 08-22-2006 04:42 PM
Best G or Pre-N router for port forwarding? nataS alt.internet.wireless 3 09-14-2005 04:36 PM


All times are GMT. The time now is 10:58 PM.



Powered by vBulletin® Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45