On 15 Jan 2002, Russell Fulton wrote: > I want to run nessusd on a linux box that has one interface > outside our firewall and another on the internal network. The idea is > that the box would accept ssh and nessus sessions on the internal > interface but do its scanning and probing from the external interface.
Use policy routing to set up two default routes: one for packets from the internal address and another for everything else (including packets whose source address has not been determined yet). --Pavel Kankovsky aka Peak [ Boycott Microsoft--http://www.vcnet.com/bms ] "Resistance is futile. Open your source code and prepare for assimilation."
