FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
411 views 1 comments
by anonymous
Hello,

i'm using multiple Teltonika 955 routers with a sim card setup.

One of my devices is only accessible via SSH, seems like i forgott to enable remote HTTPS.

Is there a way to activate remote HTTPS via SSL connection?

If so, could you provide me the command line?

Thank you,

René

1 Answer

0 votes
by anonymous

Hi,

You can do it through SSH.

Go to SSH and start editing /etc/config/firewall config with command vi /etc/config/firewall

Press letter I on your keyboard to enable editing of the file.

Find these lines:





config rule

option dest_port '80'

option proto 'tcp udp'

option name 'Enable_HTTP_WAN'

option target 'ACCEPT'

option src 'wan'

option enabled '0'



config rule

option dest_port '443'

option proto 'tcp udp'

option name 'Enable_HTTPS_WAN'

option target 'ACCEPT'

option src 'wan'

option enabled '0'

Change option enabled '0' to option enabled '1' on whichever rule you want (HTTP/HTTPS).

Once you're done type :wq to quit and save the file.

Execute /etc/init.d/firewall restart to restart firewall service.

Done.

EB.

by anonymous
I'm basically trying to do the same thing through SSH, but those options are already enabled and I cannot get the web access. is there any other location/setting that would have the same effect?