Paradyne CSU User Manual

Page of 470
5. Configuring the FrameSaver SLV Router
9128-A2-GB20-80
September 2002
5-9
Procedure
To set up NAPT:
1. From the Main Menu screen, press Ctrl-a then Shift-r to access the router’s 
Command Line Interface. 
2. Set up an access list. The following command specifies a list that includes 
addresses 10.1.3.1 through 10.1.3.254:
access-list 1 permit 10.1.3.0 0.0.0.255
3. Enable NAPT. The following command specifies that inside address 
translation is performed on the addresses in Access List 1, and the outside 
address is the address of the Serial interface 0, sub-interface 
x
:
ip nat inside source list 1 interface se 0.
x
 overload
4. Specify which interface uses inside (private) and which uses outside (public) 
IP addresses:
int ethernet 0
ip nat inside
int serial 0.
x
ip nat outside
5. Save the configuration and exit the CLI:
save
exit