FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 196: | Line 196: | ||
<syntaxhighlight> |
<syntaxhighlight> |
||
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" mtu="1500" graph="AAISP" log="default"/> |
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" mtu="1500" graph="AAISP" log="default"/> |
||
</syntaxhighlight> |
|||
Same as above with MTU 1500 and 3G dongle tweaks: |
|||
<syntaxhighlight> |
|||
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" mtu="1500" lcp-rate="1" lcp-timeout="5" graph="AAISP" log="default"/> |
|||
</syntaxhighlight> |
</syntaxhighlight> |
||
| Line 233: | Line 237: | ||
<interface name="WAN" port="WAN" ra-client="false"/> |
<interface name="WAN" port="WAN" ra-client="false"/> |
||
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" graph="AAISP" log="default"/> |
|||
</syntaxhighlight> |
</syntaxhighlight> |
||