s-c-f

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



########
system-config-firewall-1.0.10-1.fc9
-----------------------------------
* Fri Nov 09 2007 Thomas Woerner <twoerner@xxxxxxxxxx> 1.0.10-1
- fixed problem with network devices (rhbz#331671)
- dropped obsolete translation no.po (rhbz#332331)
########


thanks, s-c-f is now starting :)


i could not find the possibility to
add "other protocols"
manage "policys"
manage "portforwarding"
will these be possible in future releases ?

it is possible to add custom rule files (iptables-save format) but if i could manage nearly all in s-c-f it would be great.



---- eg. iptables ----
## input|output - drop|drop
# iptables -P INPUT ACCEPT
iptables -P INPUT DROP
# iptables -P OUTPUT ACCEPT
iptables -P OUTPUT DROP


## imap (email-archiv) <-- 172.16.2.1
iptables -t nat -A POSTROUTING -s 172.16.2.1 -p tcp -m tcp --dport 143 -j MASQUERADE


## ssh 2222 --> 172.16.1.2
iptables -t nat -A PREROUTING -i ppp0 -p tcp -m tcp --dport 2222 -j DNAT --to-destination 172.16.1.2:22


## pptp tcp:1723; protokoll 47:GRE --> 172.16.0.2
iptables -t nat -A PREROUTING -i ppp0 -p tcp -m tcp --dport 1723 -j DNAT --to-destination 172.16.0.2:1723
iptables -t nat -A PREROUTING -i ppp0 -p 47 -j DNAT --to-destination 172.16.0.2
----/----


--
shrek-m

--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux