No LAN internet
-
-
Ok, you appear to be using 192.168.55.0/24 as the LAN subnet.
The WAN is using a public IP outside of that I assume?
Please post a screenshot of Status > Interfaces. You can redact your WAN IP if you need to.
Your LAN firewall rules screenshot shows that traffic from the LAN is hitting the LAN interface and opening states.
Check you have a default route in Diag > Routes.
If you don't go to System > Routing > Gateways and save the PPPoE gateway as the default v4 gateway.Steve
-
Added to what steve said :
The device you use on the pfSense LAN, what is the IPv4 is uses ?
It must be something between 192.168.55.2 and 192.168.55.254.
The Gateway and DNS of that device should be 192.168.55.1 for both.If that device is a windows PC :
ipconfig /all
Btw : My previous post was hours to late.
-
@stephenw10
update
wan ppoe set as default lan rules changed Also reloadedpfsense and set new ip addresspc connected with new ipv4 address and gateway
Status
IPV 4 routes
interface stats
WAN gateway - Why offline??
Gateways
-
Please check the screenshots. The ping test is working but no internet on lan when pc connected
-
Can't see anything suspect with your WAN setup.
But your latency is huge .... do you have a satellite connection or something like that ?Or is this an old POTS 'modem' dail-up connection as has been see before 2000 ?
PING packets, send out regularly by pfSense to test the uplink (WAN) connection do all come back, but terrible slow. That will impact your overall 'Internet' performance.
-
@gertjan
Yes satellite modem 25 Mbps -
@gertjan
The speed is what we have at present. Can you tell me how to connect a pc to test the lan internet access? Basic question but the pc I log into the pfsense web configure cant connect to the internet. Google - not connected to internet.
Leigh -
@hoandco said in No LAN internet:
Can you tell me how to connect a pc to test the lan internet access?
You've already done what needs to be done :
Connect an Ethernet cable between LAN and your PC and you're ok.
'Better' would be : pfSense-LAN <=> switch <=> PC.
That's all it takes.Now : easy proof : use a browser on on your PC and visit http://192.168.55.1
The pfSense GUI pops up right away asking your to enter admin and the password.
This tells you the LAN part is ok.Now the WAN part :
Can you connect to the console of pfSense (or : easier : better : SSH, and use a SSH client like Putty ), and choose option 8 from the menu shown.
Then, on the command line :curl https://www.google.com
You should see this page coming back (html of course) :
<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="fr"><head>..... ...... ...... </body></html>
And check again your LAN setup (just to be sure) :
Btw : satellite : ok, in that case it would be preferable to use forwarding mode for the DNS Resolver.
I would check if '8.8.8.8' is a good solution, as you really gain some ms by chosing a DNS resolver as close a possible to your gateway. -
The gateway shows as offline because of the huge latency. You will need to tune the monitoring values to match your WAN in the advanced section of the gateway config.
But that would not stop LAN hosts using it. What you have setup there should work fine. How exactly are you testing it? Try to ping 8.8.8.8 from the PC on LAN. -
@stephenw10
Stephen
We have satellite broadband. As I showed in my network diagram.
How do you suggest I adjust this.
Leigh -
@hoandco ok so in the advanced section.
What do you suggest,? Could this be the reason "no internet '
Leigh -
@hoandco you prob want this to be 192..
That 182 network is owned by Sony
inetnum: 182.168.0.0 - 182.171.255.255 netname: So-net descr: Sony Network Communications Inc.
As stated already your gateway with the highly latency is showing offline - adjust your monitoring to account for the high latency or just mark the gateway as always up.
https://docs.netgate.com/pfsense/en/latest/routing/gateway-configure.html#gateway-settings
-
-
@hoandco
Thanks heaps 182 Sony eh?
So do I change this at start up,?
Option 2?
Any other suggestions. We are looking forward to fixed wireless or starlink?
Leigh -
@hoandco if your internet connection is high latency, wireless, satellite etc.. pfsense since the responses to its ping monitoring are slow - its going to think the gateway is down.
You need to adjust the monitoring of that gateway to reflect your high latency so that pfsense knows the gateway is actually up, if pfsense thinks the gateway is down it will not route traffic over it.
-
@hoandco said in No LAN internet:
How do you suggest I adjust this.
In the gateway config. System > Routing > Gateways. Edit the gateway, look in the advanced config section.
https://docs.netgate.com/pfsense/en/latest/routing/gateway-configure.html#advanced-gateway-settingsSteve
-
@stephenw10
That worked. I set it to 700-900.
Now I still don't have internet on lan PC's.
Is this because there is no upstream gateway added?
Leigh -
It could be. Did you check for a default route like I said above?
Make sure there is a default v4 gateway set.
Edit: I see there was previously a default route set though.
Try to ping, say, 1.1.1.1 from the client. What error is shown?
-
@stephenw10
Latestdefault set
Ping from pc connected on lan
$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=119 time=669 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=119 time=670 mslan rules appear to be working
Thankyou for the help todate I will test 1.1.1.1 from pc later today