Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
8/13/2012 11:35:53 AM EDT
Got a tough problem!!!

I have a laptop connected to the internet via wired LAN on a 10.29.x.x IP. I have a printer hooked to a WiFi router with a 192.168.x.x IP.

If I disable the WiFi I can connect to the Internet just fine, but can't print.
If I enable WiFi I can print but lose Internet.

How do I set it up so that I can have the WiFi and LAN both connected and be able to simultaneously print and have internet?
I did it once before, but just had a fresh HDD format and can't remember how I did it.
8/13/2012 11:36:34 AM EDT
[#1]
They aren't on the same network.  I'm guessing you have two routers.
8/13/2012 11:41:49 AM EDT
[#2]
The wifi router is acting as a DHCP server for the wifi network and you're "obtaining an IP address automatically" on your computer on the wifi interface.  With your wifi interface on, you're getting a "default route" parameter from the wifi AP which tells your computer to send all of your internet bound traffic to it instead of out the wired interface.  You need to configure the wifi router to NOT issue a default route if possible, or turn off DHCP on your wifi interface on your computer and manually assign an IP address and NO default gateway.
8/13/2012 11:44:04 AM EDT
[#3]
those are private networks, its completely safe to display the full IP in this case.
give us the results of ipconfig /all from a CMD prompt a nd the ip of your printer and ill give you a command to punch in that will fix it for you
8/13/2012 11:44:35 AM EDT
[#4]
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.
8/13/2012 11:44:54 AM EDT
[#5]
Quoted:
The wifi router is acting as a DHCP server for the wifi network and you're "obtaining an IP address automatically" on your computer on the wifi interface.  With your wifi interface on, you're getting a "default route" parameter from the wifi AP which tells your computer to send all of your internet bound traffic to it instead of out the wired interface.  You need to configure the wifi router to NOT issue a default route if possible, or turn off DHCP on your wifi interface on your computer and manually assign an IP address and NO default gateway.


I'm guessing that they are both running DHCP servers and the one on the WIFI router is just answering requests faster.  

Turn the DHCP server off on the router that's not actually connected to your internet connection then power cycle your devices.
8/13/2012 11:45:07 AM EDT
[#6]
Quoted:
those are private networks, its completely safe to display the full IP in this case.
give us the results of ipconfig /all from a CMD prompt a nd the ip of your printer and ill give you a command to punch in that will fix it for you


cool. one sec.....
8/13/2012 11:46:21 AM EDT
[#7]
no route between networks
8/13/2012 11:47:11 AM EDT
[#8]
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.
8/13/2012 11:48:44 AM EDT
[#9]
Ethernet adapter Local Area Connection:

       Connection-specific DNS Suffix  . : mspad.state.mi.us
       IP Address. . . . . . . . . . . . : 10.29.99.35
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.29.99.1

Ethernet adapter Wireless Network Connection:

       Connection-specific DNS Suffix  . : TECH LAB NETWORK
       IP Address. . . . . . . . . . . . : 192.168.2.4
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . :
8/13/2012 11:48:50 AM EDT
[#10]
Quoted:
Got a tough problem!!!

I have a laptop connected to the internet via wired LAN on a 10.29.x.x IP. I have a printer hooked to a WiFi router with a 192.168.x.x IP.

If I disable the WiFi I can connect to the Internet just fine, but can't print.
If I enable WiFi I can print but lose Internet.

How do I set it up so that I can have the WiFi and LAN both connected and be able to simultaneously print and have internet?
I did it once before, but just had a fresh HDD format and can't remember how I did it.


Connect both the wired LAN  and connect to that SSID.  Make sure your preferred default route is the wired LAN (guessing that is what you want), then add a route to the printer's IP on your laptop.

8/13/2012 11:50:04 AM EDT
[#11]
Your 192.X.X.X network needs to have an interface on your router to be able to route to it. and vice versa from the 192. to 10.
8/13/2012 11:50:40 AM EDT
[#12]
Quoted:
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.


I have no access to the wired router. I just have access to a wall port. I'm using the wireless router within my office to print from multiple PCs.
8/13/2012 11:50:50 AM EDT
[#13]
dont forget the ip of your printer

"route add -p PRINTERIP mask 255.255.255.255 10.29.99.1"
8/13/2012 11:52:23 AM EDT
[#14]
Quoted:
Quoted:
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.


I have no access to the wired router. I just have access to a wall port. I'm using the wireless router within my office to print from multiple PCs.


I bet your network admin hates you.
8/13/2012 11:52:37 AM EDT
[#15]
Quoted:
dont forget the ip of your printer


192.168.2.3
8/13/2012 11:53:47 AM EDT
[#16]
I think the easiest thing for you to do is get rid of the routing, and make your wireless router act as a switch for your 10.X.X.X network. Then re-ip your printer and other devices.
8/13/2012 11:54:20 AM EDT
[#17]
Quoted:
Quoted:
Quoted:
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.


I have no access to the wired router. I just have access to a wall port. I'm using the wireless router within my office to print from multiple PCs.


I bet your network admin hates you.


Nahhhh.... He's my boss. sort of.... This is in a secure state facility that is partially state managed network and partially "dark" networked.
8/13/2012 11:55:47 AM EDT
[#18]
Quoted:
Quoted:
Quoted:
Quoted:
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.


I have no access to the wired router. I just have access to a wall port. I'm using the wireless router within my office to print from multiple PCs.


I bet your network admin hates you.


Nahhhh.... He's my boss. sort of.... This is in a secure state facility that is partially state managed network and partially "dark" networked.


Your boss is the network administrator and you're asking a gun forum for advice on how to fix a networking problem?  yeah, I'll bet your boss hates your guts.
8/13/2012 11:56:13 AM EDT
[#19]
Quoted:
Quoted:
dont forget the ip of your printer


192.168.2.3


hmm thats on the same network as your wireless adapter.  my solution wont help, as apparently your PC is sourcing printer traffic from its wired connection and not the wireless one, and then I guess the printer does not have a route back to your wired connection's network.

hm.  we'll have to think a bit more here...
8/13/2012 11:57:46 AM EDT
[#20]
Quoted:
Quoted:
Quoted:
dont forget the ip of your printer


192.168.2.3


hmm thats on the same network as your wireless adapter.  my solution wont help, as apparently your PC is sourcing printer traffic from its wired connection and not the wireless one, and then I guess the printer does not have a route back to your wired connection's network.

hm.  we'll have to think a bit more here...


His printer is on the wireless network, not the wired network.  So his PC would source traffic going to the printer from the 192.168.2.4 IP.
8/13/2012 11:59:20 AM EDT
[#21]
Quoted:
Quoted:
Quoted:
Quoted:
Quoted:
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.


I have no access to the wired router. I just have access to a wall port. I'm using the wireless router within my office to print from multiple PCs.


I bet your network admin hates you.


Nahhhh.... He's my boss. sort of.... This is in a secure state facility that is partially state managed network and partially "dark" networked.


Your boss is the network administrator and you're asking a gun forum for advice on how to fix a networking problem?  yeah, I'll bet your boss hates your guts.


He's working on something more important right now and I don't wanna bug him.
8/13/2012 12:00:48 PM EDT
[#22]
Quoted:
Quoted:
Quoted:
Quoted:
dont forget the ip of your printer


192.168.2.3


hmm thats on the same network as your wireless adapter.  my solution wont help, as apparently your PC is sourcing printer traffic from its wired connection and not the wireless one, and then I guess the printer does not have a route back to your wired connection's network.

hm.  we'll have to think a bit more here...


His printer is on the wireless network, not the wired network.  So his PC would source traffic going to the printer from the 192.168.2.4 IP.


if that was the case, it should just *work* but since its not working unless he discos the wired network, im assuming printer traffic is being sourced from the wired IP network, even though the printer is on the  wireless IP network.  i could very well be way out there though, still thinking though...
8/13/2012 12:02:46 PM EDT
[#23]
setup a rouge AP plugged into your wall port. Your boss will really love you then.
8/13/2012 12:03:01 PM EDT
[#24]
I think the easiest thing for you to do is get rid of the routing, and make your wireless router act as a switch for your 10.X.X.X network. Then re-ip your printer and other devices.
8/13/2012 12:03:22 PM EDT
[#25]
And if it is what in the Hell are you doing asking for network support on Arfcom GD?  Let me guess, you have what we call in the business a "rogue" access point that someone bought on their own?
 
8/13/2012 12:03:47 PM EDT
[#26]
Quoted:
Quoted:
Quoted:
Quoted:
Quoted:
dont forget the ip of your printer


192.168.2.3


hmm thats on the same network as your wireless adapter.  my solution wont help, as apparently your PC is sourcing printer traffic from its wired connection and not the wireless one, and then I guess the printer does not have a route back to your wired connection's network.

hm.  we'll have to think a bit more here...


His printer is on the wireless network, not the wired network.  So his PC would source traffic going to the printer from the 192.168.2.4 IP.


if that was the case, it should just *work* but since its not working, im assuming printer traffic is being sourced from the wired IP network, even though the printer is on the  wireless IP network.  i could very well be way out there though, still thinking though...


Basically the second I enable the Wireless network (that the printer is on) Internet Explorer tries to use the wireless connection (with no outside access) instead of the wired connection.
8/13/2012 12:04:51 PM EDT
[#27]
Quoted:
Quoted:
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.


I have no access to the wired router. I just have access to a wall port. I'm using the wireless router within my office to print from multiple PCs.


You can still do basically the same thing.  Log into your wireless router and turn off the DNCP server.  Plug your line from the wall into one of the LAN ports.  Plug your PC into another one of the LAN ports.

* - This wouldn't be in any way legal where I work, but if it's okay with your boss it'll work.
8/13/2012 12:06:50 PM EDT
[#28]
Quoted:
And if it is what in the Hell are you doing asking for network support on Arfcom GD?  Let me guess, you have what we call in the business a "rogue" access point that someone bought on their own?  


Short answer=yeah. Except that it's been authorized due to the weird operating environment here.
8/13/2012 12:08:12 PM EDT
[#29]
Quoted:
I think the easiest thing for you to do is get rid of the routing, and make your wireless router act as a switch for your 10.X.X.X network. Then re-ip your printer and other devices.


Ideally, we'd like to keep the wireless router completely seperate from the LAN.
8/13/2012 12:08:55 PM EDT
[#30]



Quoted:



Quoted:

And if it is what in the Hell are you doing asking for network support on Arfcom GD?  Let me guess, you have what we call in the business a "rogue" access point that someone bought on their own?  




Short answer=yeah. Except that it's been authorized due to the weird operating environment here.


Whoever authorized it apparently doesn't know what they're doing.  There's a right way to do what you're attempting.  Just configure the wireless AP to function as a switch.



 
8/13/2012 12:10:09 PM EDT
[#31]
Then you can use the route /add routing function to modify your routing table in your windows environment to send all information for the 192.X.X.X out of your wireless Ethernet adapter. Instead of the default gateway of your 10.X network.

I would also change your binding order to have your 10.X network first.
8/13/2012 12:10:57 PM EDT
[#32]
Quoted:
Quoted:
Quoted:
Quoted:
One thing I do vaguely remember is that I had to run a command prompt and use ipconfig to set a priority for it to default to the wired connection as the primary internet connection. Don't remember how, though.


There's no reason to do this.

What you should do is have your devices set up like this

Internet connection cabled into the "WAN" port on your wired router.
Wireless router from one if its "LAN" ports into one of the "LAN" ports on your wired router

Turn off the DHCP server on the wireless router.

This will lay all of your devices on one flat network that can all talk to each other and to the internet as well.


I have no access to the wired router. I just have access to a wall port. I'm using the wireless router within my office to print from multiple PCs.


You can still do basically the same thing.  Log into your wireless router and turn off the DNCP server.  Plug your line from the wall into one of the LAN ports.  Plug your PC into another one of the LAN ports.

* - This wouldn't be in any way legal where I work, but if it's okay with your boss it'll work.


assuming that there are no other devices or services on that wireless lan, this is the best option to use.  otherwise you'll also have to reconfig all the devices and servers on that wireless lan.  but at least then it would be the cleanest solution, and everything will just work for EVERYONE regardless if they are only on wired or only on wireless.

otherwise, change your default gateway automatric metric under network adapter TCP/IP settings to make the lan connection be preferred.  it should already be preferred since thats the faster connection but maybe not since its not working (this is just another possible theory"

more here
8/13/2012 12:11:46 PM EDT
[#33]



Quoted:



Quoted:

I think the easiest thing for you to do is get rid of the routing, and make your wireless router act as a switch for your 10.X.X.X network. Then re-ip your printer and other devices.





Ideally, we'd like to keep the wireless router completely seperate from the LAN.
You need to speak to your network admin about this.  It can be done.





 
8/13/2012 12:17:12 PM EDT
[#35]
Quoted:
assuming that there are no other devices or services on that wireless lan, this is the best option to use.  otherwise you'll also have to reconfig all the devices and servers on that wireless lan.  but at least then it would be the cleanest solution, and everything will just work for EVERYONE regardless if they are only on wired or only on wireless.

otherwise, change your default gateway automatric metric under network adapter TCP/IP settings to make the lan connection be preferred.  it should already be preferred since thats the faster connection but maybe not since its not working (this is just another possible theory"

more here


I'm actually a little confused as his default route is already showing as the public address.

OP: Type the command "route" into the command promt and post the output.
8/13/2012 12:20:23 PM EDT
[#36]
Because he only has one default gateway between the two interfaces, traffic not in the same subnet as his computer will be forwarded to his default gateway. Unless there is a static route in his operating system to tell it otherwise.
8/13/2012 12:21:37 PM EDT
[#37]
Quoted:
Because he only has one default gateway between the two interfaces, traffic not in the same subnet as his computer will be forwarded to his default gateway. Unless there is a static route in his operating system to tell it otherwise.


As the 192 network is locally connected it should have a route to that network with it's adaptor as the outbound interface.  The default is just the route of last resort.
8/13/2012 12:23:30 PM EDT
[#38]
you can check the route print in the cmd prompt.

But I almost guarantee that the first 0.0.0.0 listed will be for his 10.X.X.X network.

8/13/2012 12:24:14 PM EDT
[#39]
HOLY SHITBALLS, I GOT IT!!!!

It was the metric. I gave the LAN a static metric of 10 and the WiFi a metric of 20 and BOOOOOOOM!

It's all good!
8/13/2012 12:25:35 PM EDT
[#40]
can you humor me with a route print from your cmd prompt?

8/13/2012 12:26:54 PM EDT
[#41]



Quoted:


setup a rogue AP plugged into your wall port. Your boss will really love you then.


Sounds like he's already on one.





 
8/13/2012 12:38:15 PM EDT
[#42]
Quoted:
HOLY SHITBALLS, I GOT IT!!!!

It was the metric. I gave the LAN a static metric of 10 and the WiFi a metric of 20 and BOOOOOOOM!

It's all good!


well it still doesnt make any sense.  I do dual connection with LAN/WAN every day using your exact situation and I dont need any of this GW metric or route trickery.  I can surf with my default route being on the LAN and my home PC network on the WAN.  they are different networks.
8/13/2012 12:40:46 PM EDT
[#43]
Quoted:
can you humor me with a route print from your cmd prompt?



Sure thing:

Interface List
0x1 ........................... MS TCP Loopback interface
0x10004 ...00 26 b9 d5 fe b6 ...... Intel(R) 82567LM Gigabit Network Connection
- Packet Scheduler Miniport
0x50003 ...00 22 fb 22 a5 82 ...... Intel(R) WiFi Link 5100 AGN - Packet Schedul
er Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
         0.0.0.0          0.0.0.0       10.29.99.1     10.29.99.35       10
         0.0.0.0          0.0.0.0      192.168.2.1     192.168.2.4       20
      10.29.99.0    255.255.255.0      10.29.99.35     10.29.99.35       10
     10.29.99.35  255.255.255.255        127.0.0.1       127.0.0.1       10
  10.255.255.255  255.255.255.255      10.29.99.35     10.29.99.35       10
       127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
     192.168.2.0    255.255.255.0      192.168.2.4     192.168.2.4       20
     192.168.2.4  255.255.255.255        127.0.0.1       127.0.0.1       20
   192.168.2.255  255.255.255.255      192.168.2.4     192.168.2.4       20
       224.0.0.0        240.0.0.0      10.29.99.35     10.29.99.35       10
       224.0.0.0        240.0.0.0      192.168.2.4     192.168.2.4       20
 255.255.255.255  255.255.255.255      10.29.99.35     10.29.99.35       1
 255.255.255.255  255.255.255.255      192.168.2.4     192.168.2.4       1
Default Gateway:        10.29.99.1
===========================================================================
Persistent Routes:
 None
8/13/2012 12:42:16 PM EDT
[#44]
Quoted:
Quoted:
can you humor me with a route print from your cmd prompt?



Sure thing:

Interface List
0x1 ........................... MS TCP Loopback interface
0x10004 ...00 26 b9 d5 fe b6 ...... Intel(R) 82567LM Gigabit Network Connection
- Packet Scheduler Miniport
0x50003 ...00 22 fb 22 a5 82 ...... Intel(R) WiFi Link 5100 AGN - Packet Schedul
er Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
         0.0.0.0          0.0.0.0       10.29.99.1     10.29.99.35       10
         0.0.0.0          0.0.0.0      192.168.2.1     192.168.2.4       20

      10.29.99.0    255.255.255.0      10.29.99.35     10.29.99.35       10
     10.29.99.35  255.255.255.255        127.0.0.1       127.0.0.1       10
  10.255.255.255  255.255.255.255      10.29.99.35     10.29.99.35       10
       127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
     192.168.2.0    255.255.255.0      192.168.2.4     192.168.2.4       20
     192.168.2.4  255.255.255.255        127.0.0.1       127.0.0.1       20
   192.168.2.255  255.255.255.255      192.168.2.4     192.168.2.4       20
       224.0.0.0        240.0.0.0      10.29.99.35     10.29.99.35       10
       224.0.0.0        240.0.0.0      192.168.2.4     192.168.2.4       20
 255.255.255.255  255.255.255.255      10.29.99.35     10.29.99.35       1
 255.255.255.255  255.255.255.255      192.168.2.4     192.168.2.4       1
Default Gateway:        10.29.99.1
===========================================================================
Persistent Routes:
 None


As I mentioned, this in red is exactly why this isn't working.  You have two "default" routes.  Only one of them is valid.
8/13/2012 12:42:40 PM EDT
[#45]
Quoted:
Quoted:
HOLY SHITBALLS, I GOT IT!!!!

It was the metric. I gave the LAN a static metric of 10 and the WiFi a metric of 20 and BOOOOOOOM!

It's all good!


well it still doesnt make any sense.  I do dual connection with LAN/WAN every day using your exact situation and I dont need any of this GW metric or route trickery.  I can surf with my default route being on the LAN and my home PC network on the WAN.  they are different networks.


NOTHING here makes sense. I had come to terms with that some time ago.
8/13/2012 12:43:50 PM EDT
[#46]
Quoted:
As I mentioned, this in red is exactly why this isn't working.  You have two "default" routes.  Only one of them is valid.


Yup.  That'll do it.  Odd, it didn't show the second default route on the ipconfig dump.

An even easier answer, especially if you have multiple pcs hooked up to this, is to get rid of the default route on the DHCP address that's handed out by the AP.
8/13/2012 12:45:44 PM EDT
[#47]
It's time to order a new printer, connect via USB... problem solved  
8/13/2012 12:46:59 PM EDT
[#48]
Quoted:
HOLY SHITBALLS, I GOT IT!!!!

It was the metric. I gave the LAN a static metric of 10 and the WiFi a metric of 20 and BOOOOOOOM!

It's all good!


Your 0.0.0.0 route using the wifi link shouldn't exist at all.  That route (0.0.0.0) means "anything I don't explicitly know about", or in your case, "the internet".  Since the wifi router can't get you to the internet, you shouldn't have a default pointing that way.
8/13/2012 12:48:59 PM EDT
[#49]
Quoted:
Quoted:
As I mentioned, this in red is exactly why this isn't working.  You have two "default" routes.  Only one of them is valid.


Yup.  That'll do it.  Odd, it didn't show the second default route on the ipconfig dump.

An even easier answer, especially if you have multiple pcs hooked up to this, is to get rid of the default route on the DHCP address that's handed out by the AP.


Usually you can get away with "stealing" the DHCP address from the wireless router, copy the IP address you've been given as a static address and leave out the default route (since you get no internet via the wireless link anyhow)

Better yet, find an address on the wireless router that isn't in the DHCP pool but is still in the network.  Probably have to break down and ask the network admin/boss for that.
8/13/2012 12:49:17 PM EDT
[#50]
Quoted:
Quoted:
HOLY SHITBALLS, I GOT IT!!!!

It was the metric. I gave the LAN a static metric of 10 and the WiFi a metric of 20 and BOOOOOOOM!

It's all good!


Your 0.0.0.0 route using the wifi link shouldn't exist at all.  That route (0.0.0.0) means "anything I don't explicitly know about", or in your case, "the internet".  Since the wifi router can't get you to the internet, you shouldn't have a default pointing that way.


Yup. My coworker setup the router several months ago and it had been working fine prior to this HDD reformat. Not sure why it went super kooky this time.