前回のエントリー(当拙記事:固定IPを増やしたい )から自重していた固定IPをどうするか悩みましたが無事、IP4に引越したのでご報告します。
ヤマハルーターのnat descriptor設定は以下の通りです。(変更箇所抜粋)
サーバー | プライベートIP | グローバルIP |
www | 192.168.1.200 | 116.58.163.4 |
MX | 192.168.1.240 | 116.58.163.6 |
NS | 192.168.1.250 | 116.58.163.5(ルーターアドレス) |
nat descriptor type 1000 nat-masquerade nat descriptor address outer 1000 116.58.163.4-116.58.163.7 nat descriptor static 1000 1 116.58.163.4=192.168.1.200 1 nat descriptor static 1000 2 116.58.163.6=192.168.1.240 1 nat descriptor masquerade static 1000 1 192.168.1.200 tcp www nat descriptor masquerade static 1000 2 192.168.1.200 tcp https nat descriptor masquerade static 1000 3 192.168.1.250 tcp domain nat descriptor masquerade static 1000 4 192.168.1.250 udp domain nat descriptor masquerade static 1000 5 192.168.1.240 tcp smtp nat descriptor masquerade static 1000 6 192.168.1.240 tcp submission nat descriptor masquerade static 1000 7 192.168.1.240 tcp 465 nat descriptor masquerade static 1000 8 192.168.1.240 tcp 993 nat descriptor masquerade static 1000 9 192.168.1.240 tcp 995
nat descriptor masquerade static 2000 10 192.168.1.240 tcp www
nat descriptor masquerade static 2000 11 192.168.1.240 tcp https
知識ゼロで最初は心配しましたが試行錯誤したら何とかなるものですね。
モノリシックなIPv4アーキテクチャですが余ったIPを今後どう活用するか考えるのが楽しみです。ありがとうございました。