Paradyne CSU User Manual

Page of 470
5. Configuring the FrameSaver SLV Router
9128-A2-GB20-80
September 2002
5-7
Procedure
To set up NAT:
1. From the Main Menu screen, press Ctrl-a then Shift-r to access the router’s 
Command Line Interface. Enter the following commands:
en
config t
ip nat inside source static 10.1.3.2  192.128.22.28
ip nat inside source static 10.1.3.3  192.128.22.29
ip nat inside source static 10.1.3.4  192.128.22.30
ip nat inside source static 10.1.3.5  192.128.22.31
2. Enable NAT on interfaces with the following commands (where 
x
 is the number 
configured for the sub-interface):
interface ethernet 0
ip nat inside
interface serial 0.x
ip nat outside
3. Save the configuration and exit the CLI:
save
exit