web statisticsweb stats

Business Phone Systems

Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 3 1 2 3
Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
I have 2 blocks of IP Addresses, on a /29 and another on a /27 subnet. I am using an Adtran Total Access 612 router that connects to my Watchguard Firewall. The /29 network is currently connected to my Watchguard’s external interface (eth0). I will be configuring an additional interface on the Watchguard for the /27 subnet of IP addresses I received from T1 provider to eth1on the Watchguard. My T1 provider has informed me that the Adtran can use more than one IP address on its Ethernet port. So in theory, I should be able to take the patch cord from the Adtran, plug it into a switch and plug one patch cord from the switch to eth0 and the other patch cord to eth1 and be able to utilize both subnet networks on my Firewall. Does this make sense?

Atcom VoIP Phones
VoIP Demo

Best VoIP Phones Canada


Visit Atcom to get started with your new business VoIP phone system ASAP
Turn up is quick, painless, and can often be done same day.
Let us show you how to do VoIP right, resulting in crystal clear call quality and easy-to-use features that make everyone happy!
Proudly serving Canada from coast to coast.

Joined: Apr 2001
Posts: 1,390
Member
Offline
Member
Joined: Apr 2001
Posts: 1,390
NO.

Post WG model number. We've installed a lot of these, but need to know which one.

Joined: Apr 2001
Posts: 1,390
Member
Offline
Member
Joined: Apr 2001
Posts: 1,390
May also want to try the WG forum for better support.

Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
It's a Watchguard X500

Joined: Aug 2005
Posts: 131
Member
Offline
Member
Joined: Aug 2005
Posts: 131
My guess is you provider did not have a contiguous block of addresses for you and wants you to assign a secondary address to your router. This happens quite frequently.

Joined: Apr 2001
Posts: 1,390
Member
Offline
Member
Joined: Apr 2001
Posts: 1,390
Before I replied I wanted to confirm your WG model (which seems to provide 3 ports by default, 6 max; and also wanted to make sure you were not confusing the term port as it is generically misused most often in regards to routers). Yes, in short, you can do what you want, but does it do any good? This will give you 2 wan and 1 lan connection(s), which makes no sense really, since your wan connections are to the internet via the same provider/link, providing no redundancy.

Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
The issue at hand, is I only have 8 static IP addresses on a /29 subnet. 3 of those IP addresses are being used for routers, giving me only 5 static IP addresses to work with. I wanted to add more public IP addresses so I could configure the firewall to redirect to servers and workstations on the LAN. Thanks for your input. Any other comments?

Joined: Apr 2001
Posts: 1,390
Member
Offline
Member
Joined: Apr 2001
Posts: 1,390
Why not just forward specific ports to the devices behind the firewall. For instance why do you want routable IP's on some of your workstations? What is it your trying to do?

Why not use IP forwarding?

Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
This is all being implemented to allow me access directly into the servers via Remote Desktop or Integrated Lights Out Management on my HP Servers. Also other misc things like allowing access to the in-house Instant Message server in the LAN from the outside world. I'm just out of public IP's to use.

Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
Also, having the multiple public IP's I can assign DNS names to the public IP's so I don't have to remember the public IP address of SERVER1.

Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
One other comment. I'm using Watchguard System manager 8.2. Which does not allow me to add multiple subnets to one ethernet port on the firewall. I could try upgrading the Watchguard System Manager to the latest version which I think is 9.1 now. That updates the firmware on the Firewall and might allow adding multiple external subnets.

Joined: Jun 2006
Posts: 318
Member
Offline
Member
Joined: Jun 2006
Posts: 318
Not sure about the Watchguard, but most newer firewalls should support Port Address Translation. If yours does, you could assign different ports for RDP access on each system you wanted to manage. The tell the firewall to forward requests to different servers based on the port number, even though you're connecting to a single external IP address. Same with other services.


Sometimes you carpe diem, sometimes your diem gets carped.
Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
Yes, the Watchguard does Port Address Translation. I don't like having to change the RDP port numbers on the servers. Plus I have 32 public IP Addresses on the /27 subnet that are available to me.

Joined: Oct 2007
Posts: 62
Member
Offline
Member
Joined: Oct 2007
Posts: 62
this doesn't sound good using RDP across public web, unless you know the source IP you will always be coming from then you allow only that. Have you looked into a Browser based VPN like SSL Explorer for example. With this you go to a web site using port 443 and once you authenticate to it you can RDP to anything you want on your trusted segment.


Adrian
Joined: Sep 2006
Posts: 329
Member
Offline
Member
Joined: Sep 2006
Posts: 329
You have lost me completely.

Joined: Sep 2006
Posts: 329
Member
Offline
Member
Joined: Sep 2006
Posts: 329
Why do you have two different ranges of IP addresses? Are these coming from different internet service providers?

Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
It's the same service provider. The number of IP addresses on a /29 subnet is 8. So I can't be allocated anymore IP Addresses on that same network. When I requested more IP Addresses, the provider gave me a range on the /27 subnet which has 32 IP Address. This link explains everything: https://www.akadia.com/services/ip_routing_on_subnets.html

Joined: Sep 2006
Posts: 329
Member
Offline
Member
Joined: Sep 2006
Posts: 329
I know what the /29 means. It means your subnet mask equals 11111111111111111111111111111000 binary (29 ones) or FFFFFFF8 hex or 255.255.255.248 in standard ip notation. I just never heard of a situation like this where the internet service provider gives you two different ip address ranges on a single link.

So why don't you just use the /27 subnet which contains 32 ip addresses? Is there never enough?

While you have 8 ip addresses in a /29 subnet, you have only 6 that are assignable to an interface. The first address is the network address and the last address is the broadcast address.

So if you have 3 of those addresses already assigned to routers, you only have 8 minus 3 minus 2 left.

Why do you have three routers connected to one internet connection? Is this just for experimentation? Maybe you could draw us a diagram.

Joined: Jun 2005
Posts: 261
Member
Offline
Member
Joined: Jun 2005
Posts: 261
I agree that naked RDP across the public internet is a BAD idea.

I normally use a Unix box as a firewall, and tunnel RDP or VNC via SSH. You need a SSH client on the remote host, and some simple configuration.

You port forward one or more local ports to one or more remote ip:port pairs via the tunnel. You can setup multiple tunnels under a single ssh session, and not have to make any configuration changes within your network.

Joined: Dec 2007
Posts: 65
Member
OP Offline
Member
Joined: Dec 2007
Posts: 65
Yes, naked RDP is not secure. I have a static IP address at home and the firewall was only going to allow that IP address into the the RDP session. I am strictly setting this up to work on the servers remotely. If something was to happen outside of normal business hours and also to perform windows updates. If I was not at home, it would be nice to have a solution where I could access the servers from any computer that had internet access securely. I'm getting some good ideas here. Does anyone have any other options. So far we got RDP over SSH and browser based VPN.

Joined: Sep 2006
Posts: 329
Member
Offline
Member
Joined: Sep 2006
Posts: 329
Try LogMeIn Free! I still don't get what the topic-meister is asking. Could you please draw us a picture? Why have you forsaken us?

Joined: Apr 2001
Posts: 1,390
Member
Offline
Member
Joined: Apr 2001
Posts: 1,390
Well, getting back to your original question; does require a bit more attention with the ISP. You will need to let them know that you want a block of public IP’s on the Lan side of your router; this will allow them to build proper routes w/in their network defining the location of your Lan-side network. It’s really pretty simple, if the ISP will allow for it.

Joined: Jun 2006
Posts: 318
Member
Offline
Member
Joined: Jun 2006
Posts: 318
One thing you could do here is to install one server with RDP access. Then through that RDP connection run VNC to your servers. We do that at my work (through Citrix) and it works well for us. All you have to do is load VNC Server on the systems you want to manage and VNC Viewer on the system you RDP into. Less of a security risk as you only need Internet access to the server that you use VNC viewer on.


Sometimes you carpe diem, sometimes your diem gets carped.
Joined: Jan 2008
Posts: 148
Member
Offline
Member
Joined: Jan 2008
Posts: 148
I recommend you use at least two remote capable services in case one (usually windows TS) seizes up and wont allow connections. Then you can connect in with the other and reset it without needing slog out to the site.


About me:
8 years of network support
7 years IT field service

Always looking for the next project to be done.
Joined: Jun 2007
Posts: 2,106
Member
Offline
Member
Joined: Jun 2007
Posts: 2,106
I recommend you just set-up the watchguard router correctly.

Port Address Translation does not require you to change the port on the server. You are mapping external-IP port 3394 to server-interal-IP port 3389 inside the watchguard. BTW, 3389 is the standard windows RDP port. It's also recommended (by monkeysoft) to space the RDP ports 5-ports apart for whatever silly reason.

If you are worried about typing external-IP:3394 in your MSTSC connect window then all I can say is life's tough.

Page 1 of 3 1 2 3

Link Copied to Clipboard
Forum Statistics
Forums84
Topics94,305
Posts638,893
Members49,771
Most Online5,661
May 23rd, 2018
Popular Topics(Views)
212,855 Shoretel
189,971 CTX100 install
188,078 1a2 system
Newest Members
Mansour, Dave Simmons, Soulece, Robbks, A2A Networks
49,770 Registered Users
Top Posters(30 Days)
Toner 17
teleco 7
dexman 6
jsaad 5
dans 5
Who's Online Now
1 members (newtecky), 92 guests, and 29 robots.
Key: Admin, Global Mod, Mod
Contact Us | Sponsored by Atcom: One of the best VoIP Phone Canada Suppliers for your business telephone system!| Terms of Service

Sundance Communications is not affiliated with any of the above manufacturers. Sundance Phone System Forums - VOIP & Cloud Phone Help
©Copyright Sundance Communications 1998-2024
Powered by UBB.threads™ PHP Forum Software 7.7.5