Перейти к содержимому
Калькуляторы

taric

Пользователи
  • Публикации

    7
  • Зарегистрирован

  • Посещение

О taric

  • Звание
    Абитуриент
    Абитуриент

Контакты

  • ICQ
    Array

Город

  • Город
    Array

Посетители профиля

1514 просмотра профиля
  1. Если можна, буду вам очень признателен. # echo 65536 > /proc/sys/net/netfilter/nf_conntrack_buckets bash: /proc/sys/net/netfilter/nf_conntrack_buckets: Операция не позволяется # /sbin/sysctl -w net.netfilter.nf_conntrack_buckets=65536 error: "Operation not permitted" setting key "net.netfilter.nf_conntrack_buckets" Не хочет....
  2. 2Max P: Шейп такого вида: $tc qdisc add dev imq0 root handle 1: prio bands 3 $tc qdisc add dev imq0 parent 1:1 handle 10: pfifo $tc qdisc add dev imq0 parent 1:2 handle 11: pfifo $tc qdisc add dev imq0 parent 1:3 handle 12: htb default d $tc class add dev imq0 parent 12: classid 12:d htb rate 57078584bit ceil 968884224bit quantum 968884224 $tc qdisc add dev imq0 parent 12:d handle d sfq perturb 5 # hash filters 10.30.0.0/16 $tc filter add dev imq0 parent 12: prio 3 handle 3: protocol ip u32 divisor 256 $tc filter add dev imq0 parent 12: prio 3 handle 4: protocol ip u32 divisor 256 $tc filter add dev imq0 protocol ip parent 12: prio 3 u32 match ip src 10.30.0.0/16 hashkey mask 0x0000ff00 at 12 link 3: $tc filter add dev imq0 protocol ip parent 12: prio 3 u32 match ip src 10.30.0.0/16 hashkey mask 0x000000ff at 12 link 4: $tc class add dev imq0 parent 12: classid 12:1233 htb rate 262144bit ceil 262144bit quantum 1514 mtu 16500 $tc qdisc add dev imq0 parent 12:1233 handle 1233: sfq perturb 5 $tc filter add dev imq0 protocol ip parent 12: prio 7 u32 ht 3:14: ht 4:21: match ip src 10.30.20.33 flowid 12:1233 ......... ......... $tc filter add dev imq0 protocol ip parent 12:0 prio 4 u32 match ip src 10.30.0.0/16 flowid 1:3 #hash filters 10.20.0.0/16 $tc filter add dev imq0 parent 12: prio 3 handle 5: protocol ip u32 divisor 256 $tc filter add dev imq0 parent 12: prio 3 handle 6: protocol ip u32 divisor 256 $tc filter add dev imq0 protocol ip parent 12: prio 3 u32 match ip src 10.20.0.0/16 hashkey mask 0x0000ff00 at 12 link 5: $tc filter add dev imq0 protocol ip parent 12: prio 3 u32 match ip src 10.20.0.0/16 hashkey mask 0x000000ff at 12 link 6: $tc class add dev imq0 parent 12: classid 12:2aa5 htb rate 65536bit ceil 65536bit quantum 1514 mtu 16500 $tc qdisc add dev imq0 parent 12:2aa5 handle 2aa5: sfq perturb 5 $tc filter add dev imq0 protocol ip parent 12: prio 7 u32 ht 5:ac: ht 6:7a: match ip src 10.20.172.122 flowid 12:2aa5 ........... ........... $tc filter add dev imq0 protocol ip parent 1:0 prio 4 u32 match ip src 10.20.0.0/16 flowid 1:3 и еще пару сетей /16 в таком виде для imq1 идентично..... может по другому переписать? 2SokolovS: по поводу NAPI для eth3 я так понимаю нужно посвежее ядро поставить или есть другой способ? Вот чаcть вывода sysctl -a: net.nf_conntrack_max = 262144 net.netfilter.nf_conntrack_icmp_timeout = 30 net.netfilter.nf_conntrack_udp_timeout_stream = 60 net.netfilter.nf_conntrack_udp_timeout = 4 net.netfilter.nf_conntrack_tcp_max_retrans = 3 net.netfilter.nf_conntrack_tcp_be_liberal = 0 net.netfilter.nf_conntrack_tcp_loose = 3 net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 150 net.netfilter.nf_conntrack_tcp_timeout_close = 10 net.netfilter.nf_conntrack_tcp_timeout_time_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_last_ack = 30 net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60 net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_established = 100 net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 60 net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 120 net.netfilter.nf_conntrack_log_invalid = 0 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_buckets = 32768 net.netfilter.nf_conntrack_count = 55548 net.netfilter.nf_conntrack_max = 262144 net.netfilter.nf_conntrack_generic_timeout = 150 net.unix.max_dgram_qlen = 10 net.token-ring.rif_timeout = 600000 net.ipv4.netfilter.ip_conntrack_log_invalid = 0 net.ipv4.netfilter.ip_conntrack_checksum = 1 net.ipv4.netfilter.ip_conntrack_buckets = 32768 net.ipv4.netfilter.ip_conntrack_count = 55538 net.ipv4.netfilter.ip_conntrack_max = 262144 net.ipv4.netfilter.ip_conntrack_icmp_timeout = 30 net.ipv4.netfilter.ip_conntrack_udp_timeout_stream = 60 net.ipv4.netfilter.ip_conntrack_udp_timeout = 4 net.ipv4.netfilter.ip_conntrack_tcp_max_retrans = 3 net.ipv4.netfilter.ip_conntrack_tcp_be_liberal = 0 net.ipv4.netfilter.ip_conntrack_tcp_loose = 3 net.ipv4.netfilter.ip_conntrack_tcp_timeout_max_retrans = 150 net.ipv4.netfilter.ip_conntrack_tcp_timeout_close = 10 net.ipv4.netfilter.ip_conntrack_tcp_timeout_time_wait = 120 net.ipv4.netfilter.ip_conntrack_tcp_timeout_last_ack = 30 net.ipv4.netfilter.ip_conntrack_tcp_timeout_close_wait = 60 net.ipv4.netfilter.ip_conntrack_tcp_timeout_fin_wait = 120 net.ipv4.netfilter.ip_conntrack_tcp_timeout_established = 100 net.ipv4.netfilter.ip_conntrack_tcp_timeout_syn_recv = 60 net.ipv4.netfilter.ip_conntrack_tcp_timeout_syn_sent = 120 net.ipv4.netfilter.ip_conntrack_generic_timeout = 150 net.ipv4.conf.eth4.promote_secondaries = 0 net.ipv4.conf.eth4.force_igmp_version = 0 net.ipv4.conf.eth4.disable_policy = 0 net.ipv4.conf.eth4.disable_xfrm = 0 net.ipv4.conf.eth4.arp_accept = 0 net.ipv4.conf.eth4.arp_ignore = 0 net.ipv4.conf.eth4.arp_announce = 0 net.ipv4.conf.eth4.arp_filter = 0 net.ipv4.conf.eth4.tag = 0 net.ipv4.conf.eth4.log_martians = 0 net.ipv4.conf.eth4.bootp_relay = 0 net.ipv4.conf.eth4.medium_id = 0 net.ipv4.conf.eth4.proxy_arp = 0 net.ipv4.conf.eth4.accept_source_route = 0 net.ipv4.conf.eth4.send_redirects = 1 net.ipv4.conf.eth4.rp_filter = 1 net.ipv4.conf.eth4.shared_media = 1 net.ipv4.conf.eth4.secure_redirects = 1 net.ipv4.conf.eth4.accept_redirects = 1 net.ipv4.conf.eth4.mc_forwarding = 0 net.ipv4.conf.eth4.forwarding = 1 net.ipv4.conf.eth3.promote_secondaries = 0 net.ipv4.conf.eth3.force_igmp_version = 0 net.ipv4.conf.eth3.disable_policy = 0 net.ipv4.conf.eth3.disable_xfrm = 0 net.ipv4.conf.eth3.arp_accept = 0 net.ipv4.conf.eth3.arp_ignore = 0 net.ipv4.conf.eth3.arp_announce = 0 net.ipv4.conf.eth3.arp_filter = 0 net.ipv4.conf.eth3.tag = 0 net.ipv4.conf.eth3.log_martians = 0 net.ipv4.conf.eth3.bootp_relay = 0 net.ipv4.conf.eth3.medium_id = 0 net.ipv4.conf.eth3.proxy_arp = 0 net.ipv4.conf.eth3.accept_source_route = 0 net.ipv4.conf.eth3.send_redirects = 1 net.ipv4.conf.eth3.rp_filter = 1 net.ipv4.conf.eth3.shared_media = 1 net.ipv4.conf.eth3.secure_redirects = 1 net.ipv4.conf.eth3.accept_redirects = 1 net.ipv4.conf.eth3.mc_forwarding = 0 net.ipv4.conf.eth3.forwarding = 1 net.ipv4.conf.eth0.promote_secondaries = 0 net.ipv4.conf.eth0.force_igmp_version = 0 net.ipv4.conf.eth0.disable_policy = 0 net.ipv4.conf.eth0.disable_xfrm = 0 net.ipv4.conf.eth0.arp_accept = 0 net.ipv4.conf.eth0.arp_ignore = 0 net.ipv4.conf.eth0.arp_announce = 0 net.ipv4.conf.eth0.arp_filter = 0 net.ipv4.conf.eth0.tag = 0 net.ipv4.conf.eth0.log_martians = 0 net.ipv4.conf.eth0.bootp_relay = 0 net.ipv4.conf.eth0.medium_id = 0 net.ipv4.conf.eth0.proxy_arp = 0 net.ipv4.conf.eth0.accept_source_route = 0 net.ipv4.conf.eth0.send_redirects = 1 net.ipv4.conf.eth0.rp_filter = 1 net.ipv4.conf.eth0.shared_media = 1 net.ipv4.conf.eth0.secure_redirects = 1 net.ipv4.conf.eth0.accept_redirects = 1 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth0.forwarding = 1 net.ipv4.conf.lo.promote_secondaries = 0 net.ipv4.conf.lo.force_igmp_version = 0 net.ipv4.conf.lo.disable_policy = 1 net.ipv4.conf.lo.disable_xfrm = 1 net.ipv4.conf.lo.arp_accept = 0 net.ipv4.conf.lo.arp_ignore = 0 net.ipv4.conf.lo.arp_announce = 0 net.ipv4.conf.lo.arp_filter = 0 net.ipv4.conf.lo.tag = 0 net.ipv4.conf.lo.log_martians = 0 net.ipv4.conf.lo.bootp_relay = 0 net.ipv4.conf.lo.medium_id = 0 net.ipv4.conf.lo.proxy_arp = 0 net.ipv4.conf.lo.accept_source_route = 1 net.ipv4.conf.lo.send_redirects = 1 net.ipv4.conf.lo.rp_filter = 0 net.ipv4.conf.lo.shared_media = 1 net.ipv4.conf.lo.secure_redirects = 1 net.ipv4.conf.lo.accept_redirects = 1 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.lo.forwarding = 1 net.ipv4.conf.default.promote_secondaries = 0 net.ipv4.conf.default.force_igmp_version = 0 net.ipv4.conf.default.disable_policy = 0 net.ipv4.conf.default.disable_xfrm = 0 net.ipv4.conf.default.arp_accept = 0 net.ipv4.conf.default.arp_ignore = 0 net.ipv4.conf.default.arp_announce = 0 net.ipv4.conf.default.arp_filter = 0 net.ipv4.conf.default.tag = 0 net.ipv4.conf.default.log_martians = 0 net.ipv4.conf.default.bootp_relay = 0 net.ipv4.conf.default.medium_id = 0 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.default.accept_source_route = 0 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.default.shared_media = 1 net.ipv4.conf.default.secure_redirects = 1 net.ipv4.conf.default.accept_redirects = 1 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.default.forwarding = 1 net.ipv4.conf.all.promote_secondaries = 0 net.ipv4.conf.all.force_igmp_version = 0 net.ipv4.conf.all.disable_policy = 0 net.ipv4.conf.all.disable_xfrm = 0 net.ipv4.conf.all.arp_accept = 0 net.ipv4.conf.all.arp_ignore = 0 net.ipv4.conf.all.arp_announce = 0 net.ipv4.conf.all.arp_filter = 1 net.ipv4.conf.all.tag = 0 net.ipv4.conf.all.log_martians = 1 net.ipv4.conf.all.bootp_relay = 0 net.ipv4.conf.all.medium_id = 0 net.ipv4.conf.all.proxy_arp = 0 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.send_redirects = 1 net.ipv4.conf.all.rp_filter = 0 net.ipv4.conf.all.shared_media = 1 net.ipv4.conf.all.secure_redirects = 1 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.all.forwarding = 1 net.ipv4.neigh.eth4.base_reachable_time_ms = 30000 net.ipv4.neigh.eth4.retrans_time_ms = 1000 net.ipv4.neigh.eth4.locktime = 99 net.ipv4.neigh.eth4.proxy_delay = 79 net.ipv4.neigh.eth4.anycast_delay = 99 net.ipv4.neigh.eth4.proxy_qlen = 64 net.ipv4.neigh.eth4.unres_qlen = 3 net.ipv4.neigh.eth4.gc_stale_time = 60 net.ipv4.neigh.eth4.delay_first_probe_time = 5 net.ipv4.neigh.eth4.base_reachable_time = 30 net.ipv4.neigh.eth4.retrans_time = 99 net.ipv4.neigh.eth4.app_solicit = 0 net.ipv4.neigh.eth4.ucast_solicit = 3 net.ipv4.neigh.eth4.mcast_solicit = 3 net.ipv4.neigh.eth3.base_reachable_time_ms = 30000 net.ipv4.neigh.eth3.retrans_time_ms = 1000 net.ipv4.neigh.eth3.locktime = 99 net.ipv4.neigh.eth3.proxy_delay = 79 net.ipv4.neigh.eth3.anycast_delay = 99 net.ipv4.neigh.eth3.proxy_qlen = 64 net.ipv4.neigh.eth3.unres_qlen = 3 net.ipv4.neigh.eth3.gc_stale_time = 60 net.ipv4.neigh.eth3.delay_first_probe_time = 5 net.ipv4.neigh.eth3.base_reachable_time = 30 net.ipv4.neigh.eth3.retrans_time = 99 net.ipv4.neigh.eth3.app_solicit = 0 net.ipv4.neigh.eth3.ucast_solicit = 3 net.ipv4.neigh.eth3.mcast_solicit = 3 net.ipv4.neigh.eth0.base_reachable_time_ms = 30000 net.ipv4.neigh.eth0.retrans_time_ms = 1000 net.ipv4.neigh.eth0.locktime = 99 net.ipv4.neigh.eth0.proxy_delay = 79 net.ipv4.neigh.eth0.anycast_delay = 99 net.ipv4.neigh.eth0.proxy_qlen = 64 net.ipv4.neigh.eth0.unres_qlen = 3 net.ipv4.neigh.eth0.gc_stale_time = 60 net.ipv4.neigh.eth0.delay_first_probe_time = 5 net.ipv4.neigh.eth0.base_reachable_time = 30 net.ipv4.neigh.eth0.retrans_time = 99 net.ipv4.neigh.eth0.app_solicit = 0 net.ipv4.neigh.eth0.ucast_solicit = 3 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.lo.base_reachable_time_ms = 30000 net.ipv4.neigh.lo.retrans_time_ms = 1000 net.ipv4.neigh.lo.locktime = 99 net.ipv4.neigh.lo.proxy_delay = 79 net.ipv4.neigh.lo.anycast_delay = 99 net.ipv4.neigh.lo.proxy_qlen = 64 net.ipv4.neigh.lo.unres_qlen = 3 net.ipv4.neigh.lo.gc_stale_time = 60 net.ipv4.neigh.lo.delay_first_probe_time = 5 net.ipv4.neigh.lo.base_reachable_time = 30 net.ipv4.neigh.lo.retrans_time = 99 net.ipv4.neigh.lo.app_solicit = 0 net.ipv4.neigh.lo.ucast_solicit = 3 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.default.base_reachable_time_ms = 30000 net.ipv4.neigh.default.retrans_time_ms = 1000 net.ipv4.neigh.default.gc_thresh3 = 1024 net.ipv4.neigh.default.gc_thresh2 = 512 net.ipv4.neigh.default.gc_thresh1 = 128 net.ipv4.neigh.default.gc_interval = 30 net.ipv4.neigh.default.locktime = 99 net.ipv4.neigh.default.proxy_delay = 79 net.ipv4.neigh.default.anycast_delay = 99 net.ipv4.neigh.default.proxy_qlen = 64 net.ipv4.neigh.default.unres_qlen = 3 net.ipv4.neigh.default.gc_stale_time = 60 net.ipv4.neigh.default.delay_first_probe_time = 5 net.ipv4.neigh.default.base_reachable_time = 30 net.ipv4.neigh.default.retrans_time = 99 net.ipv4.neigh.default.app_solicit = 0 net.ipv4.neigh.default.ucast_solicit = 3 net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.tcp_allowed_congestion_control = bic reno net.ipv4.tcp_available_congestion_control = bic reno net.ipv4.cipso_rbm_strictvalid = 1 net.ipv4.cipso_rbm_optfmt = 0 net.ipv4.cipso_cache_bucket_size = 10 net.ipv4.cipso_cache_enable = 1 net.ipv4.tcp_slow_start_after_idle = 1 net.ipv4.tcp_dma_copybreak = 4096 net.ipv4.tcp_workaround_signed_windows = 0 net.ipv4.tcp_base_mss = 512 net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_abc = 0 net.ipv4.tcp_congestion_control = bic net.ipv4.tcp_tso_win_divisor = 3 net.ipv4.tcp_moderate_rcvbuf = 1 net.ipv4.tcp_no_metrics_save = 0 net.ipv4.ipfrag_max_dist = 64 net.ipv4.ipfrag_secret_interval = 600 net.ipv4.tcp_low_latency = 0 net.ipv4.tcp_frto = 0 net.ipv4.tcp_tw_reuse = 0 net.ipv4.icmp_ratemask = 6168 net.ipv4.icmp_ratelimit = 1000 net.ipv4.tcp_adv_win_scale = 2 net.ipv4.tcp_app_win = 31 net.ipv4.tcp_rmem = 3000000 3000000 3000000 net.ipv4.tcp_wmem = 3000000 3000000 3000000 net.ipv4.tcp_mem = 3000000 3000000 3000000 net.ipv4.tcp_dsack = 1 net.ipv4.tcp_ecn = 0 net.ipv4.tcp_reordering = 3 net.ipv4.tcp_fack = 1 net.ipv4.tcp_orphan_retries = 0 net.ipv4.inet_peer_gc_maxtime = 120 net.ipv4.inet_peer_gc_mintime = 10 net.ipv4.inet_peer_maxttl = 600 net.ipv4.inet_peer_minttl = 120 net.ipv4.inet_peer_threshold = 65664 net.ipv4.igmp_max_msf = 10 net.ipv4.igmp_max_memberships = 20 net.ipv4.route.secret_interval = 600 net.ipv4.route.min_adv_mss = 256 net.ipv4.route.min_pmtu = 552 net.ipv4.route.mtu_expires = 600 net.ipv4.route.gc_elasticity = 8 net.ipv4.route.error_burst = 5000 net.ipv4.route.error_cost = 1000 net.ipv4.route.redirect_silence = 20480 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_load = 20 net.ipv4.route.gc_interval = 60 net.ipv4.route.gc_timeout = 300 net.ipv4.route.gc_min_interval_ms = 500 net.ipv4.route.gc_min_interval = 0 net.ipv4.route.max_size = 524288 net.ipv4.route.gc_thresh = 32768 net.ipv4.route.max_delay = 10 net.ipv4.route.min_delay = 2 net.ipv4.icmp_errors_use_inbound_ifaddr = 0 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_echo_ignore_all = 0 net.ipv4.ip_local_port_range = 32768 61000 net.ipv4.tcp_max_syn_backlog = 10000 net.ipv4.tcp_rfc1337 = 1 net.ipv4.tcp_stdurg = 0 net.ipv4.tcp_abort_on_overflow = 0 net.ipv4.tcp_tw_recycle = 0 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_fin_timeout = 60 net.ipv4.tcp_retries2 = 15 net.ipv4.tcp_retries1 = 3 net.ipv4.tcp_keepalive_intvl = 75 net.ipv4.tcp_keepalive_probes = 9 net.ipv4.tcp_keepalive_time = 7200 net.ipv4.ipfrag_time = 30 net.ipv4.ip_dynaddr = 0 net.ipv4.ipfrag_low_thresh = 196608 net.ipv4.ipfrag_high_thresh = 262144 net.ipv4.tcp_max_tw_buckets = 180000 net.ipv4.tcp_max_orphans = 131072 net.ipv4.tcp_synack_retries = 3 net.ipv4.tcp_syn_retries = 20 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_forward = 1 net.ipv4.tcp_retrans_collapse = 1 net.ipv4.tcp_sack = 1 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_timestamps = 1 net.core.netdev_budget = 300 net.core.somaxconn = 128 net.core.xfrm_aevent_rseqth = 2 net.core.xfrm_aevent_etime = 10 net.core.optmem_max = 1000000 net.core.message_burst = 10 net.core.message_cost = 5 net.core.netdev_max_backlog = 10000 net.core.dev_weight = 64 net.core.rmem_default = 1048576 net.core.wmem_default = 1048576 net.core.rmem_max = 1048576 net.core.wmem_max = 1048576 Может кто-то поделится частью своей черной магии)
  3. Такие же симптомы. У нас роутер: 2xAMD Opteron 2212 2.0GHz проца, 4 Gb памяти, встроеная двухпортовая Broadcom Corporation NetXtreme BCM5780 Gigabit Ethernet и вставлена двохпортовая интел Intel Corporation 82546EB Gigabit Ethernet Controller. На роутере нат, шейпер с хешами на 10к адресов ipset, фаер. sar -n DEV 1 Linux 2.6.20-1.2320.1.113billsmp (VPN3) 11.09.2009 23:44:03 IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s 23:44:04 lo 0,00 0,00 0,00 0,00 0,00 0,00 0,00 23:44:04 eth0 24640,00 24189,00 11036272,00 20544477,00 0,00 0,00 0,00 23:44:04 eth1 0,00 0,00 0,00 0,00 0,00 0,00 0,00 23:44:04 eth2 0,00 0,00 0,00 0,00 0,00 0,00 0,00 23:44:04 eth3 24570,00 24743,00 20665994,00 11066997,00 0,00 0,00 0,00 23:44:04 eth4 0,00 0,00 0,00 0,00 0,00 0,00 0,00 23:44:04 imq0 24584,00 24320,00 10618575,00 10394712,00 0,00 0,00 0,00 23:44:04 imq1 24105,00 24199,00 20102201,00 20210717,00 0,00 0,00 0,00 23:44:04 imq2 0,00 0,00 0,00 0,00 0,00 0,00 0,00 23:44:04 imq3 0,00 0,00 0,00 0,00 0,00 0,00 0,00 23:44:04 gre0 0,00 0,00 0,00 0,00 0,00 0,00 0,00 Среднее: IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s Среднее: lo 0,00 0,00 0,00 0,00 0,00 0,00 0,00 Среднее: eth0 24640,00 24189,00 11036272,00 20544477,00 0,00 0,00 0,00 Среднее: eth1 0,00 0,00 0,00 0,00 0,00 0,00 0,00 Среднее: eth2 0,00 0,00 0,00 0,00 0,00 0,00 0,00 Среднее: eth3 24570,00 24743,00 20665994,00 11066997,00 0,00 0,00 0,00 Среднее: eth4 0,00 0,00 0,00 0,00 0,00 0,00 0,00 Среднее: imq0 24584,00 24320,00 10618575,00 10394712,00 0,00 0,00 0,00 Среднее: imq1 24105,00 24199,00 20102201,00 20210717,00 0,00 0,00 0,00 Среднее: imq2 0,00 0,00 0,00 0,00 0,00 0,00 0,00 Среднее: imq3 0,00 0,00 0,00 0,00 0,00 0,00 0,00 Среднее: gre0 0,00 0,00 0,00 0,00 0,00 0,00 0,00 top - 00:08:53 up 4 days, 2:57, 2 users, load average: 1.50, 1.61, 1.59 Tasks: 86 total, 3 running, 83 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0% us, 0.0% sy, 0.0% ni, 74.8% id, 0.2% wa, 0.0% hi, 25.0% si, 0.0% st Mem: 4137680k total, 2126852k used, 2010828k free, 223676k buffers Swap: 8795548k total, 0k used, 8795548k free, 219024k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 12 root 39 19 0 0 0 R 100 0.0 2059:10 ksoftirqd/3 1 root 15 0 1956 688 596 S 0 0.0 0:01.05 init 2 root RT 0 0 0 0 S 0 0.0 0:01.93 migration/0 3 root 34 19 0 0 0 S 0 0.0 0:00.10 ksoftirqd/0 4 root RT 0 0 0 0 S 0 0.0 0:00.00 watchdog/0 $ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 0: 1186 148443 5716763 348526440 IO-APIC-edge timer 1: 0 0 5 488 IO-APIC-edge i8042 2: 0 0 0 0 XT-PIC-XT cascade 6: 0 0 0 5 IO-APIC-edge floppy 8: 0 0 0 1 IO-APIC-edge rtc 9: 0 0 0 0 XT-PIC-XT acpi 10: 0 0 0 2 IO-APIC-fasteoi ehci_hcd:usb1, ohci_hcd:usb2, ohci_hcd:usb3 11: 0 0 0 0 IO-APIC-fasteoi libata 12: 0 0 0 4 IO-APIC-edge i8042 14: 12 1994 54207 3113420 IO-APIC-edge ide0 16: 9 5049 122777 5983237 IO-APIC-fasteoi eth4 20: 2148 304459 14343208 1495690145 IO-APIC-fasteoi eth0 21: 1 745 28937 147073 IO-APIC-fasteoi eth1 27: 3004 717115 49594481 2300287721 IO-APIC-fasteoi eth3 28: 1 235 5596 1302720 IO-APIC-fasteoi aacraid NMI: 0 0 0 0 LOC: 354388880 354389072 354388879 354385080 ERR: 0 MIS: 0 sbin/ethtool -i eth0 driver: e1000 version: 7.6.15.4-NAPI firmware-version: N/A bus-info: 0000:02:07.0 /sbin/ethtool -i eth3 driver: tg3 version: 3.72 firmware-version: 5780-v3.24 bus-info: 0000:04:04.1 /sbin/ethtool -g eth0 Ring parameters for eth0: Pre-set maximums: RX: 4096 RX Mini: 0 RX Jumbo: 0 TX: 4096 Current hardware settings: RX: 4096 RX Mini: 0 RX Jumbo: 0 TX: 4096 /sbin/ethtool -g eth3 Ring parameters for eth3: Pre-set maximums: RX: 511 RX Mini: 0 RX Jumbo: 0 TX: 511 Current hardware settings: RX: 511 RX Mini: 0 RX Jumbo: 0 TX: 511 Когда отключаеш шейпер нагрузка падает до 0. Ввел хеши, думал случится чудо..... Что посоветуете?
  4. У нас юзают arpalert. Пишет в базу, наваяли веб морду. осталось с билингом завязать что-бы сразу лочил.
  5. Присоединяюсь. Если можно на demtaric@gmail.com
  6. Может кто-то помочь в настройке 1242 у меня сейчас 17 клиентов на ней, у всех SNR от 12 до 23 не понятно почему падает скорость у клиентов и появляются потери. Может есть смысл поставить жестко speed на кошке потому что сейчас стоит throughtput а это и Б и Ж режим и весь диапазон скоростей.
  7. У меня на 1242 вот так : Network Interfaces> Radio0> Settings >Public Secure Packet Forwarding: Enable Disable