COMS W4995-1 COMS W4995-1 Lecture 8. NAT, DHCP & Firewalls.

Slides:



Advertisements
Similar presentations
1 Network Address Translation (NAT) Relates to Lab 7. Module about private networks and NAT.
Advertisements

CPSC Network Layer4-1 IP addresses: how to get one? Q: How does a host get IP address? r hard-coded by system admin in a file m Windows: control-panel->network->configuration-
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 25 Introduction to Computer Networks.
Internet Control Protocols Savera Tanwir. Internet Control Protocols ICMP ARP RARP DHCP.
CSEE W4140 Networking Laboratory Lecture 9: NAT and DHCP Jong Yul Kim
1 Comnet 2010 Communication Networks Recitation 7 Lookups & NAT.
Dynamic Host Configuration Protocol (DHCP)
1 Network Address Translation (NAT) Relates to Lab 7. Module about private networks and NAT.
CSEE W4140 Networking Laboratory Lecture 9: NAT and DHCP Jong Yul Kim
W4140 Network Laboratory Lecture 9 Nov 12 - Fall 2006 Shlomo Hershkop Columbia University.
COMS/CSEE 4140 Networking Laboratory Lecture 08 Salman Abdul Baset Spring 2008.
Subnetting.
CSE452:Computer Networks
Host Configuration: BOOTP and DHCP
1 Network Address Translation (NAT) Relates to Lab 7. Module about private networks and NAT.
1 Dynamic Host Configuration Protocol (DHCP). 2 Dynamic Assignment of IP addresses Dynamic assignment of IP addresses is desirable for several reasons:
DHCP Dynamic Host Configuration Protocol CIS 856: TCP/IP and Upper Layer Protocols Presented by Kyle Getz October 20, 2005.
Microsoft Windows Server 2003 TCP/IP Protocols and Services Technical Reference Slide: 1 Lesson 16 Dynamic Host Configuration Protocol (DHCP)
21.1 Chapter 21 Network Layer: Address Mapping, Error Reporting, and Multicasting Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
Support Protocols and Technologies. Topics Filling in the gaps we need to make for IP forwarding work in practice – Getting IP addresses (DHCP) – Mapping.
Dynamic Host Configuration Protocol (DHCP)
DHCP: Dynamic Host Configuration Protocol
Bootstrap and Autoconfiguration (DHCP)
Network Layer – Subnetting and Control Protocols Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing,
23-Support Protocols and Technologies Dr. John P. Abraham Professor UTPA.
1 Dynamic Host Configuration Protocol (DHCP) Relates to Lab 7. Module about dynamic assignment of IP addresses with DHCP.
CMPT 471 Networking II DHCP © Janice Regan,
Multicasting  A message can be unicast, multicast, or broadcast.
DHCP Dynamic Host Configuration Protocol Information management 2 Groep T Leuven – Information department 2/18 Agenda Introduction BOOTP.
CS 540 Computer Networks II Sandy Wang
Network Layer4-1 DHCP: Dynamic Host Configuration Protocol Goal: allow host to dynamically obtain its IP address from network server when it joins network.
Transport Layer 3-1 Chapter 4 Network Layer Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012  CPSC.
Dynamic Host Configuration Protocol (DHCP). History Diskless workstations –needed to know configuration parameters like IP address, netmask, gateway address.
DHCP Dynamic Host Configuration Protocol (RFC 2131) Michael Sadowsky CISC University of Delaware October 12, 2004 BOOTP Bootstrap Protocol (RFC.
CIS 3360: Internet: Network Layer Introduction Cliff Zou Spring 2012.
1 CS 4396 Computer Networks Lab Dynamic Host Configuration Protocol (DHCP)
1 of 18 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.0: Module 1; 1.2.
Private Network Addresses IP addresses in a private network can be assigned arbitrarily. – Not registered and not guaranteed to be globally unique Generally,
BAI513 - PROTOCOLS DHCP BAIST – Network Management.
1 Network Layer Lecture 12 Imran Ahmed University of Management & Technology.
Lectu re 1 Recap: “Operational” view of Internet r Internet: “network of networks” m Requires sending, receiving of messages r protocols control sending,
Chapter 17 BOOTP and DHCP.
1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Dynamic Host Configuration Protocol (DHCP)
Chapter 18 Host Configuration : DHCP
Chapter 22 Bootstrap and Auto configuration (DHCP) History of Bootstrap -Bootstrap is used to assign IP address to the computer. -Constant changes in the.
1 Network Address Translation (NAT) and Dynamic Host Configuration Protocol (DHCP) Relates to Lab 7. Module about private networks and NAT.
CIS 856: TCP/IP and Upper Layer Protocols Karthik Ravindra Nov 11, 2008 Dynamic Host Configuration Protocol [DHCP] - RFC 2131.
Allocating IP Addressing by Using Dynamic Host Configuration Protocol.
Multicasting  A message can be unicast, multicast, or broadcast. Let us clarify these terms as they relate to the Internet.
Dynamic Host Configuration Protocol (DHCP) DHCP provides a temporary IP address for a limited period of time DHCP has two databases. First one has static.
BAI513 - PROTOCOLS DHCP BAIST – Network Management.
1 K. Salah Module 5.1: Internet Protocol TCP/IP Suite IP Addressing ARP RARP DHCP.
1 Kyung Hee University Chapter 16 Host Configuration : BOOTP and DHCP.
Dynamic Host Configuration Protocol (DHCP)
NAT : Network Address Translation
Network Address Translation (NAT)
Network Address Translation
Network Address Translation (NAT)
Dynamic Host Configuration Protocol (DHCP)
BOOTP and DHCP Objectives
Net 431 D: ADVANCED COMPUTER NETWORKS
Chapter 18 Host Configuration : DHCP
Chapter 16 Host Configuration : BOOTP and DHCP
DHCP and NAT.
CS4470 Computer Networking Protocols
Chapter 18 Host Configuration : DHCP
Dynamic Host Configuration Protocol (DHCP)
Network Address Translation (NAT)
DHCP: Dynamic Host Configuration Protocol
Presentation transcript:

COMS W COMS W Lecture 8

NAT, DHCP & Firewalls

Outline  Network Address Translation (NAT)  Dynamic Host Configuration Protocol (DHCP)  Firewalls  Typical Application Domains where we use them

 A hack to fix the IP address depletion problem. NAT is a router function where IP addresses (and possibly port numbers) of IP datagrams are replaced at the boundary of a private network.  Breaks the End-to-End argument. But it became a standard: RFC The IP Network Address Translator (NAT)  Provides a form security by acting as a firewall home users. Small companies. Network Address Translation: a hack Is there any other solution to the IP address problem?

Basic operation of NAT  NAT device stores the address and port translation tables In the this example we mapped only addresses. Host private address: public address: Public Host Private NetworkInternet NAT Device Private Address Public Address Source = Destination = Source = Destination = Source = Destination = Source = Destination = Source = Destination= Source = Destination= Source = Destination= Source = Destination= Source = Destination= Source = Destination=

Private Network  Private IP network is an IP network with Private IP Addresses (Can it be connected directly to the Internet?)  IP addresses in a private network can be assigned arbitrarily but they are usually picked from the reserved pool (can we use any?) Not registered and not guaranteed to be globally unique Question: how is public IP address assigned?  Generally, private networks use addresses from the following experimental address ranges (non-routable addresses): – – –

Main uses of NAT  Pooling of IP addresses  Supporting migration between network service providers  IP masquerading and internal firewall  Load balancing of servers

Pooling of IP addresses  Scenario: Corporate network has many hosts but only a small number of public IP addresses.  NAT solution: Corporate network is managed with a private address space. NAT device, located at the boundary between the corporate network and the public Internet, manages a pool of public IP addresses. When a host from the corporate network sends an IP datagram to a host in the public Internet, the NAT device picks a public IP address from the address pool, and binds this address to the private address of the host.

Pooling of IP addresses Host private address: public address: Private NetworkInternet NAT Device Private Address Public Address Source = Destination = Source = Destination = Source = Destination = Source = Destination =

Supporting migration between network service providers  Scenario: In practice (using CIDR), the IP addresses in a corporate network are obtained from the service provider. Changing the service provider requires changing all IP addresses in the network.  NAT solution: Assign private addresses to the hosts of the corporate network NAT device has address translation entries which bind the private address of a host to the public address. Migration to a new network service provider merely requires an update of the NAT device. The migration is not noticeable to the hosts on the network.

Supporting migration between network service providers

IP masquerading  Also called: Network address and port translation (NAPT), port address translation (PAT).  Scenario: Single public IP address is mapped to multiple hosts in a private network.  NAT solution: Assign private addresses to the hosts of the corporate network NAT device modifies the port numbers for outgoing traffic

IP masquerading

Load balancing of servers  Scenario: Balance the load on a set of identical servers, which are accessible from a single IP address  NAT solution: Here, the servers are assigned private addresses NAT device acts as a proxy for requests to the server from the public network The NAT device changes the destination IP address of arriving packets to one of the private addresses for a server A sensible strategy for balancing the load of the servers is to assign the addresses of the servers in a round-robin fashion.

Load balancing of servers

Concerns about NAT  Performance: Modifying the IP header by changing the IP address requires that NAT boxes recalculate the IP header checksum. Modifying port number requires that NAT boxes recalculate TCP checksum.  Fragmentation Care must be taken that a datagram that is fragmented before it reaches the NAT device, is not assigned a different IP address or different port numbers for each of the fragments.

Concerns about NAT  End-to-end connectivity: NAT destroys universal end-to-end reachability of hosts on the Internet. A host in the public Internet often cannot initiate communication to a host in a private network. The problem is worse, when two hosts that are in a private network need to communicate with each other.

NAT and FTP  Normal FTP operation

NAT and FTP  NAT device with FTP support

NAT and FTP  FTP in passive mode and NAT.

Configuring NAT in Linux  Linux uses the Netfilter/iptable Kernel package

Configuring NAT with iptable  First example: iptables –t nat –A POSTROUTING –s –j SNAT --to-source  Pooling of IP addresses: iptables –t nat –A POSTROUTING –s /24 –j SNAT --to-source –  IP masquerading: iptables –t nat –A POSTROUTING –s /24 –o eth1 –j MASQUERADE  Load balancing: iptables -t nat -A PREROUTING -i eth1 -j DNAT --to- destination

Dynamic Host Configuration Protocol (DHCP)

Dynamic Assignment of IP addresses  Dynamic assignment of IP addresses is desirable for several reasons: IP addresses are assigned on-demand Avoid manual IP configuration Support mobility of laptops Wireless networking and Home NATs  No static IP means that we have to depend on DNS for the packet routing Use of a DDNS (Dynamic DNS entry) Free sites for that service in the internet

Dynamic Host Configuration Protocol (DHCP)  Designed in 1993  Requires a server and free IP address space  Supports temporary allocation (“leases”) of IP addresses  DHCP client can acquire all IP configuration parameters  Any potential security risks?  Can we use something that can prevent unauthorized users?

DHCP Interaction (simplified)

DHCP Message Format (There are >100 different options)

DHCP  OpCode: 1 (Request), 2(Reply) Note: DHCP message type is sent in an option  Hardware Type: 1 (for Ethernet)  Hardware address length: 6 (for Ethernet)  Hop count: set to 0 by client  Transaction ID: Integer (used to match reply to response)  Seconds: number of seconds since the client started to boot  Client IP address, Your IP address, server IP address, Gateway IP address, client hardware address, server host name, boot file name: client fills in the information that it has, leaves rest blank

DHCP Message Type  Message type is sent as an option. ValueMessage Type 1DHCPDISCOVER 2DHCPOFFER 3DHCPREQUEST 4DHCPDECLINE 5DHCPACK 6DHCPNAK 7DHCPRELEASE 8DHCPINFORM

DHCP operations Src: , 68 Dest: , 67 DHCPDISCOVERY Yiaddr: Transaction ID: 654 Src: , 67 DHCPOFFER Yiaddr: Transaction ID: 654 Dest: , 68 Lifetime: 3600 secs Server ID:

Src: , 68 Dest: , 67 DHCPREQUEST Yiaddr: Transaction ID: 655 server ID: Lifetime: 3600 secs Src: , 67 DHCPACK Yiaddr: Transaction ID: 655 Dest: , 68 Lifetime: 3600 secs Server ID: DHCP operations

More on DHCP operations  A client may receive DCHP offers from multiple servers  The DHCPREQUEST message accepts offers from one server.  Other servers who receive this message considers it as a decline  A client can use its address after receiving DHCPACK  DHCP replies can be unicast, depending on implmentation

DHCP relay agent DHCPDISCOVER Giaddr: 0 Src: , 68 Dest: , DHCPDISCOVER Giaddr: Src: , 68 Dest: , 67 DHCPOFFER …… Giaddr: Src: , 67 Dest: , 67 DHCPOFFER …… Giaddr: Src: , 67 Dest: ,

History of DHCP  Three Protocols: RARP (until 1985, no longer used) BOOTP ( ) DHCP (since 1993) Secure DHCP – not a standard yet…  Only DHCP is widely used today.

Solutions for dynamic assignment of IP addresses  Reverse Address Resolution Protocol (RARP) RARP is no longer used Works similar to ARP Broadcast a request for the IP address associated with a given MAC address RARP server responds with an IP address Only assigns IP address (not the default router and subnetmask)

BOOTP  BOOTstrap Protocol (BOOTP)  Host can configure its IP parameters at boot time.  3 services.  IP address assignment.  Detection of the IP address for a serving machine.  The name of a file to be loaded and executed by the client machine (boot file name) Not only assigns IP address, but also default router, network mask, etc. Sent as UDP messages (UDP Port 67 (server) and 68 (host)) Use limited broadcast address ( ):  These addresses are never forwarded

BOOTP Interaction  BOOTP can be used for downloading memory image for diskless workstations  Assignment of IP addresses to hosts is static (a) (b) (c)

Lab errata  In Figure 7.1, the private network interface of Router2 should be labeled with IP address " /24" (instead of /24).

Firewalls (Slides to be added)