!
interface FastEthernet0/0
no ip address
no ip proxy-arp
ip route-cache policy
duplex auto
speed auto
!
!
hostname moy_router
!
# vlan database
% Warning: It is recommended to configure VLAN from config mode,
as VLAN database mode is being deprecated. Please consult user
documentation for configuring VTP/VLAN in config mode.
!
ip nat pool Nat_Pool 10.0.0.254 10.0.0.254 netmask 255.255.255.0
ip nat inside source list 100 interface Vlan2 overload
ip nat inside source static tcp 10.0.0.1 22 91.x.x.2 22 extendable
ip nat inside source static tcp 10.0.0.1 25 91.x.x.2 25 extendable
!
!
gatekeeper
zone local MM 10.1.1.1 10.1.1.1
zone remote M1 10.1.2.1 10.1.2.1 1719
zone remote M2 10.1.3.1 10.1.3.1 1719
zone prefix M1 001*
zone prefix M2 002*
no shutdown
!
!
interface ATM0
no ip address
atm vc-per-vp 256
no atm ilmi-keepalive
pvc 35/33
encapsulation aal5snap
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!