Revision history of "IPTables Access Rules"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:21, 28 April 2016Adam.birds talk contribs 293 bytes +293 Created page with "'''To allow access to a Linux server from an IP Address, use the following example commands:''' <pre> iptables -I INPUT -s 1.1.1.1 -j ACCEPT -m comment --comment "Access" ipt..."