Koozali.org: home of the SME Server

Open port 3784?

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Open port 3784?
« Reply #15 on: September 25, 2006, 04:50:52 PM »
One last thing..

Code: [Select]
db networks set 0.0.0.0 network Mask 0.0.0.0
then
Code: [Select]
expand-template /etc/rc.d/init.d/masq
then
Code: [Select]
service masq restart


If no good


Code: [Select]
db networks delete 0.0.0.0
then
Code: [Select]
expand-template /etc/rc.d/init.d/masq
then
Code: [Select]
service masq restart
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Open port 3784?
« Reply #16 on: September 26, 2006, 08:39:01 AM »
Just maybe...

Code: [Select]
db configuration set ventrilo service access public status enabled TCPPort 3786 UDPPort 3786
signal-event remoteaccess-update
Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Open port 3784?
« Reply #17 on: October 10, 2006, 11:15:48 AM »
Quote from: "william_syd"
Just maybe...

Code: [Select]
db configuration set ventrilo service access public status enabled TCPPort 3784 UDPPort 3784
signal-event remoteaccess-update


I have tested this on my gateway server with dynamic ip dans dyndns service working.

Each time my ip change, the port 3784 go Stealth and can't be reached from the wan.

I have to enter
Code: [Select]
db configuration set ventrilo service access public status enabled TCPPort 3784 UDPPort 3784
signal-event remoteaccess-update

again to make my ventrilo service working again!

How can it be possible to open once for all the port 3784!!!!!

thks for your answers
dave

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Open port 3784?
« Reply #18 on: October 10, 2006, 12:11:29 PM »
Did you also have to do a port forward in server-manager ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Open port 3784?
« Reply #19 on: October 10, 2006, 03:27:42 PM »
Quote from: "william_syd"
Did you also have to do a port forward in server-manager ?


yes i did it 3784 udp and tcp are fowarded to localhost (ip of the server 192.168.1.1)

The command
Code: [Select]
iptables -L | grep 3784

give me

Code: [Select]
ACCEPT     tcp  --  anywhere             AGrenoble-2X7-X-1XX-2X.w90-9.abo.wanadoo.fr tcp dpt:3784
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:3784
ACCEPT     udp  --  anywhere             AGrenoble-2X7-X-1XX-2X.w90-9.abo.wanadoo.fr udp dpt:3784
ACCEPT     udp  --  anywhere             anywhere            udp dpt:3784

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Open port 3784?
« Reply #20 on: October 11, 2006, 02:26:30 AM »
Quote from: "dadoudidon"


yes i did it 3784 udp and tcp are fowarded to localhost (ip of the server 192.168.1.1)



Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Open port 3784?
« Reply #21 on: October 11, 2006, 09:48:55 AM »
Someone on the french list think that:

iptable takes only care of IP ans not domain name cause when de ip changes, port 80, 25, 21, 22.... stay ok. Only the changes we made in iptable goes wrong. 3784 goes stealth cause it was open but only for an ip and not a domain!

We still looking for a solution but we need help

Dave

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Open port 3784?
« Reply #22 on: October 11, 2006, 01:35:52 PM »
What does iptables look like after
Code: [Select]
db configuration delete ventrilo
signal-event remoteaccess-update
db configuration set ventrilo service status enabled
signal-event remoteaccess-update

and did it make any difference.
Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Open port 3784?
« Reply #23 on: October 16, 2006, 11:42:44 AM »
thks william.
I have tested your trick but no result.
I actualy test the contrib portopening.
i keep you informed.
David

Offline dadoudidon

  • *
  • 84
  • +0/-0
Open port 3784?
« Reply #24 on: October 16, 2006, 01:32:54 PM »
the contrib portopening did nothing more!

Now i ask about how to lunch automaticaly the remote-access each time the ip changes!

And for that i need help!

Thanks
Dave

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Open port 3784?
« Reply #25 on: October 17, 2006, 01:47:34 AM »
I've asked the question about your problem in the mailing-list.

http://lists.contribs.org/mailman/public/devinfo/msg09380.html
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Open port 3784?
« Reply #26 on: October 18, 2006, 03:54:07 AM »
The problem with DynDNS has now moved to the bug tracker.

1977
Regards,
William

IF I give advise.. It's only if it was me....