No network with VirtualBox, Bridged Mode, and MAC Spoofing
Several people reported that issue already, see 4876dc836b06b6133da4469563622162 and 96b23004bf726b06aaa033b0c605e499.
I can provide email addresses of users for debugging if needed.
1. Install VirtualBox from Debian’s repository (version 4.3.14-dfsg-1
for two users).
2. Boot any Tails with Mac Address Spoofing as an available option.
3. Keep the Mac Address Spoofing option enabled and log in at the
greeter.
This happens with Bridged Mode but not with NAT Mode.
With NAT Mode:
I found that it works in NAT mode, but fails in Bridged Mode.
In NAT mode, which works, the following is logged:
localhost dhclient: Listening on LPF/eth0/XX:XX:XX:XX:XX:XX
localhost dhclient: Sending on LPF/eth0/XX:XX:XX:XX:XX:XX
localhost dhclient: Sending on Socket/fallback
localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67
interval 4@
localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
localhost dhclient: DHCPOFFER from X.X.X.X
In Bridged Mode, when it fails, the following is logged:
localhost dhclient: Listening on LPF/eth0/XX:XX:XX:XX:XX:XX
localhost dhclient: Sending on LPF/eth0/XX:XX:XX:XX:XX:XX
localhost dhclient: Sending on Socket/fallback
localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
localhost kernel: [ 450.104114] Dropped outbound packet: XXX
...
localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
localhost NetworkManager[4677]: <info> (eth0): IP6 addrconf timed out or failed.
localhost NetworkManager[4677]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
localhost NetworkManager[4677]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started...
localhost NetworkManager[4677]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
localhost NetworkManager[4677]: <warn> (eth0): DHCPv4 request timed out.
localhost NetworkManager[4677]: <info> (eth0): canceled DHCP transaction, DHCP client pid 5603
Related issues
- Related to #7995
- Related to #7143 (closed)
- Has duplicate #7081 (closed)
Original created by @sajolida on 7695 (Redmine)