allow ts3 server query raw from internet
This commit is contained in:
@@ -256,6 +256,11 @@
|
|||||||
dst-port: 30033
|
dst-port: 30033
|
||||||
out-interface: vlan4
|
out-interface: vlan4
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
|
- action: accept
|
||||||
|
chain: allow-ports
|
||||||
|
dst-port: 10011
|
||||||
|
out-interface: vlan4
|
||||||
|
protocol: tcp
|
||||||
- action: accept
|
- action: accept
|
||||||
chain: allow-ports
|
chain: allow-ports
|
||||||
comment: Allow HTTP
|
comment: Allow HTTP
|
||||||
@@ -315,6 +320,12 @@
|
|||||||
dst-port: 30033
|
dst-port: 30033
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
to-addresses: 10.44.0.0
|
to-addresses: 10.44.0.0
|
||||||
|
- action: dst-nat
|
||||||
|
chain: dstnat
|
||||||
|
dst-address: 139.28.40.212
|
||||||
|
dst-port: 10011
|
||||||
|
protocol: tcp
|
||||||
|
to-addresses: 10.44.0.0
|
||||||
- action: src-nat
|
- action: src-nat
|
||||||
chain: srcnat
|
chain: srcnat
|
||||||
comment: src-nat from LAN to TS3 to some Greenland address
|
comment: src-nat from LAN to TS3 to some Greenland address
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 30033
|
port: 30033
|
||||||
targetPort: 30033
|
targetPort: 30033
|
||||||
|
- name: rawquery
|
||||||
|
protocol: TCP
|
||||||
|
port: 10011
|
||||||
|
targetPort: 10011
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
ipFamilyPolicy: PreferDualStack
|
ipFamilyPolicy: PreferDualStack
|
||||||
|
|||||||
Reference in New Issue
Block a user