FreeBSD Slow Download Speeds

Hello Everyone,
I recently had a OS change done on my server I went from Fedora Core 2 and now I am running FreeBSD 5.1. I use my server to host game servers and that’s about it so today I wanted to download a file from the server so first I pinged the server and I get 16 ms to the server I am trying to download so then I try to download the files using multiple ways like wget and when every I do that my download speed is 30kbs or lower. That is extremely bad since the I would be downloading files over 1 GB. So at first I thought it was maybe the network connection but the ping time didn’t make sense so I setup proftp on the server I connect to it and I upload at 130kbs and I download at 140kbs that doesn’t seem to make sense.

I am new to FreeBSD but is there anyone that can help me figure what the problem is and how to fix it?

Ifconfig Produces:

rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 66.79.181.*** netmask 0xffffff00 broadcast 66.79.181.255
inet6 fe80::20d:61ff:fec0:11ba%rl0 prefixlen 64 scopeid 0x1
ether 00:0d:61:c0:11:ba
media: Ethernet 100baseTX <full-duplex>
status: active
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000

rc.conf says:

ifconfig_rl0="inet 66.79.181.*** media 100baseTX mediaopt full-duplex netmask 255.255.255.0"

I've tried downloading from multiple servers in diffrent places and I get a max of 30kbs downloaded.

There should not be any firewall or anything because this is just an out of the box install with minimum services running.

If you can please help me i would apperciate it.

 

 

 

 

Top