Lightboard Lessons: F5 BIG-IP Virtual Edition Lab Configuration
In this episode of Lightboard Lessons, I walk through my personal lab configuration on my Mac, utilizing VMware Fusion to deploy the F5 BIG-IP Lab Virtual Edition along with a few Ubuntu LAMP servers...
Published Sep 14, 2016
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Bart_Van_Bos
Jan 21, 2020Employee
Is this method still working/supported on BIGIP-15.1.0-0.0.31.LTM_1SLOT?
After changing the password back to default (by doing an intermediate step to another password, as the first login requires a mandatory password change), packer seems to fail to connect with Big-IP over ssh. I can login with the credentials in the VirtualBox UI console though.
2020/01/20 05:24:53 packer-builder-virtualbox-ovf plugin: [DEBUG] reconnecting to TCP connection for SSH
2020/01/20 05:24:53 packer-builder-virtualbox-ovf plugin: [DEBUG] handshaking with SSH
2020/01/20 05:24:53 packer-builder-virtualbox-ovf plugin: [DEBUG] SSH handshake err: ssh: handshake failed: read tcp 127.0.0.1:59384->127.0.0.1:4169: read: connection reset by peer
2020/01/20 05:25:00 packer-builder-virtualbox-ovf plugin: [INFO] Attempting SSH connection to 127.0.0.1:4169...
2020/01/20 05:25:00 packer-builder-virtualbox-ovf plugin: [DEBUG] reconnecting to TCP connection for SSH
2020/01/20 05:25:00 packer-builder-virtualbox-ovf plugin: [DEBUG] handshaking with SSH
If I look into the Virtualbox UI, I see that mcpd and devmgmtd are in a crashloop.
logger[22111] Re-starting mcpd
logger[22818] Re-starting devmgmtd
logger[22332] Re-starting mcpd
...
The output of dmesg shows the tmm interface flapping.
IPv6: ADDRCONF(NETDEV_CHANGE): tmm: link becomes ready
IPv6: ADDRCONF(NETDEV_UP: tmm: link is not ready
traps: mcpd[17749] trap divide error ip:56c01093 sp:ffe15:0 in libmcpdcommon.so[5678f000+67c000]
IPv6: ADDRCONF(NETDEV_CHANGE): tmm: link becomes ready
IPv6: ADDRCONF(NETDEV_UP: tmm: link is not ready
traps: mcpd[18214] trap divide error ip:56c01093 sp:ffe15:0 in libmcpdcommon.so[5678f000+67c000]
...