Cannot reach my Nextcloud externally
-
@operations on the nextcloud server i would do a tcpdump for good measure to make sure you are seeing the packets from your mobile.
$ sudo tcpdump host 84.1.1.100
If yo are seeing it making it to your server then the fault is within your nextcloud configuration. pfSense is passing the traffic.
-
@operations
So you can see requests and responses as well on the WAN. I would expect that the client who initiated this connection show anything, but doesn't run into a timeout.Is there also another website hosted on the NC server, which you can try?
-
@viragomann said in Cannot reach my Nextcloud externally:
@operations
So you can see requests and responses as well on the WAN. I would expect that the client who initiated this connection show anything, but doesn't run into a timeout.Is there also another website hosted on the NC server, which you can try?
Yes i forgot that add that, if you what long enough it will run it a ERR_TIME_OUT (when trying to open cloud.domain.nl). No Nextcloud server only runs nextcloud.
-
@michmoor said in Cannot reach my Nextcloud externally:
@operations on the nextcloud server i would do a tcpdump for good measure to make sure you are seeing the packets from your mobile.
$ sudo tcpdump host 84.1.1.100
If yo are seeing it making it to your server then the fault is within your nextcloud configuration. pfSense is passing the traffic.
Did this. See a lot of lines:
Cloud.domain.nl > 84.1.1.100But why is my PfSense fw not showing the traffic i am seeing when using tcpdump? Is that because the connection fails? But still it goes through so it should show on the fw .. right?
So the problem is my Nextcloud right? Any ideas on that part?
-
@operations What does your WAN rules show?
-
@michmoor said in Cannot reach my Nextcloud externally:
@operations What does your WAN rules show?
This way i showed before. Or you want to see something else?
-
@operations The bottom rule has 2 states which means the firewall permitted the traffic to 172.16.20.250.
As i suggested before you should run a packet capture on your nextcloud server and see if you see traffic from your mobile device. -
@michmoor said in Cannot reach my Nextcloud externally:
@operations on the nextcloud server i would do a tcpdump for good measure to make sure you are seeing the packets from your mobile.
$ sudo tcpdump host 84.1.1.100
If yo are seeing it making it to your server then the fault is within your nextcloud configuration. pfSense is passing the traffic.
@michmoor the traffic reaches my nextcloud server. I dont know where the button states 2/ is coming from. The numbers are zero now whatever i do
-
@operations said in Cannot reach my Nextcloud externally:
the traffic reaches my nextcloud server.
How do you know?
@operations said in Cannot reach my Nextcloud externally:
I dont know where the button states 2/ is coming from.
It comes from the fact there were 2 states , connections allowed, based on the rule. If the number is 0 that means the previous states are now gone and no new connections have been seen.
-
When i run tcpdump on my nextcloud server i see the specific traffic from the external IP i am trying to connect from.