Category:FireBrick USB Dongles: Difference between revisions
Appearance
Content deleted Content added
Another syntaxhighlight |
Fixup syntax |
||
| Line 28: | Line 28: | ||
A 4G dongle will usually work as an ethernet device, and so the FireBrick will need an interface on the IUSB port, set as a DHCP client. If your config doesn't have an Interface already, then add one such as: |
A 4G dongle will usually work as an ethernet device, and so the FireBrick will need an interface on the IUSB port, set as a DHCP client. If your config doesn't have an Interface already, then add one such as: |
||
<syntaxhighlight lang="xml"> |
|||
<interface name="Dongle" port="USB" graph="Dongle"> |
<interface name="Dongle" port="USB" graph="Dongle"> |
||
<subnet name="DHCP Client" nat="true" comment="Dongle"/> |
<subnet name="DHCP Client" nat="true" comment="Dongle"/> |
||
</interface> |
</interface> |
||
</syntaxhighlight> |
|||
==Unknown or not yet working== |
==Unknown or not yet working== |
||