* "Balgansuren Batsukh" <balgaa at newcom dot mn> wrote:
> How can I to do it?
save your config.xml (Diagnostics: Backup/restore). Open it in editor
and add following after </wan> :
<opt1>
<if>wi0</if>
<descr>WLAN</descr>
<ipaddr>192.168.1.1</ipaddr>
<subnet>24</subnet>
<wireless>
<mode>hostap</mode>
<ssid>SSID</ssid>
<channel>11</channel>
</wireless>
<bridge/>
<enable/>
</opt1>
This will put wi0 in its own subnet 192.168.1.0/24. Change values as
needed. Save file and restore it to your m0n0 in Diagnostics:
Backup/restore. |