FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
→Configuring Initial Basic Settings: Fix NTP config |
||
| Line 70: | Line 70: | ||
</tab> |
</tab> |
||
</tabs> |
</tabs> |
||
To explain the timeout a bit: |
To explain the timeout a bit: |
||
| Line 80: | Line 79: | ||
Modify the ntp time server to use the AAISP time server: |
Modify the ntp time server to use the AAISP time server: |
||
<syntaxhighlight lang=xml> |
<syntaxhighlight lang=xml> |
||
< |
<time ntp-servers="time.aaisp.net.uk"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Modify the telnet service to permit only access from your LAN: |
|||
<syntaxhighlight lang=xml> |
<syntaxhighlight lang=xml> |
||
<telnet allow="192.0.2.0/28"/> |
<telnet allow="192.0.2.0/28"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Set DNS servers and your domain name, under the services (here we're using the AAISP DNS servers: |
Set DNS servers and your domain name, under the services (here we're using the AAISP DNS servers: |
||
<syntaxhighlight lang=xml> |
<syntaxhighlight lang=xml> |
||
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Note: If you are using PPPoE, then you can leave the resolves empty, and the FireBrick will obtain the DNS servers from the ISP. |
Note: If you are using PPPoE, then you can leave the resolves empty, and the FireBrick will obtain the DNS servers from the ISP. |
||