I wasn't paying attention, but I'm gonna guess like a month ago or so
something changed with networking.  I noticed web browsers were taking
longer to load pages, but I never really paid attention to it till I ran
across someone (not related to Sabayon) having a similar issue with a
simple solution.

localhost sabayonuser # route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
0.0.0.0               10.48.208.1     0.0.0.0         UG    0      0
 0 eth0
10.48.208.0        0.0.0.0         255.255.255.0   U     1      0        0
eth0
127.0.0.0            127.0.0.1       255.0.0.0       UG    0      0
 0 lo

notice the 1 under Metric

What fixes the issue and allows browsers to open pages at normal speeds:

localhost sabayonuser # dhclient -r
localhost sabayonuser # dhclient
localhost sabayonuser # route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
0.0.0.0                 10.48.208.1     0.0.0.0         UG    0      0
   0 eth0
10.48.208.0          0.0.0.0         255.255.255.0   U     0      0
 0 eth0
127.0.0.0              127.0.0.1       255.0.0.0       UG    0      0
 0 lo

Curious if anyone else is running into behavior?  Nothing has changed here
at my work that I am aware of.





-- 
KJS
~wolfden~


Reply via email to