I do not know, why I cannot redirect my port from LAN to WAN

2007-09-06 Thread Web Master
Dear Mailing list members I have an Postfix mail server, which listen on my computer's 25 port, I redirected it to my adsl's 25 port, but over there it does not listen. I do not know why. I scanned the localhost with nmap port scanner, afterwards I scanned my wan IP address with nmap port sca

Running service on others port

2007-09-06 Thread Chaim Keren-Tzion
I need to run an application that uses IRC as it's backend server. IRCD usually runs on port 6667/tcp. Some firewalls are configured to block outgoing traffic to all ports other than common ones like 80 etc. Would I be able to make the app more accessible by running the IRCD on port 80 (or using po

Re: Running service on others port

2007-09-06 Thread shimi
On Thursday 06 September 2007 10:35, Chaim Keren-Tzion wrote: > I need to run an application that uses IRC as it's backend server. IRCD > usually runs on port 6667/tcp. Some firewalls are configured to block > outgoing traffic to all ports other than common ones like 80 etc. Would I > be able to ma

Re: Running service on others port

2007-09-06 Thread Amos Shapira
On 06/09/07, Chaim Keren-Tzion <[EMAIL PROTECTED]> wrote: > > I need to run an application that uses IRC as it's backend server. IRCD > usually runs on port 6667/tcp. Some firewalls are configured to block > outgoing traffic to all ports other than common ones like 80 etc. Would I be > able to make

Re: Running service on others port

2007-09-06 Thread Amos Shapira
On 06/09/07, Chaim Keren-Tzion <[EMAIL PROTECTED]> wrote: > > I need to run an application that uses IRC as it's backend server. IRCD > usually runs on port 6667/tcp. Some firewalls are configured to block > outgoing traffic to all ports other than common ones like 80 etc. Would I be > able to make

Re: Running service on others port

2007-09-06 Thread Shachar Shemesh
Amos Shapira wrote: > > Here is a more direct answer than my previous one - OpenVPN can use > SSL over HTTP: No, it cannot. OpenVPN is an SSL based solution. It usually work over UDP (makes much more sense for a VPN), but can be configured to work with TCP. When working with TCP, it is impossible

Re: Running service on others port

2007-09-06 Thread Amos Shapira
On 06/09/07, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > > Amos Shapira wrote: > > > > Here is a more direct answer than my previous one - OpenVPN can use > > SSL over HTTP: > No, it cannot. You are right of course, typed too fast. Thanks for the correction. Of course, in order to complete the

Re: Running service on others port

2007-09-06 Thread Chaim Keren-Tzion
On 9/6/07, Amos Shapira <[EMAIL PROTECTED]> wrote: > > On 06/09/07, Chaim Keren-Tzion <[EMAIL PROTECTED]> wrote: > > > > I need to run an application that uses IRC as it's backend server. IRCD > > usually runs on port 6667/tcp. Some firewalls are configured to block > > outgoing traffic to all port

Re: Running service on others port

2007-09-06 Thread Shachar Shemesh
Amos Shapira wrote: > > > In this case, the communication is not encrypted. As such, it is no > > > I'm not following the last sentence - if it's over SSL then why > wouldn't it be encrypted? Or are you refering to an option to use > plain TCP on port 443 without SSL (which doesn't make sense t

[Job Offer] QA Person

2007-09-06 Thread Dror Livne
Greetings, EIM Telecom is looking for a full time QA person The requirements are: 1. Comfortable with Linux-based systems 2. Experience with QA of VOIP products. 3. Experience in writing QA documentation. Nice to have: * Some knowledge in C or PHP * Experience in writing system design documents,

How can I redirect my port from 192.168.X.X to my wan IP

2007-09-06 Thread Web Master
I issued netstat -pltn command, that was the result: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp0 0 0.0.0.0:993 0.0.0.0:* LISTEN 5607/xinetd

Re: How can I redirect my port from 192.168.X.X to my wan IP

2007-09-06 Thread Geoff Shang
Hi, re the subject, the redirection actually goes from your WAN IP to your internal IP. Incoming TCP connections on port 25 which are received by your WAN interface need to be forwarded to your internal IP. However it appears you've already done this. The problem seems to be where your mai

How can I redirect my ports from 192.168.X.X to my wan IP

2007-09-06 Thread Web Master
I issued netstat -pltn command, that was the result: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 5607/xinetd