Koozali.org: home of the SME Server

Open specific external port

Offline versa

  • ****
  • 109
  • +0/-0
Re: Open specific external port
« Reply #15 on: April 05, 2009, 10:58:57 PM »
what happens if you start CCcam in debug mode will it run ?

Code: [Select]
/var/bin/CCcam.x86 -d
......

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Re: Open specific external port
« Reply #16 on: April 06, 2009, 12:29:55 AM »
Would the port opening contrib from swerts-knudsen work

Code: [Select]
rpm -Uvh http://sme.swerts-knudsen.com/downloads/dmc-mitel-portopening-0.0.1-4.noarch.rpm
/etc/e-smith/events/actions/navigation-conf

Bob
If you think you know whats going on, you obviously have no idea whats going on!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Open specific external port
« Reply #17 on: April 06, 2009, 03:30:17 AM »
Would the port opening contrib from swerts-knudsen work

No, it doesn't do anything that the db commands provided by Stefano will not do.

Offline Nokia390

  • ****
  • 88
  • +0/-0
Re: Open specific external port
« Reply #18 on: April 06, 2009, 11:24:46 AM »
bin]# sh cccam start
Starting CCcamd                                            [  OK  ]

the service is started

i must do:
bin]# config set CCcam..x86 service access public status enabled TCPPort 12000


or:

bin]# config set CCcam service access public status enabled TCPPort 12000

thanks

Offline Nokia390

  • ****
  • 88
  • +0/-0
Re: Open specific external port
« Reply #19 on: April 06, 2009, 11:30:08 AM »
but the port 12000 still closed

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Open specific external port
« Reply #20 on: April 06, 2009, 11:33:23 AM »
but the port 12000 still closed

evidently it is "closed" because no service is listening on it..

1) is CCcam service running? you said you've started it.. are you sure it's still running?

hint: ps will tell you

2) is CCcam service configured to listen to port 12000?

hint: netstat will tell you

HTH
Ciao
Stefano

Offline Nokia390

  • ****
  • 88
  • +0/-0
Re: Open specific external port
« Reply #21 on: April 06, 2009, 11:58:46 AM »
you are right it started but is not running
its litening on port 12000
« Last Edit: April 06, 2009, 12:00:40 PM by Nokia390 »

Offline Nokia390

  • ****
  • 88
  • +0/-0
Re: Open specific external port
« Reply #22 on: April 06, 2009, 12:22:10 PM »
how i put the service running?

Offline janet

  • *****
  • 4,812
  • +0/-0
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline Nokia390

  • ****
  • 88
  • +0/-0
Re: Open specific external port
« Reply #24 on: April 06, 2009, 12:46:37 PM »
thanks i´m gone read it

Offline Nokia390

  • ****
  • 88
  • +0/-0
Re: Open specific external port
« Reply #25 on: April 06, 2009, 10:29:11 PM »
rpm -Uvh http://sme.swerts-knudsen.com/downloads/dmc-mitel-portopening-0.0.1-4.noarch.rpm
/etc/e-smith/events/actions/navigation-conf


Nice, it works
the service are runing and whith this contrib it make open the port.
Thanks a lot
« Last Edit: April 06, 2009, 10:30:54 PM by Nokia390 »