コンピュータネットワーク実験--NAT



1、コマンド:ip route 0.0.00.0.0.0172.16.2.1
                ,            172.16.2.1     。8 "0"             ,172.16.2.1                 
2、  : access-list 10 permit 10.1.1.0 0.0.0 255
          acl(      )  ,     10(   1~99     ) acl  10.1.1.0,   255.255.255.0     。0.0.0.255    ,            。
    Internet    10.1.1.0~10.1.1.255,    0.0.0.255。      ,          ,      。           :   +    =255.255.255.255。

3、コマンドshow ip nat statisticsまたはshow ip nat translationsはNATマッピング情報を検査できる
4、
//    NAT
//        ,         
access-list 10 permit 10.0.0.0 0.0.0.255
//       ,    131.107.0.1,     131.107.0.3,     todd
ip nat pool todd 131.107.0.1 131.107.0.3 netmask 255.255.255.0
//   list 10        todd   
ip nat inside source list 10 pool todd
参考ブログ:ネットワーク(3)のネットワークアドレス変換NAT(Cisco Packet Tracerシミュレーションを使用)