Could you please provide the information on what actual chipset/driver you are using to connect and at the very least if this is using a wireless or wired connection?
There is no avoiding the fact that you will loose your connection each time you bring down the connection using ifconfig eth0 down. However a rough workaround for the problem would be to remove and then re-load the driver for your card instead of rebooting the whole computer. This can be done using the following commands:The above commands are assuming that you use the bcm43xx driver which naturally have to be changed if it is not correct.Code:rmmod bcm43xx modprobe bcm43xx



