Occasional problem: when waking up computer at work after its been on the home network, the ethernet card will refuse to grab the new ip from the dns.
From here:
Make sure of your mtu value by doing
Result will be of the form
From here:
sudo ifconfig en0 down
sudo ifconfig en0 mtu 1500 up
Make sure of your mtu value by doing
ifconfig en0
Result will be of the form
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
Comments
Post a Comment