Hello All
I have installed zimbra latest version and things works like a charm.
When i work from my office network and directly accessing zimbra server https://<zimbraserver>:7071 things works fine.
But when i try accessing same admin console after creating port forwarding outside network it fails.
Setup summary.
eth0: <PUBLIC IP>
eth1: <ZIMBRA SERVER>
# ssh -l root -p 5958 -L 8888:10.2.244.242:7071 212.X.X.X cat -
and access
https://localhost:8888 it results to
https://localhost/zimbra/?zinitmode=http
But when i create port forwarding using below command.
# ssh -l root -p 5958 -L 7071:10.2.244.242:7071 212.X.X.X cat -
and access
https://localhost:8888 it works fine with admin console.
My requirement is to have multiple local port open. but if i use 7071 local then i can have only one.
ssh -l root -p 5958 -L 8888:10.2.244.242:7071 212.X.X.X cat -
Any idea ?