Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > (2) VOIP routers BEHIND a VPN wired router, one voip being wireless

Reply
Thread Tools Display Modes

(2) VOIP routers BEHIND a VPN wired router, one voip being wireless

 
 
ctbailey@alumni.unh.edu
Guest
Posts: n/a

 
      02-22-2006, 02:06 PM
Hi folks.

Do wireless "routers" need to be setup at DHCP servers?

let me explain my setup:

the "main" router is a wired netgear router (lets call it Router1),
acting as a DHCP server. I have a VOIP wired router (lets call it
VOIP1) connected to the main router. The WAN port on VOIP1 is
connected to a LAN port on Router1. So, essentially, VOIP1 thinks it is
connected to the internet, but in realty it's WAN IP is an IP which has
been assigned by the DHCP server from Router1.

I have disabled the DHCP server on VOIP1. No clients ever need to
connect to that device - other than the two telephones.

Here's the trouble: A second VOIP router - lets call it VOIP2 - has
been conected. VOIP2 WAN port is connected in the same manner as
VOIP1.

VOIP2 is a wireless router.

I want to have clients connect to the wireless port. Here's the
trouble: The DHCP server on the wireless router must be a different
subnet as the main subnet - because VOIP2's "WAN" IP is from the same
subnet as the "main" LAN.

My question: do wireless clients need to have their IP's assigned by
DHCP?

 
Reply With Quote
 
 
 
 
John Navas
Guest
Posts: n/a

 
      02-22-2006, 02:33 PM
[POSTED TO alt.internet.wireless - REPLY ON USENET PLEASE]

In <(E-Mail Removed). com> on 22 Feb 2006
07:06:58 -0800, (E-Mail Removed) wrote:

>Do wireless "routers" need to be setup at DHCP servers?
>
>let me explain my setup:
>
>the "main" router is a wired netgear router (lets call it Router1),
>acting as a DHCP server. I have a VOIP wired router (lets call it
>VOIP1) connected to the main router. The WAN port on VOIP1 is
>connected to a LAN port on Router1. So, essentially, VOIP1 thinks it is
>connected to the internet, but in realty it's WAN IP is an IP which has
>been assigned by the DHCP server from Router1.
>
>I have disabled the DHCP server on VOIP1. No clients ever need to
>connect to that device - other than the two telephones.
>
>Here's the trouble: A second VOIP router - lets call it VOIP2 - has
>been conected. VOIP2 WAN port is connected in the same manner as
>VOIP1.
>
>VOIP2 is a wireless router.
>
>I want to have clients connect to the wireless port. Here's the
>trouble: The DHCP server on the wireless router must be a different
>subnet as the main subnet - because VOIP2's "WAN" IP is from the same
>subnet as the "main" LAN.
>
>My question: do wireless clients need to have their IP's assigned by
>DHCP?


If possible, configure VOIP1 and VOIP2 as *bridges*, not routers.

--
Best regards, SEE THE FAQ FOR ALT.INTERNET.WIRELESS AT
John Navas <http://en.wikibooks.org/wiki/FAQ_for_alt.internet.wireless>
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      02-22-2006, 04:46 PM
(E-Mail Removed) hath wroth:

>Do wireless "routers" need to be setup at DHCP servers?


No. You can use fixed (static) IP addresses for the IP, gateway, and
DNS servers, and turn off the DHCP server.

>the "main" router is a wired netgear router (lets call it Router1),
>acting as a DHCP server. I have a VOIP wired router (lets call it
>VOIP1) connected to the main router. The WAN port on VOIP1 is
>connected to a LAN port on Router1. So, essentially, VOIP1 thinks it is
>connected to the internet, but in realty it's WAN IP is an IP which has
>been assigned by the DHCP server from Router1.


Ok, you have what's called "double NAT". The way it looks is
probably:

WAN (Internet) 63.198.xxx.xxx (routeable IP address)
Router1
LAN 192.168.1.1
|
|
WAN 192.168.1.2 (assigned by DHCP server in Router 1)
VoIP Router
LAN 192.168.5.1 (part of setup)
|
|
Rest of LAN computers 192.168.5.xxx

Is this what it looks like? If so, you either need to have BOTH DHCP
servers enabled, or you could turn off the DHCP server in Router1 and
setup the WAN IP address in the VoIP router for a static IP address.
DHCP broadcasts will NOT go through a router from WAN -> LAN.

>I have disabled the DHCP server on VOIP1. No clients ever need to
>connect to that device - other than the two telephones.


No problem. However, also no benifit.

>Here's the trouble: A second VOIP router - lets call it VOIP2 - has
>been conected. VOIP2 WAN port is connected in the same manner as
>VOIP1.


Nope. Can't do that. The IP ports that must be redirected in Router1
can only point to one LAN IP address. With only VoIP1 connected,
that's easy. However, with a 2nd VoIP router, you can't have a single
incoming IP port pointing to two different LAN IP addresses. Either
arrange for a secondary set of incoming ports or forget it. This may
not work.

>VOIP2 is a wireless router.
>
>I want to have clients connect to the wireless port. Here's the
>trouble: The DHCP server on the wireless router must be a different
>subnet as the main subnet - because VOIP2's "WAN" IP is from the same
>subnet as the "main" LAN.
>
>My question: do wireless clients need to have their IP's assigned by
>DHCP?


Nope. Wireless clients can have static IP addresses.
Control Panel -> Network -> Wireless icon
Right click on the Wireless Icon and select properties.
Double click on TCP/IP and insert whatever you find useful for IP,
gateway, and DNS servers.

--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
Alan White
Guest
Posts: n/a

 
      02-23-2006, 10:49 PM
I have a single VOIP adapter connected to my router. DHCP is enabled on the
router and it assigns an IP address to the VOIP adapter. I have one PC
wired to the router and one laptop connects wirelessly. The desktop PC has
a static IP (I connect to it by Remote desktop connection) and the laptop
has a dynamic IP assigned by the router.
Works just fine.

(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> Hi folks.
>
> Do wireless "routers" need to be setup at DHCP servers?
>
> let me explain my setup:
>
> the "main" router is a wired netgear router (lets call it Router1),
> acting as a DHCP server. I have a VOIP wired router (lets call it
> VOIP1) connected to the main router. The WAN port on VOIP1 is
> connected to a LAN port on Router1. So, essentially, VOIP1 thinks it is
> connected to the internet, but in realty it's WAN IP is an IP which has
> been assigned by the DHCP server from Router1.
>
> I have disabled the DHCP server on VOIP1. No clients ever need to
> connect to that device - other than the two telephones.
>
> Here's the trouble: A second VOIP router - lets call it VOIP2 - has
> been conected. VOIP2 WAN port is connected in the same manner as
> VOIP1.
>
> VOIP2 is a wireless router.
>
> I want to have clients connect to the wireless port. Here's the
> trouble: The DHCP server on the wireless router must be a different
> subnet as the main subnet - because VOIP2's "WAN" IP is from the same
> subnet as the "main" LAN.
>
> My question: do wireless clients need to have their IP's assigned by
> DHCP?
>



 
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
Voip Updated Howto,Voip AT Home,Voip Phones,Voip Conference Calling voip-howto Wireless Internet 0 05-30-2006 04:46 PM
Voip Updated Howto,Voip AT Home,Voip Phones,Voip Conference Calling voip Wireless Internet 0 05-29-2006 10:16 PM
Voip at Home,Voip Updated Howto,New Voip Phones,Voip Conferencing, voip Wireless Internet 0 05-26-2006 01:20 PM
Voip Updated Howto,New Voip Phones,Voip Conferencing,Satellite Voip,Virtual PBX Solutions voip Wireless Internet 0 05-21-2006 03:23 PM
VoIP wired router behind a wireless router and AP Hachijo Wireless Networks 0 09-19-2004 10:58 AM



1 2 3 4 5 6 7 8 9 10 11