Ich schäme mich schon richtig .... aber es will noch nicht funktionieren!
Habe die Status Ausabe aktualisiert!
Habe die config.xml wie folgt geändert.
<system>
<hostname>m0n0wall</hostname>
<domain>local</domain>
<dnsallowoverride/>
<username>***</username>
<password>***</password>
<timezone>Europe/Berlin</timezone>
<time-update-interval>300</time-update-interval>
<timeservers>time.windows.com</timeservers>
<webgui>
<protocol>http</protocol>
<port/>
</webgui>
<dnsserver>62.72.64.241</dnsserver>
<dnsserver>62.72.64.237</dnsserver>
<shellcmd>/sbin/ifconfig rl0 inet 150.150.150.1/24</shellcmd>
<shellcmd>/bin/echo '@6 pass out quick on rl0 from any to any
keep state' > /tmp/ipf.txt</shellcmd>
<shellcmd>/sbin/ipf -f /tmp/ipf.txt</shellcmd>
<shellcmd>/bin/echo 'map rl0 192.168.0.0/24 -> 0.0.0.0/32' >
/tmp/ipnat.txt</shellcmd>
<shellcmd>/sbin/ipnat -f /tmp/ipnat.txt</shellcmd>
</system> |