ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. AlyRagab
    3. Posts
    • Profile
    • Following 3
    • Followers 1
    • Topics 43
    • Posts 177
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Zimbra installation and configuration (internal use only)

      also try to telnet from any host in your LAN to the zimbra server

      telnet server_ip 25
      
      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Zimbra installation and configuration (internal use only)

      are you trying to send from the Web Mail Interface of any Mail Client like " Outlook and Thunderbird " ?.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Zimbra Security

      @scottalanmiller said in Zimbra Security:

      Seems like the Zimbra security would be redundancy at that point.

      so i can use the two ways at the same time?.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Zimbra Security

      Dears,

      I am Testing ZImbra 8.6 then will be in a production environment , need to know what is prefered, using " F1 Scrollout " as a Mail Gateway and AntiSpam Server , or i can use the built in antivirus and antispam in zimbra server.

      I know that F1 Scrollout depends on SpamAssassin like zimbra but do you think that i can dispense with the configuration in zimbra side and just keep it in Scrollout ?.

      Thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Happy Third Birthday to MangoLassi!

      Congrates to all the Community Members here 🙂

      posted in Announcements
      AlyRagabA
      AlyRagab
    • RE: Routing all incoming calls to other PBX

      Problem Solved , it was related to Dial Plan issue 🙂

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Routing all incoming calls to other PBX

      Dear All,

      I have two Elastix 2.5 Servers " Server A and Server B " , i need to forward all incoming calls coming to Server A to Server B.
      i have created IAX2 Trunk and outbound Route between them
      Misc Destination in Server A and Misc Application in Server B and the Call Flow as below :

      Server A Inbound Route ==>To==>Time Condition ==>To==>IVR==>To==>Misc Destination
      and the Misc Destination in Server A to be connected with Misc Application in Server B
      and Misc Application is Pointing to Queue then to Extensions.

      This setup is not working with me so any guide ?.

      Thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: ZOMBIE SIP Extensions

      Let me explain what i have done.

      i have two sites with the below details :

      Site A :

      This is the Asterisk Server and OpenVPN Server at the same time.

      Lan IP Address is : 192.168.1.250
      VPN IP Address is : 192.168.70.1

      Site B :

      This is a VM to act as an OpenVPN Client and Forward the packets of the Phones to
      Asterisk in Site A

      Lan IP Address is : 192.168.1.100
      VPN IP Address is : 192.168.70.10

      Actions:

      Site B :

      route add -net 192.168.70.0/24 gw 192.168.1.100
      echo "net.ipv4.ip_forward = 1" >>/etc/sysctl.conf
      

      Site A :

      iptables -t nat -A POSTROUTING -s 192.168.70.0/24 -o etho -j MASQUERADE
      echo "net.ipv4.ip_forward = 1" >>/etc/sysctl.conf
      
      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: ZOMBIE SIP Extensions

      @scottalanmiller said in ZOMBIE SIP Extensions:

      All extensions or just some?

      Only one extension works and the others no.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: ZOMBIE SIP Extensions

      @scottalanmiller said in ZOMBIE SIP Extensions:

      Are your calls working or failing?

      The Calls are Failing.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • ZOMBIE SIP Extensions

      Dear All,

      any advice for this problem , i have Elastix 2.4 and when i call from extension to extension i get the below error in the asterisk cli :

      == Spawn extension (macro-hangupcall, s, 51) exited non-zero on 'Parked/SIP/800-00000018<ZOMBIE>' in macro 'hangupcall'
      == Spawn extension (from-internal, h, 1) exited non-zero on 'Parked/SIP/800-00000018<ZOMBIE>
      
      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Open Source Remote Management Application

      @dafyre said in Open Source Remote Management Application:

      @AlyRagab said in Open Source Remote Management Application:

      @DustinB3403 said in Open Source Remote Management Application:

      VNC is one tool that comes to mind, but it isn't a very simple setup tool.

      i am looking for something like "Teamviewer" but need it to be locally and does not need any internet access like teamviewer.

      That definitely describes VNC.

      Edit: VNC does require a local network, but not a connection to the internet.

      i know that , but i need when any one of the help desk team solves any problem in the employee's PC to login with the same user screen that the employee can see.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Open Source Remote Management Application

      @DustinB3403 said in Open Source Remote Management Application:

      VNC is one tool that comes to mind, but it isn't a very simple setup tool.

      i am looking for something like "Teamviewer" but need it to be locally and does not need any internet access like teamviewer.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Open Source Remote Management Application

      Hi All,

      Looking for an Open Source Remote Access Application to Manage all Desktop Linux OSs by Help Desk Team, like " DameWare" for windows.
      i know that Dameware has an agent that can be deployed on linux but i am looking for an Open Source App.

      Thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: FreeIPA Automounting NFS

      @stacksofplates said in FreeIPA Automounting NFS:

      @AlyRagab said in FreeIPA Automounting NFS:

      i have tested it using Fedora and everything is working fine without any kind of troubleshooting , so why ubuntu is not simple as Fedora ?!!

      Ha that's a good question. I stick with RHEL based products when I can.

      i am planning from now to get rid of Ubuntu and use Fedora for Hosts and i am already work with CentOS 🙂

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: FreeIPA Automounting NFS

      i have tested it using Fedora and everything is working fine without any kind of troubleshooting , so why ubuntu is not simple as Fedora ?!!

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: FreeIPA Automounting NFS

      @stacksofplates said in FreeIPA Automounting NFS:

      @AlyRagab said in FreeIPA Automounting NFS:

      @AlyRagab i also edited the /etc/nsswitch as " automount: files sss "
      but the same problem , even i use the normal autofs configuration in ubuntu i could not automount the home directory.

      After setting the local files did you restart rpcidmapd and rpcgssd?

      You might have to set the automount to mount NFS version 3. I set up authentication once for an Ubuntu machine but not automounting. Everything I have is RHEL.

      If you can't get the files working either I'd suspect it's something to do with Ubuntu.

      If you're not using krb5p or krb5i you could just tell it to use NFS version 3 by default.

      i could not find the rpcidmapd and rpcgssd services
      also i can mount the NFS share manually without any problem!

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: FreeIPA Automounting NFS

      @AlyRagab i also edited the /etc/nsswitch as " automount: files sss "
      but the same problem , even i use the normal autofs configuration in ubuntu i could not automount the home directory.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: FreeIPA Automounting NFS

      @stacksofplates said in FreeIPA Automounting NFS:

      Ok sorry for the long delay. I had to spin up a new IPA server since I don't have one running at home any more. Here's how the configs will work.

      Initial indirect mount set up:

      0_1483057624635_autohomesetup.png

      List of mounts:

      0_1483057649008_list.png

      Under auto.home, here is the key setup:

      0_1483057671999_keys.png

      The * and & are wildcards and it will search the NFS export for the username you are logged in with and replace the & with it.

      The home directory for the user needs to be set to use the automount:

      0_1483057836721_home.png

      Thank you so much , i have configured the IPA Server as you did , but in the Ubuntu client when i run the command

      ipa-client-automount
      

      i have the below error :

      root@cs1:~# ipa-client-automount
      Searching for IPA server...
      IPA server: [u'ipa.server.local']
      Location: default
      Continue to configure the system with these values? [no]: yes
      Configured /etc/nsswitch.conf
      Configured /etc/default/nfs-common
      Configured /etc/idmapd.conf
      rpcidmapd failed to restart: Command '/usr/sbin/service rpcidmapd restart '       returned non-zero exit status 1
      rpcgssd failed to restart: Command '/usr/sbin/service rpcgssd restart ' returned     non-zero exit status 1
      Restarting sssd, waiting for it to become available.
      Started autofs
      
      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: FreeIPA Automounting NFS

      @stacksofplates said in FreeIPA Automounting NFS:

      @AlyRagab said in FreeIPA Automounting NFS:

      Dears,
      i have FreeIPA System installed in CentOS 7 and FreeIPA Client in Ubuntu 14.04 all users authentication works very well but i have a problem in the automount of the home directory.
      the FreeIPA Server works also as NFS Server and it exports " /exports/home" for the user's home directory location.
      i have added the NFS to the ipa services through the command line without any problem.
      would any one advice me the details of getting the automounting works fine 🙂

      Where is your automount location on the client end? It's best to put them under a sub-directory of /home (like /home/ipausers). Can you paste in your automount configs from the IPA interface?

      the location of the client is /ipausers , would you please show me an example of the automount configs from the IPA Web Interface 🙂

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 4 / 9