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
26371b33
authored
2018-04-09 14:21:47 +0200
by
Sébastien Le Moal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update networking-up.sh
1 parent
e5434282
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
etc/cxm/networking-up.sh
etc/cxm/networking-up.sh
View file @
26371b3
#!/bin/sh
## IP forwarding activation
echo
1 > /proc/sys/net/ipv4/ip_forward
# Point
PFS
ense WAN as route to VMs
# Point
OPNs
ense 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
ip route add 10.20.0.0/24 via 10.0.9.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