And another thing - try just this instead of speed auto, once your port is dead
and if it does not help, try
Code:
et -i eth1 speed auto
Post results here.
Also, I need results of command below before & after each et command (wait a bit after each command execution, so things stabilize)
Code:
for a in 0 1 2 3 4 5 6 7 16 17 18 19 20 21 22 23 24 28 29 30; do echo -n "$a:$(et -i eth1 phyrd $a) "; done; echo
Everyone is invited.
So, the sequence should be as follows. Once you port died, telnet to router and copy/paste these lines
Code:
nslookup www.google.com
for a in 0 1 2 3 4 5 6 7 16 17 18 19 20 21 22 23 24 28 29 30; do echo -n "$a:$(et -i eth1 phyrd $a) "; done; echo
et -i eth1 up
sleep 2s
nslookup www.google.com
sleep 5s
for a in 0 1 2 3 4 5 6 7 16 17 18 19 20 21 22 23 24 28 29 30; do echo -n "$a:$(et -i eth1 phyrd $a) "; done; echo
Copy the results here. Check your connection - if it's alive, don't do anything, otherwise copy/paste this
Code:
et -i eth1 speed auto
sleep 2s
nslookup www.google.com
sleep 5s
for a in 0 1 2 3 4 5 6 7 16 17 18 19 20 21 22 23 24 28 29 30; do echo -n "$a:$(et -i eth1 phyrd $a) "; done; echo
Check your connection again.