I have a general question. two, actually. been bugging me.
#1 How come I can't have RIP advertise a non-existent network?
I'm trying to practice NATing and I want R2 to think R1 has the network I just performed NAT on.
(R1)ip nat inside source list 1 1.1.1.1 overload
(R1)router rip
network 1.1.1.1
Result: R2 will not see I that R1 has network and will just drop the packet
#2 This bugs me
When you perform a network statement how come you don't have to include the mask?
Say I have a network: 192.168.1.8 255.255.255.255.248
So..
(R1) router rip
(R1) version 2
(R1) network 192.168.1.0
but tadah! it knows the mask.. automagically.. ?

: