FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
|||
| Line 54: | Line 54: | ||
Set yourself a user with full debug rights, eg: |
Set yourself a user with full debug rights, eg: |
||
<syntaxhighlight> |
|||
< |
<user name="john" timeout="PT20M" level="DEBUG" password="secret"/> |
||
</pre> |
|||
</syntaxhighlight> |
|||
Modify the ntp time server to use the AAISP time server: |
Modify the ntp time server to use the AAISP time server: |
||
<syntaxhighlight> |
|||
ntp timeserver="90.155.53.32 2001:8B0:0:53::5A9B:3520"/> |
|||
</pre> |
|||
</syntaxhighlight> |
|||
modify the telnet service to permit only access from your LAN: |
modify the telnet service to permit only access from your LAN: |
||
<syntaxhighlight> |
|||
< |
<telnet allow="90.155.1.0/28"/> |
||
</pre> |
|||
</syntaxhighlight> |
|||
Set DNS servers and your domain name, under the services: |
Set DNS servers and your domain name, under the services: |
||
<syntaxhighlight> |
|||
< |
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
||
</pre> |
|||
</syntaxhighlight> |
|||
= LAN Subnet = |
= LAN Subnet = |
||