With crossbow what''s the best way to map external to internal ip addresses? For example, I want to preserve my internet ip space, but I don''t mind opening up ports as long as they map internally to ssh port 22. So, users would type something like this: % ssh zone01 at 245.99.245.99 -p 10123 or % ssh zone02 at 245.99.245.99 -p 10124 ... The vnic port map for this would be: 245.99.245.99 10123 -> 192.168.1.123 22 zone01 245.99.245.99 10124 -> 192.168.1.124 22 zone02 ... What commands should I use to configure this? Is there a doc or blog for this. I would think it is a common use case but haven''t found it yet. Cheers, Jim