On 14.12.2009, at 19:09, Roberto Greiner wrote:
> right on spot. The command made the interface work. Any idea on what I could do so that I don´t
have to add this command manually each time?
You can add it to the <system> section of your config.xml (use the backup/restore feature), wrapped
in <shellcmd> tags, like so:
<system>
...
<shellcmd>/sbin/ifconfig re0 -vlanhwtag</shellcmd>
<shellcmd>/sbin/ifconfig re1 -vlanhwtag</shellcmd>
</system>
See also: http://doc.m0n0.ch/handbook/faq-hiddenopts.html
- Manuel |