Re: java on Mozilla 1.6 - MDK10.0

2004-04-27 Thread Lior Okman
Is your java installation OK? What do you get when you run: $JAVA_HOME/bin/java -version If you've installed the JDK, can you run any of the demos provided with it? $JAVA_HOME/bin/java -jar $JAVA_HOME/demo/jfc/SwingSet2/SwingSet2.jar Maybe you'll get some better errors here... Lior Shlomo

Re: java on Mozilla 1.6 - MDK10.0

2004-04-27 Thread Lior Okman
Try to unset the $JAVA_HOME environment variable before you run mozilla. See what happens. Lior Shlomo Solomon wrote: On Tuesday 27 April 2004 09:34, Lior Okman wrote: Is your java installation OK? What do you get when you run: $JAVA_HOME/bin/java -version If you've installed the JDK, can

Re: hebrewrc

2004-04-27 Thread aamehl
great Aaron On Tue, 2004-04-27 at 04:22, Micha Feigin wrote: On Sun, Apr 25, 2004 at 11:22:50PM +0300, aamehl wrote: On Sunday 25 April 2004 14:32, [EMAIL PROTECTED] wrote: Hi Yes I know about alien, but if you saw my previous thread you would see that on debian things are not

Re: RedHat 9 problem with IP_Forwarding

2004-04-27 Thread Lior Okman
You should check out the shorewall package ( http://shorewall.sourceforge.net/ ). Shorewall is a script that sets up the netfilter firewall from a list of easier-to-understand rules and configuration files. It also has some examples that may cut down your time-to-internet from the other

Re: hebrewrc

2004-04-27 Thread Nadav Har'El
On Mon, Apr 26, 2004, aamehl wrote about Re: hebrewrc: Hmm why is ivrix down?? Like I said, because our hard disk had a catastrophic failure. We managed to bring everything back online, though, and the ivrix site is now back to normal. -- Nadav Har'El| Tuesday,

iptables AI (application intelligence)

2004-04-27 Thread Noam Meltzer
Hi, I was wondering if any1 knows if iptables has the ability to implement application intelligence? My sepcific interest is to implement something like this: I have a host, connected to the internet, and it runs iptables, while ssh's tcp port is the only one opened. Now, I want that instead of

Re: iptables AI (application intelligence)

2004-04-27 Thread Lior Kaplan
I don't think its possible... since the TCP layer only brings the data to ssh program, it doesn't analyze it (e.g. username). so the drop will have to be by the ssh server (which already does that). Regards, Lior Kaplan [EMAIL PROTECTED] http://www.Guides.co.il - Original Message -

Re: iptables AI (application intelligence)

2004-04-27 Thread Shachar Shemesh
Noam Meltzer wrote: Hi, I was wondering if any1 knows if iptables has the ability to implement application intelligence? The short answer is no. A slightly longer answer is that, if you have a proxy software that can act as a transparent proxy, you can direct all traffic to it using IPTables.

RE: iptables AI (application intelligence)

2004-04-27 Thread Tzahi Fadida
you cannot do this as suggested as the previous list members replied. However, there are other means like openning an http server on the ssh machine and adding a script that when the page opens requires a user and password. this script will open iptables for that ip for the remainder of that

Re: iptables AI (application intelligence)

2004-04-27 Thread Aviram Jenik
On Tuesday 27 April 2004 18:55, Noam Meltzer wrote: Hi, My sepcific interest is to implement something like this: I have a host, connected to the internet, and it runs iptables, while ssh's tcp port is the only one opened. Now, I want that instead of opening this port, every communication to

Re: iptables AI (application intelligence)

2004-04-27 Thread Noam Meltzer
Noam Meltzer wrote: Hi, I was wondering if any1 knows if iptables has the ability to implement application intelligence? My sepcific interest is to implement something like this: I have a host, connected to the internet, and it runs iptables, while ssh's tcp port is the only one opened. Now, I