How to stop eth0 to reset it totals?

gabriel925fm

New member
Joined
Sep 24, 2007
Messages
2
Hello, i running shoutcast on a server with DA and for some reason it gets reset alot without restartng or anything. Since shoutcast goes trough ports 8000 and beyond DA dosent calculate that usage. Is there a way to stop the eth0 from reseting and have it reset monthly. or adding shoutcast to the general bandwidth usage on the right colum?

Thanks
 
if i remmber you can do it from boot:

etc/sysconf/network-scripts/ifcfg-eth0:1
etc/sysconf/networking/devices/ifcfg-eth0:1
etc/sysconf/networking/profiles/default/ifcfg-eth0:1

put the line below in your rc file:

ifconfig eth0:1 down
 
Back
Top