|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Sample Config Files Lost a config file, get a copy of popular service files here. |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
here are few network settings that you might find interesting. I would sugest to read more about these settings here
Network tuning tutorial The values below should be tested of course MTU value run YAST2 select "Network Devices" then below "Already configured devices:" press "change..." Next "Edit" followed by "Advanced.." button and select "Detailed settings" Now enterthe value that is the best for your type of network connection (i.e. cable/dsl 1500) run this to alter the number of transmit buffers #/sbin/ifconfig eth0 txqueuelen 1000 useful commands: #sysctl -a above lists current settings in kernel #sysctl -p lists current settings from /etc/sysctl.conf and brings them up obviously some are security related (*) /etc/sysctl.conf example: Quote:
happy networking |
|
|||
|
|
|
|||
|
that is basically the same thing, except that it unnecessary repeats come entries:
e.g. net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.lo.accept_redirects = 0 net.ipv4.conf.eth0.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 only need default eventually all now some of the options will be reset after reboot. I don't know if this is SuSe quirk or linux in general. For example if you want to keep these: net.core.optmem_max = 40960 net.ipv4.core.rmem_max = 8388608 net.ipv4.core.rmem_default = 65535 net.ipv4.core.wmem_max = 8388608 net.ipv4.core.wmem_default = 65535 net.ipv4.tcp_rmem = 4096 87380 8388608 net.ipv4.tcp_wmem = 4096 87380 8388608 net.ipv4.tcp_mem = 8388608 8388608 8388608 you have to configure them using YAST -> powertweak (which must be installed) If you never used powertweak it will warn you that powertweak is for the expers only. Soo... are you expert? Most of the rest of the sysctl.conf also can be configured through powertweak, I did not mention it because it seems to be more cumbersome and personally I prefer vi. |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|