Where can I set the routing tables for a PCMCIA card when it's inserted? If my card is 192.168.2.1 my typical routing ends up where everything is routed through this interface. I want to be selective down to 192.168.2.0/24 only and leave the default routing to another interface. The problem is that I want to have two routing defaults: 192.168.2.0/24 goes to 192.168.2.1 everything else goes to 192.168.0.1
but I keep getting: everything goes to 192.168.0.1 everything goes to 192.168.2.1 and nothing goes anywhere...

