• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » 100
Trace: • 07 ブロックサイズとスループットについて • 3PAR SNMP設定

100

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux:01_net
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

55 corosync pacemaker
18 Hits, Last modified: 9 years ago
VIP| ^ HostName|node01|node02|node03| ^Global|10.100.10.11|10.100.10.12|10.100.10.13|10.100.10.10| ^Local01|172.16.10.11|172.16.10.12|172.16.10.13|172.16.10.10| ^Local02|192.168.10.
22 ipvsadm と ldirectord
15 Hits, Last modified: 11 years ago
ション] [バランスアルゴリズム] </code> === 例 === VIP: 10.1.0.100のポート80番を負荷の少ないサーバへリクエストを飛ばす <code console> # ipvsadm -A -t 10.1.0.100:80 -s lc </code> UDPの場合 <code console> # ipvsadm... 実サーバのIP] [転送オプション] </code> === 例 === VIP 10.1.0.100のポート80を 10.1.0.150に転送 <code console> # ipvsadm -a -t 10.1.0.100:80 -r 10.1.0.150 -g </code> == オプション == ^ -a
23 LVS on CloudStack
14 Hits, Last modified: 7 years ago
| | | eth0:0 10.1.0.100/24 | eth0 10.1.0.150 | eth0 10.1.0.160 +--... IPを付けておく === <code console> # ip addr add 10.1.0.100/24 label eth0:0 dev eth0 </code> * ※参考:削除する場合 \\ <code console># ip addr del 10.1.0.100/24 label eth0:0 dev eth0</code> === 3.sysctl編集 =... ファイアウォールは開けておく Nat設定(ポート転送)は、80番、443番を VIP:10.1.0.100に対して通しておく。 === 5.ipvsamで設定を入れる === == VIP設定 ==
CentOS - Nat
7 Hits, Last modified: 10 years ago
c/sys/net/ipv4/ip_forward 下記の状態で、eth1側から192.168.100.0/24からのアクセスだけIPマスカレードする。 |eth0|グローバル側|10.10.10.76| |eth1|ローカル側|192.168.100.76| <code console> iptables -P FORWARD DROP ipt... -j ACCEPT iptables -A FORWARD -i eth1 -s 192.168.100.0/24 -j ACCEPT </code> ==== SNAT IP指定 ==== Global IPが複数ある場合など、ソースIPを指定する事ができる。 内部(192.168.100.0/24)から外部へ出て行く時のソースIPは10.10.10.76 例えば外部Webサイトへアクセ
16 unboundでキャッシュサーバ
5 Hits, Last modified: 4 years ago
matic: no outgoing-range: 32768 outgoing-num-tcp: 100 incoming-num-tcp: 100 so-rcvbuf: 16777216 so-sndbuf: 16777216 msg-cache-size: 750m msg-cache-slabs: 16... yes use-caps-for-id: no unwanted-reply-threshold: 10000000 prefetch: yes prefetch-key: yes rrset-roundr... shed = 43200 同時リクエスト数 ※デフォルト10 outgoing-num-tcp: 100 incoming-num-tcp: 100 DNS応答が小さくなるため、TCPフォールバックが
NICのスピード変更(ethtool)
5 Hits, Last modified: 13 years ago
0Mにするなど、微調整もできる。 <code console> # ethtool speed 1000 duplex full autoneg off # ethtool speed 10 dupl... えられるオプションは以下の通り。 <code> speed の設定値 10 10Mbps 100 100Mbps 1000 1000Mbps duplex の設定値 half half-duplex full full-duplex autoneg の設定値 on Autonegotiation
bonding
4 Hits, Last modified: 5 years ago
alias bond0 bonding options bond0 mode=0 miimon=100 ===== ②bonding デバイスの設定 ===== === ifcfg-eth0 ===... EVICE=bond0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 ONBOOT=yes TYPE=Ethernet BONDING_OPTS="mode=0 miimon=100" ---- * CentOS 5/6 では、ifcfg-bond0 に boinding ド... == 各インタフェースにモードを記述 BONDING_OPTS='mode=0 miimon=1000' ===== Bond mode一覧 ===== ^mode^名称^説明^ |0|bala
ip_contrack
3 Hits, Last modified: 4 years ago
nntrack tcp 6 431999 ESTABLISHED src=192.168.100.50 dst=192.168.10.11 sport=62856 dport=22 packets=2107 bytes=129391 src=192.168.10.11 dst=192.168.100.50 sport=22 dport=62856 packets=2254 bytes=161844
01 tcpdump
2 Hits, Last modified: 5 years ago
<code> # tcpdump -nne -i eth0 tcp dst portrange 10000-10010 </code> ===== 特定ホストだけ ===== <code console> # tcpdump -nne -i bond1.302 not arp and icmp and
15 ローカルにyumリポジトリ作成
2 Hits, Last modified: 10 years ago
oot root 4096 Apr 20 11:36 repodata drwxrwxr-x 2 1000 1000 32768 Apr 20 11:27 RPMS # cp kernel-2.6.18-409.el5.x86_64.rpm RPMS/ </code> === アップデート === <co
50 du: WARNING: Circular directory structure.
2 Hits, Last modified: 12 years ago
ss: 0 query logging is OFF recursive clients: 0/0/1000 tcp clients: 0/100 server is up and running named (pid 2017) is running... # du -hs du: WARNING: Cir
52 Heartbeat + Pacemaker + DRBD
2 Hits, Last modified: 10 years ago
"0" timeout="240" \ op stop interval="0" timeout="100" ms ms_drbd_nfs p_drbd_nfs \ meta master-max="1" ... ck_dummy location rsc_location1 group1 \ rule 100: #uname eq nfs-1 \ rule 200: #uname eq nfs-2
62 CentOS OpenVPNブリッジ接続
2 Hits, Last modified: 12 years ago
er-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100 ← Bridge IP 10.8.0.4を指定し、クライアントを10.8.0.50-100割り当て push "route 192.168.1.0 255.255.255.0" ← 追加(LAN(例:1
75 Proftpd
2 Hits, Last modified: 9 months ago
ile=/etc/proftpd.passwd \ --name ftp_user \ --uid=1000 --gid=1000 \ --home=/var/www/vhost/hogehoge \ --shell=/sbin/nologin </code> === ユーザ削除 === AuthUserF
tcで帯域制限
2 Hits, Last modified: 10 years ago
qdisc | grep bond0 qdisc tbf 800a: dev bond0 rate 10000Kbit burst 1024Kb lat 50.0ms # i=bond0 # while... tc qdisc change dev nxiort3mfzk3mq root tbf rate 100mbit latency 50ms burst 1mb mtu 33000 # i=nxiort3
02 ジャンボフレーム(Jumbo Frame)
1 Hits, Last modified: 12 years ago
51 Heartbeat + Pacemaker + galera(3 server)
1 Hits, Last modified: 10 years ago
73 rsync 帯域制限 bwlimit
1 Hits, Last modified: 4 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki