|
From: Tomas G. <to...@pr...> - 2004-06-06 19:38:30
|
> > Except I think you're now routing your local traffic from your local > instance of ejbca to your local instance of mysql through the nic that > services dilruba. Try netstat -na | grep -i listen | grep 8443 and see > what I mean. Sure, and I think that in your hostfile 'localhost.teamcool.net' is in the same field where in my hostfile I have 'dilruba'. Your hostfile: 127.0.0.1 localhost.teamcool.net localhost My hostfile: 127.0.0.1 dilruba localhost I don't think you normally use localhost.domain.com as alias for 127.0.0.1 do you? The man page for hosts says: 127.0.0.1 localhost 192.168.1.10 foo.mydomain.org foo Output of netstat for me is: Cheers,tomasg@dilruba:~/program/eclipse/workspace/ejbca$ netstat -na | grep -i listen | grep 8443 tcp6 0 0 :::8443 :::* LISTEN tomasg@dilruba:~/program/eclipse/workspace/ejbca$ netstat -na | grep -i listen | grep 3306 tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN I'll admit I'm not completly sure on what I'm doing :-) I just know it works when I grant dilruba so it seems to be using the first alias in the hostsfile?? Cheers, Tomas |