firewall « RMI « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » RMI » firewall 

1. How to use RMI with applet client behind a firewall?    stackoverflow.com

How can I use RMI with a applet client behind a firewall? How can I use RMI with a firewalled server and firewalled applet client? (If possible) I know that the RMI server ...

2. JAVA RMI Client side random ports    stackoverflow.com

I have a java 1.4 RMI application. By using custom socket factory, I am running my RMI server in a particular port (5050). The problem is, when the RMI client application ...

3. Connecting to an RMI server that sits behind a firewall?    stackoverflow.com

I know my RMI app works correctly - it works fine when the server is on localhost and inside the LAN but when connecting to an external RMI server it fails ...

4. What port is used by Java RMI connection?    stackoverflow.com

May I know what port is used by Java RMI connection? If I want to connect a Java client application to a Java server application using RMI connection, what port I need ...

5. RMI calls not working when firewall present on the WindowsXP client, but fine on Windows 7 client    stackoverflow.com


I am using the basic RMI-based client/server app shown in Java Tutorials. I am running the server and client on different machines. I also export the remote objects ...

7. rmi behind firewall???    coderanch.com

hi, depends on your firewall. firewalls can/do not only block ports but also protocols. so if your firewall is set to allow only HTTP connections on port 80 and thats it, then i think it will fail. if it is set to block all ports beside 80, then this should work. karl

8. RMI work behind firewall    coderanch.com

Well you would have to set up your firewall so it would allow a network request on your RMI port(1099 by default) to pass through to the computer you had set up as your server. I don't know your firewall setup so I can't be any more specific than that. HTH Chris

9. rmi and firewall    coderanch.com

Hi! I haven't never studied protocol details of RMI and i don't have time for it now, so i hope that someone could help me.. I have RMI server (or is it register..) in remote host. There is two firewall between client&server. If i take telnet from client to server in RMI port, it accept connection, so connection work in that ...

10. RMI app behind NAT firewall    coderanch.com

I have a problem getting my RMI application to work. Having a RMI Server app running in a VMWare that forwards port 1099 in a NAT enviroment. Physical machines IP on the outside = 9.154.38.47 Physical machines IP in local area = 192.168.0.1 Virtual machines IP = 192.168.0.100 I start a rmiregistry on my virtual machine and since port 1099 is ...

11. rmi NAT firewall problem    coderanch.com

Hi i am working on a project where the server is behind a natfirewall. the client outside the firewall can connect to the server when the server is started with the option -Djava.rmi.server.hostname= xx.xx.xx where this is the ip address of the NAT from outside. the needed ports are open on the firewall and forwarded to the actual server. when the ...

12. Firewall Issues with RMI    forums.oracle.com

I am trying to run an RMI client/server pair over SSL but I keep running into issues. I have access to two possible servers, A and B. The server runs fine on A, but only clients from the same network can connect to it (which isn't much use). If I run the server on B (which any client can connect to) ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.