Skip to content

wrong example in http://linux-ip.net/html/nat-dnat.html #85

@mcr-ksh

Description

@mcr-ksh

SNAT example from 5.7 is:

is:
[root@real-server]# iptables -t nat -A POSTROUTING -s 192.168.100.17 -j SNAT --to-destination 205.254.211.17

should be:
[root@real-server]# iptables -t nat -A POSTROUTING -s 192.168.100.17 -j SNAT --to 205.254.211.17

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions