Thread: Firewall: Ports
View Single Post
  #3 (permalink)  
Old March 7th, 2002
Unregistered
Guest
 
Posts: n/a
Default

> The right IP must be displayed in the
> "Force IP"-Field.

It is. (I checked the ip with ifconfig on the firewall).
btw: "Interface" always switches back to "File" when I restart qtella.

> Are you also missing incoming
> connections in the "connection tab"?

there are only "Outgoing" connects displayed. I set "Outgoing connects" & Incoming connects to "5".

> Do you get connected with telnet?
> "telnet your_domain 6346"

a telnet from within my subnet says:
---- schnipp ----
gunter@aule:~ > telnet manwe 6346
Trying 192.168.0.1...
Connected to manwe.
Escape character is '^]'.
Connection closed by foreign host.
---- schnapp ----

Jeah! Got it!

a telnet from outside the FW _now_ does the same

ipchains was to swallow all the unlucky packages!
I changed its rules and now i get incoming connects!

[pre]
---- schnipp ----
pkts bytes target prot opt tosa tosx ifname mark outsize source destination ports
0 0 ACCEPT tcp ------ 0xFF 0x00 ippp0 !192.168.0.0/24 anywhere 1024:65535 -> 6346
---- schnapp ----
[/pre]


Jepp! It works now!

sorry, I should have checked ipchains before...

thank U,
-> Gunter
Reply With Quote