Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-535

Virtual Router DNS is restricted to UDP only

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.0.0
    • None
    • Network Controller
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      Issue:
      When a new router VM is generated and started the initial firewall rules allow only port 53 on UDP. Router VMs should allow port 53 on TCP is well due to longer resolutions can switch to TCP for example cPanel. The cPanel installer will not run if it cannot resolve over TCP.

      Workaround:
      Login to the router VM and execute:
      iptables -A INPUT -i eth0 -p tcp -m tcp --dport 53 -j ACCEPT

      Resolution:
      I'm not sure where the initial firewall rules are coming from (maybe systemVM ISO?) but there this new rule should be added.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tamasm Tamas Monos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: