Quick Start Guide¶
Get FloofOS configured and operational in minutes.
Prerequisites¶
- FloofOS installed on hardware or VM
- Console or SSH access
- Network connectivity information
Step 1: First Login¶
Login with default credentials:
Step 2: Interface Configuration¶
Accept the first-boot interface wizard:
Enter configuration mode and commit:
Step 3: Change Hostname¶
Step 4: Change Passwords¶
Change default user password:
Change root password:
Step 5: Configure Interface IP¶
core-router(config)# set interface ip address GE12/0/0 192.0.2.1/24
core-router(config)# set interface state GE12/0/0 up
core-router(config)# commit
Step 6: Set Timezone¶
Step 7: Enable Security¶
Enable firewall:
Verify Fail2ban is active:
Step 8: Configure BGP (Optional)¶
Open BGP configuration:
Edit configuration, then save (Ctrl+Q) and commit.
Step 9: Install to Disk (If Needed)¶
If running from installation media:
Follow the installation wizard prompts.
Verification Commands¶
# System status
show system
# Resource usage
show resource
# Running configuration
show configuration
# Interface status
show interface
# Security status
show security