no internet in my ubuntu clients please help
-
@KOM Home and Security Share a gateway and one WAN, Office Has its own gateway and WAN, Tower has its own Gateway and WAN. Tower is where the Ubuntu Clients are along with tons of Wireless Bridging Equipment that connects all my Employees back to the main office. We were running Windows PCs until the Microsoft Accounts got hacked for the 10th time this year.
-
Are these Ubuntu clients static or DHCP?
-
@KOM dhcp
-
What is the output of:
sudo ip route | grep default
-
Are the Ubuntu clients actually getting IP addresses from the pfsense DHCP server? Or is your DHCP coming from somewhere else?
Jeff
-
@akuma1x 172.16.0.0/20 enp025 proto link src 172.16.12.240 metric 100
-
@KOM 172.16.0.0/20 enp025 proto link src 172.16.12.240 metric 100
-
@communitylinksd Not quite. Looks like you just pasted your answer to the other guy. Here is what I get:
default via 10.10.4.1 dev ens33 prot dhcp src 10.10.2.5 metric 100
-
@KOM what do you mean not quite.
-
You seem to be missing a default route. Are there any other clients on TOWER that are working? I'm trying to narrow this down to a Ubuntu issue or a gateway groups issue.
-
@KOM yes there are other clients online on tower but none are ubuntu clients
-
@KOM you mean 169.254.0.0/16 dev enp0s25 scope link metric 1000
-
OK, so it's a Ubuntu issue exclusively. Where did 169.254.0.0/16 come from? That's an APIPA address. If that's what you've got for IP addresses, then that means none of the cliens could get an address from the DHCP server.
-
@KOM 172.16.0.0/20 enp025 proto link src 172.16.12.240 metric 100
this is under the one i just shared -
Just for a test, what happens if you configure one of these Ubuntu clients with a static IP address, netmask & gateway? Then try to ping 8.8.8.8.
-
@KOM tried still no luck
-
And these are physical clients or virtual machines?
-
@KOM physical
-
Well, I'm stumped. We've gone through pretty much everything.
-
@KOM ya i know i was hoping that someone else had a thought about it. The machine use to have windows installed so i know it worked on the network before.