Then I did the following rulesSteam Client
UDP 27000 to 27015 inclusive (Game client traffic)
UDP 27015 to 27030 inclusive (Typically Matchmaking and HLTV)
TCP 27014 to 27050 inclusive (Steam downloads)
UDP 4380
Code: Select all
14 chain=dstnat action=dst-nat to-addresses=192.168.75.10 protocol=udp
dst-port=27000-27030
Code: Select all
15 chain=dstnat action=dst-nat to-addresses=192.168.75.10 protocol=tcp
dst-port=27014-27050
Code: Select all
16 chain=dstnat action=dst-nat to-addresses=192.168.75.10 protocol=udp
dst-port=4380