Guest_imported
New member
- Jan 1, 1970
- 0
Dunno why my Static NAT not working in my 827. Please help?
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 192.168.1.6 255.255.255.0
ip nat inside
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 203.125.160.54 255.255.255.252
ip nat outside
pvc 8/35
encapsulation aal5snap
!
!
ip nat inside source list 1 interface ATM0.1 overload
ip nat inside source static tcp 192.168.1.10 25 203.125.160.54 25
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
no ip http server
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 192.168.1.6 255.255.255.0
ip nat inside
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 203.125.160.54 255.255.255.252
ip nat outside
pvc 8/35
encapsulation aal5snap
!
!
ip nat inside source list 1 interface ATM0.1 overload
ip nat inside source static tcp 192.168.1.10 25 203.125.160.54 25
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
no ip http server
!