Write the iptables 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?


```
iptables –t nat –A POSTROUTING –j SNAT --to 128.143.136.80 –s
10.0.1.0/24
```

Computer Science & Information Technology

You might also like to view...

When using the Remove method of a collection, what happens if the argument provided is a string expression?

a. The item at the index value represented by that string is removed if found in the collection. b. The item with a key value that matches the string is removed, if the key was found in the collection. c. A string expression may not be provided as an argument. d. A syntax error occurs

Computer Science & Information Technology

Which of the following is FALSE about moving a chart?

A) The font size of the labels of a chart are proportionately increased if the chart is moved to its own sheet. B) A chart can be moved to its own sheet in a workbook. C) A chart can be printed full size on its own page. D) The Move Chart button is on the Chart Tools Design tab.

Computer Science & Information Technology

Strategic planning starts with a _____ that reflects a firm's vision, purpose, and values.

A. ?relationship diagram B. ?feasibility study C. ?performance assessment D. ?mission statement

Computer Science & Information Technology

Which of the following records allows for reverse DNS lookups?

A. AAAA B. A C. PTR D. CNAME

Computer Science & Information Technology