View Single Post
  #27  
Old 11-29-2012, 12:56 AM
Davood
Discordant
 
Join Date: Jan 2005
Posts: 488
Default

lerxst2112,

your suggestions are excellent.. tomorrow night i will have time to try it out.

I will start by disabling a nic, and then if that doesn't work. ill switch which one is disabled.

from another thread

c0crete suggested
netstat -an | find /i "9000"

here is the output from that if you are curious:
Code:
  TCP    0.0.0.0:9000           0.0.0.0:0              LISTENING
  TCP    192.168.2.100:9000     192.168.2.100:17865    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17866    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17870    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17873    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17875    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17877    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17879    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17881    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17883    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17886    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17888    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17890    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17892    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17894    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17896    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17898    ESTABLISHED
  TCP    192.168.2.100:9000     192.168.2.100:17900    ESTABLISHED
  TCP    192.168.2.100:17865    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17866    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17870    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17873    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17875    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17877    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17879    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17881    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17883    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17886    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17888    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17890    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17892    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17894    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17896    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17898    192.168.2.100:9000     ESTABLISHED
  TCP    192.168.2.100:17900    192.168.2.100:9000     ESTABLISHED
  UDP    0.0.0.0:9000           *:*
something is definately messed up with having two nics IMHO, becaue when routing to a VM running on that same box , eqemu runs fine with the two external ip addresses each routed to their own VM
__________________
----------
Demon Overlord of Alakamin
skype @ davoodinator
Reply With Quote