- Legend Control Panel
- Legend Services
- Domain Names
- Hosting
- Internet
- What is ADSL?
- ADSL with Linux
- Can I use two ADSL modems at once?
- Can you share the USB modem between 2 or more computers?
- Does it work with Linux?
- How does ADSL compare to a dial-up or leased line connection?
- How do I test the speed of my ADSL connection?
- How is ADSL different from a dial-up modem?
- Minimum requirements for an Internet connected Mac via USB ADSL
- Minimum requirements for a PC connecting to the Internet through USB ADSL
- Router Troubleshooting Information
- Should I use a modem or router?
- TCP/IP Settings for NAT (Private Addressing)
- TCP/IP Settings for No-NAT (Static IP / Routable IP)
- Tweaks for improved ADSL performance
- What are contention ratios?
- What are the line tests that BT conducts?
- What if my PC is not next to a telephone socket?
- What is a DSLAM?
- What is a splitter/micro-filter?
- What is G.DMT?
- What is NAT?
- What is PPPoA or PPPoE support?
- What is Rate Adaption (RADSL)?
- What is the activation procedure?
- Who is responsible for billing?
- Why do I need a firewall?
- Will I still need to pay for my telephone line rental and telephone calls?
- Will other BT services such as "Call Waiting" still work?
- Framestream
- Framestream Errors
- Databases
- General Settings
- Legend Host Migration
- Legend Mail Migration
What is NAT?
NAT is an acronym for Network Address Translation. It removed the need for multiple, global IP addresses. If you intend to connect your current LAN to the Internet, it is likely you will use a form of NAT to overcome the need for each each computer to have a global unique IP address. Instead you can use private addressing in the ranges:
10.0.0.0 to 10.254.254.254
172.16.0.0 to 172.31.254.254
192.168.0.0 to 192.168.254.254
All traffic for the Internet goes through one external host - usually a router.
NAT allows your router to be supplied with a single, real RIPE registered IP address already assigned to it. When your PC requests information from the Internet, the router converts the private IP address of the PC into the single real IP address of the router and then makes the request for information on behalf of the PC. The router keeps track of which internal PC requested which piece of information and passes the correct response from the Internet back to the correct PC. All PC's on your LAN will appear to the outside world as if they all have the same IP address. This will increase security as this IP address is not on any of the PC's themselves but on the router.
If you need to use services that are either pushed at/sent to your network (e.g. SMTP mail) or information that needs to be requested from a network (e.g. Web pages on a HTTP server in your network) then you will require at least one static IP address (Typical installations use two IP addresses, one for the ADSL router, and one for a hardware Firewall). You could still use NAT on your local area network in such instances, but the ADSL router would have to have a static IP address to able to be contacted via external computers wishing to use such services as SMTP on your network. At time of ordering ADSL, you need to request a number of static IP addresses and a 'No NAT' setup ADSL router. You might consider then using a hardware Firewall to run NAT services for your local area network.
