is it possible to have RPC running and accessible on windows guest under virtualbox ?
It is running as a service on windows, but it doesn't seem reachable from the outside unlike RDP for example, which can be allowed directly in virtual machine settings.
Networking type is 'Bridge'
allowing RPC access for windows guest, linux host
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: allowing RPC access for windows guest, linux host
Firewall issue maybe?
Re: allowing RPC access for windows guest, linux host
no there is no firewall, iptables seems clear on the linux host, but it won't let the RPC connect to the guest machine from the outside
Code: Select all
sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination Re: allowing RPC access for windows guest, linux host
Verify this with your forwarding rules:
http://www.google.nl/search?hl=nl&q=rpc ... used&meta=
http://www.google.nl/search?hl=nl&q=rpc ... used&meta=
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-