Temat: FW słabo chodzi....
Witam,
Dla testów ustawiłem SSH tak:
root@OpenWrt:/etc/config# cat dropbear
config dropbear
option PasswordAuth 'on'
option Port '22'
option GatewayPorts 'on'
option Interface 'lan'
config dropbear
option PasswordAuth 'on'
option Interface 'wan'
option Port '321'a w FW mam:
config redirect
option target 'DNAT'
option src 'wan'
option dest 'lan'
option proto 'tcp'
option src_dport '320'
option dest_ip '192.168.10.1'
option dest_port '22'
option name 'port_320'
config rule
option target 'ACCEPT'
option src 'wan'
option proto 'tcp'
option dest_port '321'
option name 'port_321'Z zewnątrz port 321 dział, a 320 nie - dlaczego?