No LAN internet
-
@hoandco said in No LAN internet:
Did you the ping 1.1.1.1 in terminal on lan connected pc.
Why do you ask ?
Half the planet is pinging 1.1.1.1 and 8.8.8.8, and I still don't know why.root@DiskStation2:~# ping 1.1.1.1 PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data. 64 bytes from 1.1.1.1: icmp_seq=1 ttl=51 time=17.2 ms 64 bytes from 1.1.1.1: icmp_seq=2 ttl=51 time=17.3 ms ^C --- 1.1.1.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 2ms rtt min/avg/max/mdev = 17.161/17.244/17.328/0.155 ms
-
@gertjan
Sorry did you see the ping in terminal on pc connected to Lan. -
-
@gertjan
No the 1.1.1.1 ping -
@hoandco
Host(New nexthop: 0.0.0.0)
From 192.168.55.1: icmp_seq=34 Redirect Host(New nexthop: 0.0.0.0)
From 192.168.55.1: icmp_seq=34 Redirect Host(New nexthop: 0.0.0.0)
From 192.168.55.1: icmp_seq=34 Redirect Host(New nexthop: 0.0.0.0) -
Are you sure that your PC 192.168.55.1 got its DHCP inform from pfSense ?
You didn't change anything on the DHCP server (LAN) page ?
Check the DHCP server log page, do you see your PC doing DHCP request and pfSense DHCP answering ?
Your PC should use 192.168.55.1 for a gateway and DNS.It looks like this
https://serverfault.com/questions/402023/why-do-icmp-redirect-host-happenis happening because pfSense 'thinks' there is another gateway on the LAN 192.168.55.0/24 ....
I never saw that kind of messages ... -
Did the IP get changed from the 182 to 192 on pfsense? Did you set a gateway on this interface? If you did then pfsense thinks its a wan IP.. You do not set a gateway on the lan side interfaces of pfsense.
-
@johnpoz
John
Thanks Yes I did change the IP address to 192.
However I still cannot connect to the internet on a Lan connected pc.
Leigh -
@hoandco did you set a gateway on this interface - you do not set a gateway on a lan side interface.
Are your clients actually using that as their gateway, or do they still try to talk to the old 182 address?
What is the routing table on pfsense?
Notice my default route is out the wan.. Routes for other networks that are local, are direct, etc.
-
@hoandco
I tried the gateway on the LAN but it it did not work So I changed it back.
This is on dedicated pc with 2 port intel card.
The gateway is connected online as you will see.
The LAN rules appear to be working.
However I can't get internet on my pc or laptop connected to the LAN.
Leigh -
@hoandco said in No LAN internet:
I tried the gateway on the LAN but it it did not work
There is NO gateway set on a lan side interface... If you tried that no then it wouldn't work..
-
@johnpoz
No I don't think so
But I will check -
Please confirm :
@gertjan said in No LAN internet:
Check the DHCP server log page, do you see your PC doing DHCP request and pfSense DHCP answering ?
Page Services > DHCP Server > LAN
-
@gertjan
I will in the morning
Leigh -
Ok so am I correctly reading that a client on LAN can ping 8.8.8.8 but not 1.1.1.1?
And that when you try to ping 1.1.1.1 you see at the LAN client:
Host(New nexthop: 0.0.0.0) From 192.168.55.1: icmp_seq=34 Redirect Host(New nexthop: 0.0.0.0)
That implies you have a routing issue on pfSense. Check the routing table again.
-
@stephenw10
So just to be sure.
If ping 8.8.8.8 from pfsense menu it works. If I use terminal on the same pc with pfsense app open it works. If I ping 1.1.1.1 in terminal on the same pc it shows what I sent.
So what can be wrong with the routing table? How do I check it? What should it show.
Leigh -
@hoandco said in No LAN internet:
If I use terminal on the same pc with pfsense app open it works.
Not sure what you mean by 'pfSense app'.
Are both those tests from a command prompt on a PC behind pfSense?
The result fro pinging 1.1.1.1 is pfSense (192.168.55.1) sending an icmp redircet to the PC but it's sending an invalid next hop.
But that implies pfSense has a route to 1.1.1.1 via what it thinks is at 0.0.0.0. And that it thinks the PC is the same subnet as that other router.
Both of those seem unlikely but there's clearly something odd there. Some other device acting as a router? Multiple networks on the PC? -
@stephenw10
Stephen
You may be right. I will disconnect the WiFi extender router in workshop.
It's Saturday morning here so I time to work through this.
Leigh -
@hoandco
Stephen I am not giving up. I have decided to re install pfsense.
As this is a ppoe connection over satellite I have connected the wan successfully.
The LAN connection I will set up direct to the pc rather than through a switch.
Any suggestions on the set up process.
Leigh -
This should be a very basic setup. Nothing special required.
When pings to 1.1.1.1 from the LAN client fail can you ping 1.1.1.1 from pfSense?