Cheap Domains, $1 .COM Websites! - Free .COM (or $1.99) on Many Products!
 
Only Minimal Purchase Req'd on Many Free/$1.99 .COM Offers.    And Our Sale Domains are Often Under $2 or $3/year with No Further Purchase Req'd.
 
Plus, almost ALWAYS 15% OFF Everything Not Already Discounted.    15% OFF Most Renewals too!      New: Business-Growth Website-Builders and Hosting!
 

 *ICANN fee adds 18ยข many domains; tas applies some areas.  Our $1 Website Builder with Free .COM is based on 12 months at $1/mo.   Multipile or "Stacked" discounts in same purchase often disallowed (may require separate transactions).  Click for details.

 
Cheap Domains Cheap Domain Names

  
Use Promo HDX for at least
Cheap .com
that's not already On Sale!*
 

Cheap Domains     $1 Websites     Free USA-based Sales/Support:  (800) 655-5512
 

.COM $7.64 (Promo: HDX) |  .NET $10.19  |  .SITE $2.99  |  .ORG $11.99  |  .XYZ $0.99  |  .UK $7.64  |  .EU $6.79

Cheap Domains include FREE:  100 Email Addresses & Account, Full DNS Control, Domain Forwarding, Masking, Registrant-Change/Transfer, Monitoring/Alerts, Locking, Expiration Protection, More!

Cheap Domains - Find Yours Now:    
 
Most prices shown
use Promo Code: HDX.  This search function, and most product pages, display higher prices at first, but don't worry,  Discounts appear in Shopping Cart when Promo Code Entered    details

Free .COM Domains!   often with: cPanel Hosting,

  Plesk Hosting, Managed WordPress Hosting, Business Hosting

$2 Website & Business Website Builder

   

$1.99 .COM Domains  often offered on: Spam-Free Email,

Online Group Calendar, Online Storage, SSL Certificates, more!

 
Terms & Conditions Here.  Add a .COM to Cart to verify price if product description not specific..

 

 
 

 Cheap Cloud Hosting      Cheap WordPress Hosting      Sell Online! Easy Shopping-Cart Website - $8
Cheap Dedicated Servers       Cheap Virtual Private Servers      
Cheap cPanel Hosting 

 
$1 Domains | $1 .COM 
 
  

Frequently Asked Questions

Adding IP Addresses to Your Server's Cisco ASA 5505 Firewall (Loopback)

Print this Article
Last Updated: July 11, 2017 1:24 PM

WARNING: We have multiple configuration methods for our servers' networking. To make sure you use the correct procedure when configuring additional IPs on your server, please see Adding IP Addresses to Your Dedicated Server.

Some of the information in this article is advanced material we make available as a courtesy. Please be advised that you are responsible for properly following the procedures below. Customer Support cannot assist with these topics.

When you receive additional IPs for your server, you have to configure your server and firewall to accept requests from them.

NOTE: We configure all of your server's IP addresses automatically whenever you reprovision your server. However, reprovisioning erases all content from your server's hard drives. For more information, see Is there a way for me to start over with my dedicated server?

We automatically configure additional IP addresses for Virtual Private Servers (VPS).

To configure additional IPs, you must create two static translation rules, one for outside traffic and one for inside traffic.

NOTE: For this example, we assume that the next available internal IP address is 10.0.0.2.

To Add an IP Address to the Cisco ASA 5505 Firewall

  1. In a Web browser, navigate to https://[your firewall management IP address]/. For more information, see Accessing Your Server's Firewall Console.

    NOTE: Depending on which Cisco ASDM version you have installed, several options might display. If so, click Run ASDM Applet.

  2. You may receive a number of security certificate warnings. If you accept the certs and save them as "Trusted," you avoid warnings in the future.
  3. When prompted, enter your server user name and firewall password, and then click OK. You are prompted to log in twice.

    NOTE: Your browser must have Java enabled allow pop-ups from your management IP.

  4. In the Device Manager toolbar, click Configuration.
  5. Click Firewall.
  6. On the left, click NAT.
  7. Under Configuration > Firewall > NAT Rules, click + Add, and then select Add Static NAT Rule.
  8. The remaining steps depend on which information displays:

If you are presented with:

ORIGINAL
Interface: inside
Source:
TRANSLATED
Interface: outside
Use IP Address:

(If you are not presented with this, click here.)

Make the following changes, and then click OK:

  • ORIGINAL
    • Interface — Select inside.
    • Source — Type 10.0.0.2.
  • TRANSLATED
    • Interface — Select outside.
    • Use IP Address — Enter your new IP address.

Now you need to add a second static NAT rule.

  1. Under Configuration > Firewall > NAT Rules, click + Add, and then select Add Static NAT Rule.
  2. Complete the on-screen fields, and then click OK:
    • ORIGINAL
      • Interface — Select outside.
      • Source — Enter your new IP address.
    • TRANSLATED
      • Interface — Select inside.
      • Use IP Address — Type 10.0.0.2.
  3. Click Apply.
  4. Close the Firewall Device Manager, and then click Save.
  5. Add the internal IP address to your server. For more information, click here.

If you are presented with:

REAL ADDRESS
Interface: inside
IP Address:
Netmask: 255.255.255.255
STATIC TRANSLATION
Interface: outside
IP Address:

Make the following changes, and then click OK:

  • REAL ADDRESS
    • Interface — Select inside.
    • IP Address — Type 10.0.0.2.
    • Netmask — Type 255.255.255.255.
  • STATIC TRANSLATION
    • Interface — Select outside.
    • IP Address — Enter your new IP address.

Now you need to add a second static NAT rule.

  1. Click OK.
  2. Under Configuration > Firewall > NAT Rules, click + Add, and then select Add Static NAT Rule.
  3. Complete the on-screen fields, and then click OK:
    • REAL ADDRESS
      • Interface — Select outside.
      • IP Adress — Enter your new IP address.
      • Netmask — Type 255.255.255.255.
    • STATIC TRANSLATION
      • Interface — Select inside.
      • IP Address — Type 10.0.0.2.
  4. Click Apply.
  5. Close the Firewall Device Manager, and then click Save.
  6. Add the internal IP address to your server.

Now you must add the internal IP address to your server. The process differs depending on your server's operating system.

Linux

Fedora/CentOS

  1. At root, copy "/etc/sysconfig/network-scripts/ifcfg-eth0
    to
    /etc/sysconfig/network-scripts/ifcfg-eth0:0.
  2. Edit /etc/sysconfig/network-scripts/ifcfg-eth0:0, changing the IP to the new internal IP, and changing DEVICE to eth0:0.
  3. Restart the network service using this command:
    service network restart
    .

Ubuntu

  1. Edit /etc/network/interfaces.
  2. Add the following lines to the bottom of the file:
    # The secondary network interface
    auto eth0:0
    iface eth0:0 inet static
    address 10.0.0.2
    netmask 255.255.255.0
  3. Restart the network service using the following command:
    /etc/init.d/networking restart

Windows

  1. Access your server via Remote Desktop. For more information, see Accessing Your Windows Server Using Remote Desktop Connection.
  2. From the Start menu, select Network.
  3. In the upper-left, double-click Network and Sharing Center.
  4. On the left, click Change Adapter Settings.
  5. Right-click Local Area Connection, and then select Properties.
  6. Select Internet Protocol Version 4 (TCP/IPv4), and then click Properties.
  7. Select Use the following IP address, complete the following fields, and then click OK:
    • IP Address — Enter your server's new internal IP address.
    • Subnet Mask — Type 255.255.255.0

NOTE: We monitor IP address allocation. Attempting to add IP addresses to your server that you did not purchase violates your terms of service agreement and may result in the suspension of your account.

1 Dollar Website includes FREE .COM DOMAIN name
 


Toll Free Technical Support from a USA Call Center, 24 hours a day, 365 days a year:    (800) 655-5512
 
Call us with any sales or support question.     Place Orders by Phone.    Our USA-based Help Desk speaks your language.
 

Call Centers located in the Greater Phoenix metro area and Central Iowa, USA.     Technical Support also available in Spanish   New to Us?  Get a free account in 60 seconds.


 

 

 $1 Domains   |   $1 Websites   |   Product Catalog   |   Sale Price FAQ   |   Help Pages   |   Free Phone Support   |   Free WHOIS Lookup   |   My Cart   |   My Account Login

 
ICANN fee of 18 cents [$0.18] may apply on some domain names.    Notice for .eu and some other registering inbound
domain transfers: WHOIS may show domain held under registry
Weiled Weast Domains and/or HostingDude.com.   Legal Agreements.

(https://cheap.hostingdude.com)
 

 


 

Copyright ? 2003 - 2019  HostingDude, Inc.  All Rights Reserved.  No reprint or re-use without written authorization.