Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Making VE work with firewalls on linux
Making VE work with firewalls on linux [message #82731] Mon, 07 March 2005 22:40
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Visual Editor creates seperate java virtual machines for visualization,
beaninfo etc., and talks to them via the network(tcp/ip). On linux
flavors like Fedora/RHEL etc. I think the firewall is installed by
default. Due to this Visual Editor might not be able to talk to the
remote VMs.

Visual Editor requires firewall rules to enable network traffic to flow
on the localhost (127.0.0.1) interface.

If the firewall on your machine is 'iptables'(http://www.netfilter.org/)
please try executing the command "iptables -I INPUT --protocol tcp
--source 127.0.0.1 -j ACCEPT;" to insert a rule to enable reception of
packets from 127.0.0.1.

If the firewall is 'ipchains' please try running the command "ipchains
-I INPUT --protocol tcp --source 127.0.0.1 -j ACCEPT;"

Regards,
Sri.
Previous Topic:That was quick
Next Topic:Making VE work with firewalls on linux
Goto Forum:
  


Current Time: Sat Apr 20 00:40:55 GMT 2024

Powered by FUDForum. Page generated in 0.02614 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top