Setup R1 —-(inside)—- Checkpoint FW —–(outside)—-R2 R1#wr t… ! interface Loopback0 ip address 1.1.1.1 255.255.255.0 ! interface FastEthernet0/0 description “*** Connected to CP Inside Interface ***” ip address 10.2.2.1 255.255.255.0 secondary ip address 192.168.100.1 255.255.255.0 no ip proxy-arp no ip redirects no ip unreachables ip ospf network non-broadcast load-interval 30 duplex auto speed auto ! ! router ospf 40 router-id 1.1.1.1 log-adjacency-changes network 1.1.1.0 0.0.0.255 area 0 network 10.1.1.0 0.0.0.255 area 0 network 192.168.100.0 0.0.0.255 area 0 neighbor 192.168.100.2 priority 1 ! ip route 0.0.0.0 0.0.0.0 10.2.2.10 R1# _________________________________________________ R2#wr t ! interface Loopback0 ip address 2.2.2.2 255.255.255.0 ! interface FastEthernet0/1 description “*** Connected to CP outside Interface ***” ip address 192.1.12.2 255.255.255.0 secondary ip address 192.168.100.2 255.255.255.0 no ip proxy-arp no ip redirects no ip unreachables ip ospf network non-broadcast load-interval 30 duplex auto speed auto ! router ospf 40 router-id 2.2.2.2 log-adjacency-changes network 2.2.2.0 0.0.0.255 area 0 network 192.168.100.0 0.0.0.255 area 0 neighbor 192.168.100.1 priority 1 ! ip route 0.0.0.0 0.0.0.0 192.1.12.10 ! R2#