Skip to content

Commit

Permalink
Open firewall port for nfs-server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-suse committed May 6, 2024
1 parent 94bb59f commit ef1a470
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,20 @@
</mode>
<final_reboot config:type="boolean">true</final_reboot>
</general>
<networking>
<firewall>
<FW_CONFIGURATIONS_DMZ>sshd vnc-server</FW_CONFIGURATIONS_DMZ>
<FW_CONFIGURATIONS_EXT>sshd vnc-server</FW_CONFIGURATIONS_EXT>
<FW_CONFIGURATIONS_INT>sshd vnc-server</FW_CONFIGURATIONS_INT>
<FW_IGNORE_FW_BROADCAST_EXT>yes</FW_IGNORE_FW_BROADCAST_EXT>
<FW_LOAD_MODULES>nf_conntrack_netbios_ns</FW_LOAD_MODULES>
<FW_LOG_ACCEPT_CRIT>yes</FW_LOG_ACCEPT_CRIT>
<FW_LOG_DROP_CRIT>yes</FW_LOG_DROP_CRIT>
<FW_SERVICES_ACCEPT_EXT>0.0.0.0/0,tcp,22</FW_SERVICES_ACCEPT_EXT>
<FW_STOP_KEEP_ROUTING_STATE>no</FW_STOP_KEEP_ROUTING_STATE>
<enable_firewall config:type="boolean">true</enable_firewall>
<start_firewall config:type="boolean">true</start_firewall>
<FW_ALLOW_PING_FW>yes</FW_ALLOW_PING_FW>
<FW_DEV_EXT>eth0</FW_DEV_EXT>
<FW_SERVICES_ACCEPT_EXT>0/0,tcp,22</FW_SERVICES_ACCEPT_EXT>
</firewall>
<networking>
<dhcp_options>
<dhclient_client_id/>
<dhclient_hostname_option>AUTO</dhclient_hostname_option>
Expand Down Expand Up @@ -234,6 +240,8 @@
<disable config:type="list"/>
<enable config:type="list">
<service>sshd</service>
<service>SuSEfirewall2</service>
<service>SuSEfirewall2_init</service>
</enable>
</services>
</services-manager>
Expand Down

0 comments on commit ef1a470

Please sign in to comment.