64
edits
Changes
m
#!/bin/bash
/etc/vz/vznet.conf doesn't hasve to be executable
In order to run above script on a VE start create the following <code>/etc/vz/vznet.conf</code> file:
<pre>
EXTERNAL_SCRIPT="/usr/sbin/vznetcfg.custom"
</pre>
{{Note|both <code>/etc/vz/vznet.conf</code> and <code>/usr/sbin/vznetcfg.custom</code> should be executable files.}}
==== Setting the route VE -> HN ====