Kyle
I don't know specifically about Red Hat and it's funky network GUI but I would guess you do need to add a destination network.
Basically, for routing, you need to tell the system where to route packets for various networks.
So, Destination means "packets that are going to be sent here" and Gateway means "the router that knows how to send things to the destination"
You don't need a route for each IP address though, just for the network so if your ip address was 10.80.132.1 and you wanted to talk to things on the 192.9.30.XXX network, you'd find yourself a router that was connected to both (or at least knew how to get between the two) and the IP address of this was 10.80.132.11 you would need to set up something like..
Destination would be 192.9.30.0 and gateway would be 10.80.132.11
The netmask will almost certainly be whatever the netmask is for your machine.
Hopw this helps a bit.
Never preceed any demonstration with anything more predictive than "watch this"