Inet.getByName

Hello! I'm currently behind a nat server.I can't resolve any domain using Inet.getByName.( UnknownHostExeption)How can i fix this?
[153 byte] By [catalaura] at [2007-11-27 8:28:22]
# 1
I'm surprised you got even that. I assume you mean InetAddress.getByName(). The firewall won't stop you doing that but your local DNS policies might. Talk to your sysadmin. It's not something that you can fix with Java code.
ejpa at 2007-7-12 20:18:20 > top of Java-index,Java Essentials,Java Programming...
# 2
On my PC i'm running also a php server and the hosts are resolved without any problem from php.
catalaura at 2007-7-12 20:18:20 > top of Java-index,Java Essentials,Java Programming...