Opened 4 months ago
Last modified 4 months ago
#1016 assigned task
Setup non-VBox DHCP server
Reported by: | skylar | Owned by: | skylar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Both | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #1001 | |
Estimated Hours: | 1 | Total Hours: | 0 |
Description
Change History (5)
comment:1 Changed 4 months ago by skylar
- Status changed from new to assigned
- Create VM:
- Set hardware parameters:
- Create disk:
- Add SATA controller:
- Attach media:
comment:2 Changed 4 months ago by skylar
Setup SSH forwarding:
[skylar@bigfe /mnt/disk0/iso]$ VBoxManage modifyvm dhcp --natpf1 ssh,tcp,,3914,,22
comment:3 Changed 4 months ago by skylar
Fix network names:
VBoxManage modifyvm dhcp --nic2 intnet --nic3 intnet --intnet2 bccd-ng0-net --intnet3 bccd-ng2-net
comment:4 Changed 4 months ago by skylar
bog simple dhcpd.conf:
authoritative; default-lease-time 3600; max-lease-time 86400; subnet 192.168.11.0 netmask 255.255.255.0 { range 192.168.11.10 192.168.11.250; } subnet 192.168.12.0 netmask 255.255.255.0 { range 192.168.12.10 192.168.12.250; }
comment:5 Changed 4 months ago by skylar
rc.conf configs (one interface each on NAT, bccd-ng0, bccd-ng2):
dhcpcd=YES dhcpcd_flags="wm0" hostname="dhcp" ifconfig_wm1="192.168.11.1 netmask 0xffffff00" ifconfig_wm2="192.168.12.1 netmask 0xffffff00" dhcpd=YES
Version 0, edited 4 months ago
by skylar
(next)
Note: See
TracTickets for help on using
tickets.