This is my first post. I’m somewhere between a Linux noob and an intermediate. I’ve been using openSUSE since July and love it. My wireless card has worked flawlessly at home, but I just tried the wired NIC yesterday for the first time at work.
I am having weird network issues. I think the problem is with my NIC. I have an MSI VR-705 laptop and the NIC (per hwinfo --netcard) is a Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller. The driver (per hwinfo --netcard) is r8169. I can post all of the hwinfo output if it’s useful to anyone.
I can run a simple test to ask my Linksys router for its config page, where my IP is 10.100.1.103:
always successful:
wget 10.100.1.1 --http-user admin --http-password password
always times out, always after exactly 5652 bytes:
wget 10.100.1.1/home.htm --http-user admin --http-password password
Both of the above tests always work on a different machine, so I know it is not the router.
I can run that test against pretty much any site on the Internet, and the result doesn’t change (I get 5652 bytes and then it times out). If success, always sucess. If timeout, always timeout after 5652 bytes.
The mysql client will only work with the -A option, perhaps because using that option results in < 5652 bytes of network traffic. That’s how I found this problem – go to work and the mysql client would connect but hang.
I’ve tried different cables, different ports on the switch, different switches. The only thing that seems to work is to connect directly to the DSL modem using manually-configured static IP (my ISP has given me five, one of which was not in use, which I am using to post this thread). In other words, I have to bypass the switch and router.
Is this worth troubleshooting? Is there a way I can use tcpdump or any other diagnostic tool to see what might be the problem?
I’ve already pulled all my hair out troubleshooting this. I’ll have to find something else to pull on… Maybe a beer – it’s 5:00 somewhere.
Thanks!