Hi,
The command is:
interface fas0/0
ip address <address> <mask> secondary
Be sure also to add
"ip route-cache same-interface"
If you don't do so, the packets between this subnets will be process switched (using CPU power) and this will slow down everything.
If you have trouble with the syntax of IOS, you can use the "?" at every place. (Much easier then learn all the syntax stuff - you need your brain for more interesting stuff).
The AUX port can be used to connect a modem if you want "out-of-band" management of this router (connect to a console even if your WAN is broken).
Good luck,
Martin