Untangle Networks [home]


Go Back   Untangle Forums > General Forums > Networking

Closed Thread
 
LinkBack Thread Tools
Old 07-07-2009, 09:34 AM   #1 (permalink)
Newbie
 
Join Date: Jul 2009
Location: Florida
Posts: 7
Disiku is on a distinguished road
Send a message via AIM to Disiku Send a message via Yahoo to Disiku
Default OpenVPN - Can't ping WNR200 inside network

I have the following setup on my network

[Cable Modem]
|
[UT Server]
(Int IP-192.168.1.1)
|
[24 port switch] -----------------[2 VMware ESXi servers with multiple VMs]
|
[Netgear WNR2000 (used as AP)]
(192.168.1.2)

UT setup with OpenVPN and am able to connect and ping devices internally including VMs. I am unable to ping the Netgear that I have acting as an AP. There is no AP mode, I simply plugged a patch cable directly from one of the lan ports to the switch, after configuring it with an static IP on my network, and disabled the DHCP service on the device.

Internally I have no problems, I can ping and access all devices. Over the VPN I can access everything except the Netgear (I tried the web interface and tried to ping, both fail) I read on several forums that pinging isnt the way to go because UT blocks ICMP by default, but it works for all other devices on my network, so why should this be any different?

This is my first UT setup, and other then this hiccup everything has been smooth as a dream.
Disiku is offline  
Old 07-07-2009, 09:43 AM   #2 (permalink)
Untangle Ninja
 
sky-knight's Avatar
 
Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 7
Posts: 9,951
sky-knight is on a distinguished road
Default

Welcome to netgear, you are now hosed...

All residential class routers have built in firewalls that cannot be adjusted. These firewalls require you to be on the same network segment as the device to get into the management console.

Your only choice is remote desktop to a machine on the lan, and connect from there. It is possible that the RAP's proxy feature may work too, but that assumes you have the pro pack or super bundle.
__________________
Intouch Technology
Rob Sandling, BS:SWE, MCP
Office: 480-272-9889
rob@intouchtechllc.com
sky-knight is online now  
Old 07-07-2009, 09:51 AM   #3 (permalink)
Newbie
 
Join Date: Jul 2009
Location: Florida
Posts: 7
Disiku is on a distinguished road
Send a message via AIM to Disiku Send a message via Yahoo to Disiku
Default

Thank you for such a rapid response.

I have a couple of DD-WRTs laying around, I may just use one of them as a wireless AP instead, I just liked the idea of the wireless N distance.

I realize its a bit of an overshot, but what if told all traffic from the VPN destined for the IP of the device to be NATd by the UT Box? The device would see the IP of what's hitting it as an IP on the same segment, is it possible and is it overkill?
Disiku is offline  
Old 07-07-2009, 09:52 AM   #4 (permalink)
Untangle Ninja
 
sky-knight's Avatar
 
Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 7
Posts: 9,951
sky-knight is on a distinguished road
Default

You can't...

The VPN interface isn't configurable as an interface. As such, you can't apply a NAT policy to it. Besides it wouldn't matter... the original source is still in the packet and it will still be dropped.
__________________
Intouch Technology
Rob Sandling, BS:SWE, MCP
Office: 480-272-9889
rob@intouchtechllc.com
sky-knight is online now  
Old 07-07-2009, 09:58 AM   #5 (permalink)
Newbie
 
Join Date: Jul 2009
Location: Florida
Posts: 7
Disiku is on a distinguished road
Send a message via AIM to Disiku Send a message via Yahoo to Disiku
Default

Logically sounds like I am going to be forced to use a different device regardless. Thanks again. Was worth a shot.
Disiku is offline  
Old 07-07-2009, 10:03 AM   #6 (permalink)
Untangle Ninja
 
sky-knight's Avatar
 
Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 7
Posts: 9,951
sky-knight is on a distinguished road
Default

Well you could configure the WAN interface on the thing to use external management... but you'd have to put it on a separate lan segment... and it can cause routing loops if your clients aren't configured properly.
__________________
Intouch Technology
Rob Sandling, BS:SWE, MCP
Office: 480-272-9889
rob@intouchtechllc.com
sky-knight is online now  
Old 07-07-2009, 10:30 AM   #7 (permalink)
Newbie
 
Join Date: Jul 2009
Location: Florida
Posts: 7
Disiku is on a distinguished road
Send a message via AIM to Disiku Send a message via Yahoo to Disiku
Default

I could manually assign the external address to a static IP on a different network, and add a route on the UT box to that network. The clients connecting will still use the UT box as DHCP/DNS/GW etc, but it would allow me to manage the device over the VPN without having to RDP or remote control a desktop on the same network, effectively the WAN port on the device would become a managment port.
Disiku is offline  
Old 07-07-2009, 11:35 AM   #8 (permalink)
Untangle Ninja
 
sky-knight's Avatar
 
Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 7
Posts: 9,951
sky-knight is on a distinguished road
Default

Yes, but nix the route, just port forward it. Easier.
__________________
Intouch Technology
Rob Sandling, BS:SWE, MCP
Office: 480-272-9889
rob@intouchtechllc.com
sky-knight is online now  
Old 07-07-2009, 12:05 PM   #9 (permalink)
Newbie
 
Join Date: Jul 2009
Location: Florida
Posts: 7
Disiku is on a distinguished road
Send a message via AIM to Disiku Send a message via Yahoo to Disiku
Default

I will try this tonight, but I am a little fuzzy on how I would setup the port forwarding to accomplish this. Using a static route seems simple, but perhaps I am not thinking of it correctly.

lets say I set the external IP to 10.0.0.1, I would create a port forward rule to say "(Source interface - VPN) and (Destination Address 192.168.1.2), new destination 10.0.0.1" ? How will the UT box know about that network without a route?
Disiku is offline  
Old 07-07-2009, 12:54 PM   #10 (permalink)
Untangle Ninja
 
sky-knight's Avatar
 
Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 7
Posts: 9,951
sky-knight is on a distinguished road
Default

Because I assume that the 10.0.0.1 network is on the UT box.

What I would do, configure the AP with 10.0.0.2 as an external address and connect it to the main network swtich. Then configure UT's internal interface with an alias of 10.0.0.1, and forward away.

Granted that assumes that UT is your router...
__________________
Intouch Technology
Rob Sandling, BS:SWE, MCP
Office: 480-272-9889
rob@intouchtechllc.com
sky-knight is online now  
Closed Thread

Thread Tools

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 On



All times are GMT -7. The time now is 03:10 PM.


© 2010 Untangle, Inc. All Rights Reserved.   SEO by vBSEO 3.3.2