repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix previous NEWS commit, oops
[ferm.git]
/
test
/
negative
/
SMTPS~T2
blob
e418a5a756a7e2f8897715beff8cb7a9301ddcf8
1
set INTERNET eth0
2
3
set smtpServerInterno 10.1.4.100
4
5
option flushchains
6
option createchains
7
option automod
8
option iptables
9
10
table nat chain PREROUTING {
11
interface %INTERNET {
12
protocol tcp {
13
dport smtp DNAT %smtpServerInterno:28;
14
}
15
}
16
17