My Opera is closing 1st of March

M.I.T = Multimedia IT dept.

Subscribe to RSS feed

OpenBSD PF port-mapping for internal mms service

, , ,

add the following to pf.conf, then pfctl -f /etc/pf.conf:

ext_if = "em0"
ext_ip = "8.8.8.8"
pass in on $ext_if proto tcp from any to $ext_ip port 3389 rdr-to $mms_ip
pass in on $ext_if proto tcp from any to $ext_ip port 554 rdr-to $mms_ip
pass in on $ext_if proto tcp from any to $ext_ip port 1755 rdr-to $mms_ip
pass in on $ext_if proto tcp from any to $ext_ip port 80 rdr-to $mms_ip
pass in on $ext_if proto tcp from any to $ext_ip port 8080 rdr-to $mms_ip

REFERENCE: http://www.openbsd.org/faq/pf/rdr.html
February 2014
M T W T F S S
January 2014March 2014
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28