everything on the right of the College router is my inside network, i can ping outside (my classroom computer) College router is connected to the classroom router together with all the host PC, i put this command inside college to enable ping between the classroom pc and my network : ip nat inside source static tcp 192.168.100.1 80 192.168.102.1 8080 extendable but i get a duplicate address on the classroom router 192.168.102.1
here's my router config
Current configuration : 3385 bytes
!
! Last configuration change at 14:35:28 UTC Tue Jun 16 2020
! NVRAM config last updated at 23:11:57 UTC Mon Jun 15 2020
!
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname College
!
boot-start-marker
boot-end-marker
!
!
! card type command needed for slot/vwic-slot 0/2
enable password Admin
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip domain name College.com
ip cef
login block-for 60 attempts 2 within 60
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
!
!
!
license udi pid CISCO2911/K9 sn FJC2025A12N
license accept end user agreement
license boot module c2900 technology-package securityk9
license boot module c2900 technology-package uck9
license boot module c2900 technology-package datak9
hw-module pvdm 0/0
!
!
!
username Admin password 0 Admin
username Toronto password 0 salut123
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
bba-group pppoe global
virtual-template 1
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 192.168.100.1 255.255.255.252
ip nat inside
ip virtual-reassembly in
ip ospf dead-interval 20
ip ospf hello-interval 5
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
ip nat inside
ip virtual-reassembly in
ip ospf dead-interval 20
ip ospf hello-interval 5
duplex auto
speed auto
pppoe enable group global
!
interface GigabitEthernet0/2
ip address dhcp
ip nat outside
ip virtual-reassembly in
ip ospf dead-interval 20
ip ospf hello-interval 5
duplex auto
speed auto
ospfv3 network non-broadcast
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/0/1
no ip address
shutdown
clock rate 2000000
!
interface Virtual-Template1
mtu 1492
ip address 192.168.101.1 255.255.255.252
peer default ip address pool Toronto
ppp authentication chap callin
!
!
router ospf 1
network 192.168.100.0 0.0.0.3 area 0
network 192.168.101.0 0.0.0.3 area 0
network 192.168.102.0 0.0.0.255 area 0
default-information originate
!
ip local pool Toronto 192.168.101.2
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface GigabitEthernet0/2 overload
ip nat inside source static 192.168.100.1 192.168.102.1
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
!
!
logging host 198.185.159.135
ipv6 ioam timestamp
!
!
access-list 1 permit 192.168.3.0 0.0.0.255
access-list 1 permit 172.16.0.0 0.0.255.255
access-list 1 permit 172.18.0.0 0.0.255.255
access-list 1 permit 172.17.0.0 0.0.255.255
access-list 1 permit 192.168.101.0 0.0.0.255
!
control-plane
!
!
voice-port 0/1/0
!
voice-port 0/1/1
!
voice-port 0/3/0
!
voice-port 0/3/1
!
!
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
!
line con 0
logging synchronous
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
ntp server time-pnp.cisco.com
!
end