Change the salimax0001 port to 700* and 400*
This commit is contained in:
parent
75f1f42252
commit
1c253bb603
|
@ -22,19 +22,19 @@ tunnel() {
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
tunnel "Trumpf Inverter (http) " 10.0.2.1 80 8001
|
tunnel "Trumpf Inverter (http) " 10.0.2.1 80 7001
|
||||||
tunnel "Trumpf DCDC (http) " 10.0.3.1 80 8002
|
tunnel "Trumpf DCDC (http) " 10.0.3.1 80 7002
|
||||||
tunnel "Ext Emu Meter (http) " 10.0.4.1 80 8003
|
tunnel "Ext Emu Meter (http) " 10.0.4.1 80 7003
|
||||||
tunnel "Int Emu Meter (http) " 10.0.4.2 80 8004
|
tunnel "Int Emu Meter (http) " 10.0.4.2 80 7004
|
||||||
tunnel "AMPT (http) " 10.0.5.1 8080 8005
|
tunnel "AMPT (http) " 10.0.5.1 8080 7005
|
||||||
|
|
||||||
|
|
||||||
tunnel "Trumpf Inverter (modbus)" 10.0.2.1 502 5001
|
tunnel "Trumpf Inverter (modbus)" 10.0.2.1 502 4001
|
||||||
tunnel "Trumpf DCDC (modbus) " 10.0.3.1 502 5002
|
tunnel "Trumpf DCDC (modbus) " 10.0.3.1 502 4002
|
||||||
tunnel "Ext Emu Meter (modbus) " 10.0.4.1 502 5003
|
tunnel "Ext Emu Meter (modbus) " 10.0.4.1 502 4003
|
||||||
tunnel "Int Emu Meter " 10.0.4.2 502 5004
|
tunnel "Int Emu Meter " 10.0.4.2 502 4004
|
||||||
tunnel "AMPT (modbus) " 10.0.5.1 502 5005
|
tunnel "AMPT (modbus) " 10.0.5.1 502 4005
|
||||||
tunnel "Adam " 10.0.1.1 502 5006
|
tunnel "Adam " 10.0.1.1 502 4006
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue