That's right.
In fact, I generally start a ping to a remote IP address after bootup
and, if I don't get any response (which is always the case), I start
tcpdump and I do some network activity before stopping it.
> ifconfig ethX promisc
> ping -n -c 5 <pick a remote ip>
> ifconfig ethX -promisc
In fact, I ran tcpdump to check what was going on and, since it "solved"
the problem, I didn't check for a better way to do it.
Obviously, your solution is better.
>
> if you have no traffic for a few minutes, it might break again.
Hopefully, there is some periodic network activity on my machine (at
least checking of my POP account), so it doesn't break.
>
> justin
Thanks
-- Joseph Bueno NetClub/Trader.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/