So I am beginning to setup my home lab for the CCNA so I can start following along with some of the 'hands on' labs in Todd Lammle's book. I have several switches and routers, but am starting on an 1841. I tried using VLSM and am running into a wall.
Right now I setup
Fa 0/0 192.168.1.1/29
and am trying to set
Fa 0/1 192.168.1.8/30
I get an error "Bad mask /29 for address 192.168.1.8"
I already ran no ip subnet-zero
Fa 0/1 will interface only with my 3550 switch, which is why I have it as /30.
Fa 0/0 will have my 1841 as DHCP and interface with my 2651XM.... after I figure out how to fix it from running through a loop at the boot

frustrating.
Anyway, am I right to subnet Fa 0/1 to /30 since the only interface behind it will be the switch, so I will need one ip address for that? Or am I missing something else...
EDIT: When I show run I can see that what I was putting in for the interface ip and mask is correct see below
interface FastEthernet0/0
description test link 12/14/14
ip address 192.168.1.1 255.255.255.248
speed auto
full-duplex
!
interface FastEthernet0/1
ip address 192.168.1.6 255.255.255.252
shutdown
duplex auto
speed auto