Abbiamo un router ZyXEL VMG8324-B10A a casa. Sono in grado di accedere tramite ssh e utilizzare il comando portforward --help
, che risulta nel seguente output:
Usage: portforward config <ServiceName> --wanintf <atm0.1|atm1.1|ptm0.1|ptm0.2|ptm0.3|eth4.1|eth4.2|eth4.3|eth3G> [--wanip <wanip>]
--sipaddr <ServerIP Addr> --sport <Trigger Start Port> <Trigger End Port>
--transport <Translation Start Port> <Translation End Port>
--proto <tcp|udp|tcpudp> <enable|disable>
portforward delete <ServiceName> --sipaddr <ServerIP Addr>
portforward show
portforward --help
La regola di inoltro che voglio modificare è simile a ( portforward show
):
Service Wan ServerIP Trigger End Trans. Trans.
# Status Name Intf. WanIP Address StartPort Port StartPort EndPort Portocol
------------------------------------------------------------------------------------------------------------------------
2 enable PC HTTP [conn] [old-ip] 80 80 80 80 TCP
Voglio modificare questa regola per farla avanzare [new-ip]
. Tuttavia, il comando portforward config "PC HTTP" --sipaddr [new-ip]
risulta
portforward: invalid parameter HTTP" for option 'config'
Il formato del comando che ho inserito è corretto? E come posso cambiare l'indirizzo IP a cui punta questa regola?
EDIT: il router Huawei sembra essere il nostro precedente. Ne abbiamo attualmente uno da ZyXEL.