2009年4月11日 星期六

multi IP應用 on FreeBSD

環境狀況
  1. 只有一台主機及一張網卡
  2. Public IP:公開的網站
  3. 一個 Private IP:內部網站

應用範圍
  1. Setup 2 or More IP address on One NIC
    • ifconfig -alias
      ifconfig_lnc0_alias0="192.168.1.5 netmask 255.255.255.255"(/etc/rc.conf)
    • Finally, Restart FreeBSD network service using network restart script:
      # /etc/rc.d/netif restart && /etc/rc.d/routing restart

  2. Apache - VirtualHost 架設虛擬網站

1 則留言:

nIce 提到...

問題:
設定後執行
You don't have permission to access / on this server.

解決辦法(httpd.conf)
<Directory />
AllowOverride None
Order deny,allow
#Deny from all
</Directory>

熱門文章