Profile Details

Toggle Sidebar
Recent updates
  • Anwoke8204
    Anwoke8204 replied to a discussion, DNS Server issue

    Nick Howitt wrote:

    Re-reading this, are you saying that, from your LAN you want to be able to type tooelerpg.com, and depending on which port you select it goes to a different machine on your LAN? If so, I don't see how that would ever work on your LAN as tooelerpg.com can only resolve to a single IP, and once resolved any routing is independent of ClearOS as a switch will route directly to a LAN IP without reference to ClearOS.

    The only way I can see it working is if "NAT loopback" or "NAT reflection" works on your external IP. For this to work tooelerpg.com must resolve to your WAN IP, so no need for an entry in the DNS server/hosts file. I don't think it works out of the box in ClearOS, but I may be wrong. I think you could add a bunch of iptables rules for this to work along the lines:
    You can tweak the rule todo more that one port at a time. If you do this as a custom firewall rule replace "iptables" with "$IPTABLES" OTOH I could be completely wrong.


    yes thats the way that my cos 6 box worked. I just used tooelerpg.com and depending on what port the program used (teamspeak, minecraft, rdp, etc) it automatically forwarded to the correct server

  • Anwoke8204
    Anwoke8204 replied to a discussion, DNS Server issue

    Nick Howitt wrote:

    I am totally puzzled. What about "nslookup mc"?

  • Anwoke8204
    Anwoke8204 replied to a discussion, teamspeak 3 server install

    I got this one fixed, when I downloaded the server for some reason the first time it downloaded the server files for freebsd. I re-downloaded and installed the linux one and it started and worked with out a hitch.

  • Anwoke8204
    Anwoke8204 replied to a discussion, DNS Server issue

    Nick Howitt wrote:

    From a windoze box, what is the output if "ipconfig /all" and "nslookup teamspeak.tooelerpg.com". Please put your results between code tags (the piece of paper icon with a <> on it).


    I don't have teamspeak.tooelerpg.com in use, have been using the host name. think I might have the dns teamspeak issue resolved, but still having issues with the minecraft. used to be able to just use tooelerpg.com internally and it would redirect to the minecraft server on a different machine, but now im having to use mc.tooelerpg.com


    the output of ipconfig /all is




    and the output of nslookup mc.tooelerpg.com is:

    Server: tooelerpg.com
    Address: 10.32.64.1

    Name: mc.tooelerpg.com
    Address: 10.32.64.128

  • Anwoke8204
    Anwoke8204 replied to a discussion, DNS Server issue

    Nick Howitt wrote:

    What is the contents of /etc/dnsmasq.conf?



    bogus-priv
    cache-size=5000
    conf-dir=/etc/dnsmasq.d
    dhcp-authoritative
    dhcp-lease-max=1000
    domain-needed
    domain=tooelerpg.com
    expand-hosts
    no-negcache
    port=53
    resolv-file=/etc/resolv-peerdns.conf
    strict-order
    user=nobody

  • Anwoke8204
    Anwoke8204 replied to a discussion, teamspeak 3 server install

    Nick Howitt wrote:

    It looks like you are using ClearOS7 which is 64-bit only. Are you sure you want glibc.i606 and not just glibc which will install the x86_64 version?


    Yes I am on COS 7, when I tried yum install glibc it said it was already installed and the latest version.

  • Anwoke8204
    Anwoke8204 started a new discussion, teamspeak 3 server install

    teamspeak 3 server install

    hello, I am trying to install teamspeak 3 server on my COS box. when I go to start it, it gives me the following error:
    ./ts3server_startscript.sh: ./ts3server: /libexec/ld-elf.so.1: bad ELF interpreter: No such file or directory


    a quick google search says that installing glibc.i686 will resolve the issue, but when i try to resolve the issue i get the following error:

    Loaded plugins: clearcenter-marketplace, fastestmirror
    ClearCenter Marketplace: fetching repositories...
    Loading mirror speeds from cached hostfile
    * clearos: mirror1-orem.clearos.com
    * clearos-centos: download3.clearsdn.com
    * clearos-centos-sclo-rh: download3.clearsdn.com
    * clearos-centos-updates: download3.clearsdn.com
    * clearos-contribs: mirror1-orem.clearos.com
    * clearos-epel: download3.clearsdn.com
    * clearos-fast-updates: download3.clearsdn.com
    * clearos-infra: mirror1-orem.clearos.com
    * clearos-updates: mirror1-orem.clearos.com
    * private-clearcenter-dnsthingy: download1.clearsdn.com:80
    * private-clearcenter-dyndns: download3.clearsdn.com:80
    Resolving Dependencies
    --> Running transaction check
    ---> Package glibc.i686 0:2.17-157.el7 will be installed
    --> Processing Dependency: glibc-common = 2.17-157.el7 for package: glibc-2.17-157.el7.i686
    --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-157.el7.i686
    --> Processing Dependency: libfreebl3.so for package: glibc-2.17-157.el7.i686
    --> Running transaction check
    ---> Package glibc.i686 0:2.17-157.el7 will be installed
    --> Processing Dependency: glibc-common = 2.17-157.el7 for package: glibc-2.17-157.el7.i686
    ---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.4.el7 will be installed
    --> Finished Dependency Resolution
    Error: Package: glibc-2.17-157.el7.i686 (clearos-centos)
    Requires: glibc-common = 2.17-157.el7
    Installed: glibc-common-2.17-157.el7_3.2.x86_64 (@clearos-centos-updates)
    glibc-common = 2.17-157.el7_3.2
    Available: glibc-common-2.17-157.el7.x86_64 (clearos-centos)
    glibc-common = 2.17-157.el7
    Available: glibc-common-2.17-157.el7_3.1.x86_64 (clearos)
    glibc-common = 2.17-157.el7_3.1
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

    Does anyone know how I can resolve this issue?

  • Anwoke8204
    Anwoke8204 replied to a discussion, DNS Server issue

    Dave Loper wrote:

    What are the contents of the following two files:

    /etc/resolv.conf
    /etc/resolv-peerdns.conf


    /etc/resolv.conf is:

    Please do not edit this file.
    # See http://www.clearcenter.com/support/documentation/clearos_guides/dns_and_r$
    domain tooelerpg.com
    nameserver 127.0.0.1

    /etc/resolv-peerdns.conf is:

    GNU nano 2.3.1 File: /etc/resolv-peerdns.conf

    nameserver 75.75.75.75
    nameserver 75.75.76.76


    both name servers are my ISP's nameserver.

  • Anwoke8204
    Anwoke8204 replied to a discussion, DNS Server issue

    correct, if I type in the full internal host name it will connect, but if I just type mydomain.com into teamspeak, minecraft, etc. it wont' connect. when I was using COS 6 I could just type in mydomain.com and my cos 6 box would see that im internal and the service requested is on port x which is at ip x and automatically route and connect me. now it wont', I have to use the FQDN or just the host name or IP.

    [edit]
    Or have I misunderstood. Are you saying that teamspeak.mydomain.com works internally but teamspeak on its own does not?
    [/edit][/quote]