Hi i have strange situation. I cannot access any of my website on VPS but only from cellular. If im connected to WiFi everything is ok.
ufw:
sudo ufw status verbose Status: active Logging: on (low) Default: deny (incoming), allow (outgoing), disabled (routed) New profiles: skip
To Action From
22/tcp (OpenSSH) ALLOW IN Anywhere
80,443/tcp (Apache Full) ALLOW IN Anywhere
22 ALLOW IN Anywhere
2200 ALLOW IN Anywhere
80/tcp ALLOW IN Anywhere
443/tcp ALLOW IN Anywhere
80 ALLOW IN Anywhere
Anywhere ALLOW IN 94.254.128.174
22/tcp (OpenSSH (v6)) ALLOW IN Anywhere (v6)
80,443/tcp (Apache Full (v6)) ALLOW IN Anywhere (v6)
22 (v6) ALLOW IN Anywhere (v6)
2200 (v6) ALLOW IN Anywhere (v6)
80/tcp (v6) ALLOW IN Anywhere (v6)
443/tcp (v6) ALLOW IN Anywhere (v6)
80 (v6) ALLOW IN Anywhere (v6)
**
iptables:**
sudo iptables -L INPUT -v -n
Chain INPUT (policy DROP 151 packets, 8734 bytes)
pkts bytes target prot opt in out source destination
91964 7673K ufw-before-logging-input all – * * 0.0.0.0/0 0.0.0.0/0
91964 7673K ufw-before-input all – * * 0.0.0.0/0 0.0.0.0/0
1570 89925 ufw-after-input all – * * 0.0.0.0/0 0.0.0.0/0
1503 86453 ufw-after-logging-input all – * * 0.0.0.0/0 0.0.0.0/0
1503 86453 ufw-reject-input all – * * 0.0.0.0/0 0.0.0.0/0
1503 86453 ufw-track-input all – * * 0.0.0.0/0 0.0.0.0/0
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
By VPS, do you mean VPN ?
nope, only non standard port is for ssh
If you’re running your site on non-standard port, make sure your cellular provider is not blocking it.