Skip to content

Instantly share code, notes, and snippets.

@tamoot
Created September 7, 2014 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamoot/74be5fcc51b90a37facc to your computer and use it in GitHub Desktop.
Save tamoot/74be5fcc51b90a37facc to your computer and use it in GitHub Desktop.
20140907memo
1) 以下のように仮想IPを設定
ifconfig eth0:0 192.168.1.12
エンドポイント + BSS用reverse proxyのアドレスは計9個必要です。
ifconfig ethN:0 XXX.YYY.ZZZ.AA1
ifconfig ethN:1 XXX.YYY.ZZZ.AA2
:
ifconfig ethN:7 XXX.YYY.ZZZ.AA8
ifconfig ethN:8 XXX.YYY.ZZZ.AA9
IPの詳細は gitlabの s5_region_manager プロジェクトの wiki に記載してあります。
URLは2014/09/05(金)のメールに記載済みです。
管理LANはeth0かどうかは忘れてしまったため、
OSで確認してください。
ifconfigコマンドで割り当てられていることを確認した後、
次の手順に進んでください。
2) apacheを再起動します。
service httpd stop
service httpd start
3) もう一つサービスを再起動します。
service rcxhttp stop
service rcxhttp start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment