Upgrade 0.22.0 to 1.0.2 (macOS 15.1.1): host VPN does not work within vzNAT VM (but slirp does)
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
### Description
Host macOS 15.1.1 (24B91) with VPN from corporate that uses HTTP proxy.
With 0.22.0 vzNAT worked fine in combination with VPN+proxy.
default networking works:
```
limactl start \
--name=proxytestok \
--cpus=4 \
--memory=8 \
--vm-type=vz \
--rosetta \
--mount-type=virtiofs \
--mount-writable
template://ubuntu
.... inside VM
curl -x http://www.google.com -v
(works)
```
vzNAT does not work:
```
limactl start \
--name=proxytestbad \
--cpus=4 \
--memory=8 \
--vm-type=vz \
--rosetta \
--mount-type=virtiofs \
--mount-writable \
--network=vzNAT \
template://ubuntu
... inside VM
curl -x http://www.google.com -v
* Trying :8080...
* Connected to () port 8080
> GET http://www.google.com/ HTTP/1.1
> Host: www.google.com
> User-Agent: curl/8.9.1
> Accept: */*
> Proxy-Connection: Keep-Alive
>
* Request completely sent off
(hangs)
```
Contributor guide
Assessment
This issue has not been assessed yet.