What's the difference between these two commands?
ip route add default gw 192.168.0.1
ip route add default via 192.168.0.1
I've seen both being used to solve the same problem, but don't understand the difference...
Basically, I wanted to know the difference between gw & via