此内容没有您所选择的语言版本。

5.3.2. Network Interface Configuration


To ensure compliance with Common Criteria requirements, JBoss EAP 6.2.2 must have the following network configurations applied.

Procedure 5.2. Define and Configure Network Interfaces

  1. Remove unsecure Network Interface

    [standalone@localhost:9999 /] /interface=unsecure/:remove
    Copy to Clipboard Toggle word wrap
  2. Create internal and cluster Network Interfaces

    [standalone@localhost:9999 /] /interface=cluster/:add(inet-address=expression "${jboss.bind.address.cluster:127.0.0.1}")
    [standalone@localhost:9999 /] /interface=internal/:add(inet-address=expression "${jboss.bind.address.internal:127.0.0.1}")
    Copy to Clipboard Toggle word wrap
  3. Bind each socket to the specified network interface.

    For each line in Table 5.1, “Network Bindings”, use the following command to bind the socket to the specified network interface. Refer to the Administration and Configuration Guide.
    [standalone@localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=BINDING_NAME/:write-attribute(name=interface,value=NETWORK_INTERFACE)/socket-binding-group=standard-sockets/socket-binding=BINDING_NAME/:write-attribute(name=interface,value=NETWORK_INTERFACE)/socket-binding-group=standard-sockets/socket-binding=BINDING_NAME/:write-attribute(name=interface,value=NETWORK_INTERFACE)/socket-binding-group=standard-sockets/socket-binding=BINDING_NAME/:write-attribute(name=interface,value=NETWORK_INTERFACE)/socket-binding-group=standard-sockets/socket-binding=BINDING_NAME/:write-attribute(name=interface,value=NETWORK_INTERFACE)
    Copy to Clipboard Toggle word wrap
    For example, the following command binds management-native to the internal network interface:
    [standalone@localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=management-native/:write-attribute(name=interface,value=internal)
    Copy to Clipboard Toggle word wrap
  4. Restart JBoss EAP

    Restart JBoss EAP so that the network bindings take effect.
Expand
Table 5.1. Network Bindings
Binding Name Network Interface Port Number
management-native internal 9999
management-http internal 9990
management-https internal 9443
ajp internal 8009
http public 8080
https public 8443
jacorb internal 3528
jacorb-ssl internal 3529
jgroups-mping cluster 0 - multicast: 45700
jgroups-tcp cluster 7600
jgroups-tcp-fd cluster 57600
jgroups-udp cluster 55200 - multicast: 45688
jgroups-udp-fd cluster 54200
messaging internal 5445
messaging-group internal 0 - multicast: 9876
messaging-throughput internal 5455
modcluster public/internal 0 - multicast: 23364
remoting internal 4447
txn-recovery-environment internal 4712
txn-status-manager internal 4713
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat