Configuring nat and without nat is pretty simple. It's just configuring nat and global configuration. Nat id correspond with with same global id. For example, you want all traffic from inside interface will be been nat to outside interface ip address when going to internet through outside interface, then you need configure this.
nat (inside) 1 0 0
global (outside) 1 interface
If you don't want particular ip address will no be been nat, for example network 192.168.1.0/24, the you need configure like this.
nat (inside) 0 192.168.1.0 255.255.255.0
[12:20 PM
|
0
comments
]
Related Posts
Cisco
- Create Access List On Cisco Router To Allow Outgoing Connection
- Configure L2TP IPSec VPN Server On Cisco Router
- Configure PPTP Server On Cisco Router
- Configure Route Reflector On Cisco Router
- EIGRP as PE CPE Routing Protocol
- Cisco Catalyst Password Recovery Procedure
- Cisco Router Password Recovery Procedure
- Configuring RIP For PE - CPE Connectivity on Cisco Router
- Configuring BGP On Cisco Router
0 comments
Post a Comment