# /etc/orbitrc
#
# By default, programs using ORBit only use Unix sockets for security reasons.
# This means that these programs are not reachable from remote hosts via CORBA.
# If you uncomment the following lines, ORBit will also listen on IPv4 and/or
# IPv6 sockets. This enabled CORBA network transparency.
#
ORBIIOPUSock=1
#ORBIIOPIPv4=1
# ORBit releases prior to version 2 do not support IPv6
#ORBIIOPIPv6=1
