Arthur wrote:
> Hello All,
>
> I'm a new e-smith convert - runnig version 3, provided by my
> ISP. The 2 NIC card setup was a little tricky, but 2 PCI
> cards does the trick quite well.
>
> I have a Web server on the "outside" of e-smith
> firewall, and an internal network inside. I have an Oracle
> database I'd like to get to via the web server on the outside.
> 've heard that I'll have to "pierce" the firewall and
> let the SQL*Net traffic across.
Assuming SQL*Net uses a single TCP stream connection (I think it does), you can create the connection you need using either packet level transparent forwarding, or you can use a trivial application level proxy started from inetd on the e-smith server/gateway. I would prefer the latter, using a simple socket connector such as socket or nc.If your ISP cannot set this up for you, you should be able to find a consultant through your local Linux user group. There is documentation on making custom changes to the e-smith server at
http://www.e-smith.org/custom/.
Regards
Charlie