Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Proxmox
/
IP_Tables
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8f00f88d
authored
2018-04-09 09:21:30 +0200
by
Sébastien Le Moal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add new file
1 parent
7130f218
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
etc/cxm/etc/cxm/networking-up.sh
etc/cxm/etc/cxm/networking-up.sh
0 → 100644
View file @
8f00f88
#!/bin/sh
## IP forwarding activation
echo
1 > /proc/sys/net/ipv4/ip_forward
# Point PFSense WAN as route to VMs
ip route change 10.10.10.0/24 via 10.10.9.2 dev vmbr1
# Point OPNsense WAN as route to VPN
ip route add 10.2.2.0/24 via 10.0.0.2 dev vmbr1
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment