Results 1 to 3 of 3

Thread: Need Router That Routes Multiple External IPs

  1. #1
    Franca Garcia is offline Member
    Join Date
    Aug 2009
    Posts
    33
    Rep Power
    0

    Default Need Router That Routes Multiple External IPs

    Like the title suggests: I can't seem to stumble on a router that can handle forwarding of multiple external IP addresses.

    Anyone who has experienced the Software Router Win route will understand. That application made it possible have a block of static IP addresses from your ISP; and the router could be configured to forward a 'Listening' (external) IP/Port combination to a 'Destination' (LAN) IP/Port combination.

    The reason for this: We have a standard network using SSL Port 443 for OWA and 'company web' applications on Windows Server 2003 SBS. We now want to implement a bank check reader to the mix. It will be attached to a client computer on the LAN, and will also want to use Port 443 for its own secure communications. The easiest way to accomplish this is to assign the device to one of our external static IPs and have the Router table handle that (external) IP/Port combo, which will keep it away from the main (external) IP/Port combo used by the server and network in general. We used this trick when we had the old Win2K/Winroute box setup as the gateway/router.

    We are now using a standard Netgear Router (WNDR3300) as the Gateway/Router, but that does not have the capability I need.

    Need suggestions on a new Hardware Router (not interested in any suggestions of other box/software setups)...

    Thanks

  2. #2
    Easton Fletcher is offline Senior Member
    Join Date
    Jun 2009
    Posts
    115
    Rep Power
    5

    Default

    I'm running a Cisco 1700 and it pulls two static IPs and forwards them to the appropriate internal IP using NAT.
    The following should work on any Cisco router and will also allow other computers to do dynamic NAT on the fast ethernet0 interface. Make sure that you set the ip nat inside or ip nat outside on your interfaces

    ip nat inside source list 7 interface FastEthernet0 overload
    ip nat inside source static 192.168.1.80 <external IP 1>
    ip nat inside source static 192.168.1.235 <external IP 2>

    access-list 7 deny 192.168.1.80
    access-list 7 deny 192.168.1.235
    access-list 7 permit 192.168.1.0 0.0.0.255.

  3. #3
    Franca Garcia is offline Member
    Join Date
    Aug 2009
    Posts
    33
    Rep Power
    0

    Default

    Thanks for the detailed listing.

    I'll check it out.

Similar Threads

  1. Multiple queries
    By Eddie Simmons in forum Everything Else
    Replies: 0
    Last Post: 11-03-2010, 07:17 PM
  2. Multiple Wii blunder
    By HallMiller in forum Gaming Accessories
    Replies: 1
    Last Post: 04-28-2010, 02:24 PM
  3. How to Connect Multiple External HDDs
    By CoxWatson in forum Hard Disk
    Replies: 0
    Last Post: 02-05-2010, 04:21 PM
  4. Multiple External HDDs
    By CruzPowell in forum Software Jargons
    Replies: 0
    Last Post: 02-04-2010, 06:06 PM
  5. Using of multiple monitors
    By adlina in forum Windows XP
    Replies: 2
    Last Post: 04-28-2009, 11:22 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

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 46 47 48