Write an IOS command so that the addresses in the private network are mapped to the public IP address 128.143.136.80.
What will be an ideal response?
```
ip nat inside source static 10.0.1.0 128.143.136.80
Students can use the other command sets.
ip nat pool o-ip 128.143.136.80 128.143.136.80 prefix 16
access-list 1 permit 10.0.1.0 0.0.0.255
ip nat inside source list 1 o-ip overload
```
Computer Science & Information Technology
You might also like to view...
The ________ formatting mark will display in your document as a nonprinting character
Fill in the blank(s) with correct word
Computer Science & Information Technology
Payroll transactions and billing are typically done via _____.
A. grid processing B. online transaction processing (OLTP) C. online analytical processing (OLAP) D. batch processing
Computer Science & Information Technology