Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit aad050f

Browse files
Switch private network for Vagrant VMs (#324)
Previously used IP range seems to be allocated to NASA and probably not a good idea to use it here. Switching the private network to be part of the IPs allocated to private networks. Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
1 parent a872ccc commit aad050f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clr-k8s-examples/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $box = "AntonioMeireles/ClearLinux"
1616
$box_ver = (ENV['CLEAR_VBOX_VER'])
1717
File.exists?("/usr/share/qemu/OVMF.fd") ? $loader = "/usr/share/qemu/OVMF.fd" : $loader = File.join(File.dirname(__FILE__), "OVMF.fd")
1818
$vm_name_prefix = "clr"
19-
$base_ip = IPAddr.new("192.52.100.10")
19+
$base_ip = IPAddr.new("10.10.100.10")
2020
$hosts = {}
2121
$proxy_ip_list = "192.168.121.0/24"
2222
$driveletters = ('a'..'z').to_a

0 commit comments

Comments
 (0)