M
maur
Guest
Hello.
I've some problems with network performance..
When Im trying to download something bigger (many files or just one file but big one - 2-3 GB) after 20-50 seconds network freezes.. When I wait ~3-7 minut - it works again.
I was afraid that problem can be in my network configuration, routing etc etc, but now i created new vps with only internal network 10.2.10.10 connected via vmbr0 with host - on this vps problem exists too..
I tried to use -l (limit bandwitch) option in scp - the it hangs up a little bit later.
Also checked top: 11% i/o and 20% cpu..
What else can I check?
This may be important:
Im adding new external ip to vps in way:
on host:
ip route add 100.100.28.161 dev vmbr0
arp -i eth0 -Ds 100.100.28.161 eth0 netmask 255.255.255.255
on vps:
auto eth0
iface eth0 inet static
address 10.2.10.2
netmask 255.255.255.0
network 10.2.10.0
broadcast 10.2.10.255
gateway 10.2.10.1
dns-nameservers 10.2.10.1
post-up ip r d default via 10.2.10.1; ip r a 100.200.78.1/32 dev eth0
auto eth0:0
iface eth0:0 inet static
address 100.100.28.161
netmask 255.255.255.255
network 100.100.28.161
broadcast 100.100.28.161
gateway 100.200.78.1
I've some problems with network performance..
When Im trying to download something bigger (many files or just one file but big one - 2-3 GB) after 20-50 seconds network freezes.. When I wait ~3-7 minut - it works again.
I was afraid that problem can be in my network configuration, routing etc etc, but now i created new vps with only internal network 10.2.10.10 connected via vmbr0 with host - on this vps problem exists too..
I tried to use -l (limit bandwitch) option in scp - the it hangs up a little bit later.
Also checked top: 11% i/o and 20% cpu..
What else can I check?
This may be important:
Im adding new external ip to vps in way:
on host:
ip route add 100.100.28.161 dev vmbr0
arp -i eth0 -Ds 100.100.28.161 eth0 netmask 255.255.255.255
on vps:
auto eth0
iface eth0 inet static
address 10.2.10.2
netmask 255.255.255.0
network 10.2.10.0
broadcast 10.2.10.255
gateway 10.2.10.1
dns-nameservers 10.2.10.1
post-up ip r d default via 10.2.10.1; ip r a 100.200.78.1/32 dev eth0
auto eth0:0
iface eth0:0 inet static
address 100.100.28.161
netmask 255.255.255.255
network 100.100.28.161
broadcast 100.100.28.161
gateway 100.200.78.1