- 
        1. Re: Remote connection to Teiid Server failsshawkins Mar 18, 2015 9:14 AM (in response to simple_love)Make sure that there isn't a general networking issue, such as something blocking that port when not accessed over localhost. 
- 
        2. Re: Remote connection to Teiid Server failsrareddy Mar 18, 2015 9:43 AM (in response to simple_love)Did you start the JBoss EAP with "-b" option, for example ./standalone.sh -b 10.103.240.208 
- 
        3. Re: Remote connection to Teiid Server failssimple_love Mar 18, 2015 10:45 AM (in response to rareddy)thans for you help.I run the server in the Windows, so I have't tried ./standalone -b 10.103.240.208 . but I have used run.bat -b 10.103.240.208, and it's still have the problem.Can I slove this problem by configured the standalone.xml? 
- 
        4. Re: Remote connection to Teiid Server failssimple_love Mar 18, 2015 10:50 AM (in response to shawkins)thanks you very much! I try to open the port 31000. but I can't confirm I whether open the port 31000.BTW , my OS is windows7. 
- 
        5. Re: Remote connection to Teiid Server failsjason.marley Mar 18, 2015 11:11 AM (in response to simple_love)To test you can run from the command line and look for <ip>:31000. netstat -a You can all also test externally via nc -v -z -w2 <ip-address> 31000 Likewise you can run nmap externally as well nmap –sS -p 31000 <ip-address> 
- 
        6. Re: Remote connection to Teiid Server failsrareddy Mar 18, 2015 11:12 AM (in response to simple_love)You can do following in the standalone.xml (or standalone-teiid.xml) if you do not want to do the "-b" option. You need to start with "standalone.bat" file. <interfaces> <interface name="management"> <inet-address value="${jboss.bind.address.management:10.103.240.208}"/> </interface> <interface name="public"> <inet-address value="${jboss.bind.address:10.103.240.208}"/> </interface> <interface name="unsecure"> <inet-address value="${jboss.bind.address.unsecure:10.103.240.208}"/> </interface> </interfaces>If you are trying access from remote client, then you need to open the port 31000 in your computer's firewall settings where Teiid Server is running. 
- 
        7. Re: Remote connection to Teiid Server failssimple_love Mar 18, 2015 11:55 AM (in response to rareddy)thanks for you patient.I have tried to configured standalone.xml in this way, can I just start server in eclipse rather than start with "standalone.bat".because when I start with "standalone.bat" there are a error and I can't start the server. 
- 
        8. Re: Remote connection to Teiid Server failsvan.halbert Mar 18, 2015 12:01 PM (in response to simple_love)What version of Teiid and EAP are you using? Also, when you installed EAP, do you have spaces in the path or have special characters (i.e,. [86]))? 
- 
        9. Re: Remote connection to Teiid Server failssimple_love Mar 18, 2015 12:04 PM (in response to jason.marley)
- 
        10. Re: Remote connection to Teiid Server failsrareddy Mar 18, 2015 6:21 PM (in response to simple_love)I can't read that, and you need to be a administrator of the machine to change it. Seem like these are relevant URLs https://www.youtube.com/watch?v=JyifH_rfs8U Ramesh.. 
- 
        11. Re: Remote connection to Teiid Server failssimple_love Mar 18, 2015 8:59 PM (in response to rareddy)
- 
        12. Re: Remote connection to Teiid Server failssimple_love Mar 19, 2015 5:16 AM (in response to rareddy)hello Ramesh, I have open the port 31000 according to VCR in the youtobe. And the configuration of standalone.xml is ,and I start standalone.bat successfully , but it still have the same problem. - <interfaces>
- <interface name="management">
- <inet-address value="${jboss.bind.address.management:10.103.240.208}"/>
- </interface>
- <interface name="public">
- <inet-address value="${jboss.bind.address:10.103.240.208}"/>
- </interface>
- <interface name="unsecure">
- <inet-address value="${jboss.bind.address.unsecure:10.103.240.208}"/>
- </interface>
- </interfaces>
 
- 
        13. Re: Remote connection to Teiid Server failsvan.halbert Mar 19, 2015 8:31 AM (in response to simple_love)I would recommend that you change to using EAP 6.3. You will probably have issues with administrative functions if trying to use Teiid 9 with EAP 6.1. There were api changes in the jboss-controller that required changes in Teiid 8.7 + in order for it to support EAP 6.3. 
- 
        14. Re: Remote connection to Teiid Server failsshawkins Mar 19, 2015 8:37 AM (in response to van.halbert)Just to double check, what version of the Teiid runtime do you have installed? There is no Teiid version 9 yet. Perhaps you are looking at the Teiid Designer version instead. 
 
     
     
     
     
    

![PHWNT$FVY[]$(K7GDE52XVO.png](https://developer.jboss.org/servlet/JiveServlet/downloadImage/2-922122-24548/PHWNT%24FVY%5B%5D%24%28K7GDE52XVO.png)