Changes

From SME Server
Jump to navigationJump to search
Line 1,415: Line 1,415:  
|notes.  Copy this block when adding new entries to this table.
 
|notes.  Copy this block when adding new entries to this table.
 
|}
 
|}
 +
    
==== Port Forwarding ====
 
==== Port Forwarding ====
 
Server manager will create two databases, one for TCP and one for UDP
 
Server manager will create two databases, one for TCP and one for UDP
<code>db portforward_tcp set {port} forward AllowHosts {some.host.ip} Comment {Test} Denyhosts {0.0.0.0/0} DestHost {dest.host.ip} DestPort {port}</code>
     −
  <code>db portforward_udp set {port} forward AllowHosts {some.host.ip} Comment {Test} Denyhosts {0.0.0.0/0} DestHost {dest.host.ip} DestPort {port}</code>
+
db portforward_tcp set {port} forward AllowHosts {some.host.ip} Comment {Test} Denyhosts {0.0.0.0/0} DestHost {dest.host.ip} DestPort {port}
Apply with  
+
 
 +
  db portforward_udp set {port} forward AllowHosts {some.host.ip} Comment {Test} Denyhosts {0.0.0.0/0} DestHost {dest.host.ip} DestPort {port}
 +
 
 +
Apply with:
   −
signal-event postforwarding-update
+
signal-event postforwarding-update
    
----
 
----

Navigation menu