こんにちは。現在AWSに以下のような構成のネットワークを作っているのですが疎通で問題が起きています。
VPCにprivate用subnet(subnet1)とpublic用subnet(subnet2)を作り、
linux(172.16.100.33)からvyOSrouterにPingを打ったところ172.16.100.36側には疎通が確認できましたが、172.16.1.200からはレスポンスがありませんでした。
しかし、vyOSの172.16.1.200側でtcpdumpを行ってみたところ、linuxからのpingパケット自体は到着しているようです。
また、セキュリティグループも検証のために全てのトラフィックを通すようにしています。
VPCの仕様として同じVPC内ならsubnetが違っても疎通ができるとのことなのですが、現在何が悪いのか分からない状態です。どなたか心当たりのある方おられましたらご教授いただけないでしょうか。
vyOSの設定 interfaces { ethernet eth0 { address dhcp duplex auto hw-id 0a:6f:ce:d4:e6:3c policy { } smp_affinity auto speed auto } ethernet eth1 { address 172.16.100.36/24 duplex auto hw-id 0a:a6:99:4d:9f:0a policy { } smp_affinity auto speed auto } loopback lo { } } policy { } protocols { static { route 0.0.0.0/0 { next-hop 172.16.1.1 { } } } } service { ssh { disable-password-authentication port 22 } } system { config-management { commit-revisions 20 } console { device ttyS0 { speed 9600 } } host-name VyOS-AMI login { user vyos { authentication { encrypted-password **************** plaintext-password **************** public-keys aws-ec2 { key **************** type ssh-rsa } } level admin } } ntp { server 0.pool.ntp.org { } server 1.pool.ntp.org { } server 2.pool.ntp.org { } } package { auto-sync 1 repository community { components main distribution helium password **************** url http://packages.vyos.net/vyos username "" } } syslog { global { facility all { level notice } facility protocols { level debug } } } time-zone UTC }
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。