TonyGroves
Programmer
I'm running a small local network with a DSL modem which all machines, Linux (Suse 9) server and Windows PC's, use as their default gateway. Problem is, whenever there is a problem with the DSL modem, if it's disconnected or otherwise down, then local network traffic slows considerably. It's particularly noticeable in database (MySQL/Linux) queries; what normally takes 0.1 sec slows to 10 seconds. Then when the DSL connection gets fixed, everything speeds up again.
Can anybody tell me are there any configuration settings on the Linux server which need to be tweaked in order to fix this?
In case it's relevant, /etc/sysconfig/network/ifcfg-eth-id-[macaddress] contains:
[tt]
BOOTPROTO='static'
BROADCAST='192.168.1.255'
IPADDR='192.168.1.15'
MTU=''
NETMASK='255.255.255.0'
NETWORK='192.168.1.0'
REMOTE_IPADDR=''
STARTMODE='onboot'
UNIQUE='pfEI.LBVHcr87V51'
_nm_name='bus-pci-0000:07:03.0'
[/tt]
And /etc/sysconfig/network/routes contains:
[tt]
default 192.168.1.254 - -
[/tt]
Thanks a lot.
Can anybody tell me are there any configuration settings on the Linux server which need to be tweaked in order to fix this?
In case it's relevant, /etc/sysconfig/network/ifcfg-eth-id-[macaddress] contains:
[tt]
BOOTPROTO='static'
BROADCAST='192.168.1.255'
IPADDR='192.168.1.15'
MTU=''
NETMASK='255.255.255.0'
NETWORK='192.168.1.0'
REMOTE_IPADDR=''
STARTMODE='onboot'
UNIQUE='pfEI.LBVHcr87V51'
_nm_name='bus-pci-0000:07:03.0'
[/tt]
And /etc/sysconfig/network/routes contains:
[tt]
default 192.168.1.254 - -
[/tt]
Thanks a lot.