Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:PowerPC
xen
network-nat-open-SuSEfirewall2-FORWARD.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File network-nat-open-SuSEfirewall2-FORWARD.patch of Package xen
Open SuSEfirewall2 FORWARD rule when use xen nat Index: xen-4.1.2-testing/tools/hotplug/Linux/network-nat =================================================================== --- xen-4.1.2-testing.orig/tools/hotplug/Linux/network-nat +++ xen-4.1.2-testing/tools/hotplug/Linux/network-nat @@ -83,6 +83,7 @@ function dhcp_stop() op_start() { echo 1 >/proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o ${netdev} -j MASQUERADE + iptables -P FORWARD ACCEPT [ "$dhcp" != 'no' ] && dhcp_start } @@ -90,6 +91,7 @@ op_start() { op_stop() { [ "$dhcp" != 'no' ] && dhcp_stop iptables -t nat -D POSTROUTING -o ${netdev} -j MASQUERADE + iptables -P FORWARD DROP }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor