1
0
Commit Graph

18 Commits

Author SHA1 Message Date
6bfbdf352d bordervm: expose ssh on port 2222 2024-12-22 16:01:38 +00:00
ba03ddeb38 border-vm: add tang service 2024-10-06 12:38:06 +01:00
2480fdef5b set up nginx on bordervm for testing outboard secrets 2024-08-10 23:05:50 +01:00
2663f58807 disable security for bordervm "liminix" share
tftp needs to be able to follow symlinks into the store
2024-07-01 20:53:03 +01:00
3df1ec76ff cleanup whitespace and commas
* [] is now [ ]
* {} is now { }
* commas in arglists go at end of line not beginning

In short, I ran the whole thing through nixfmt-rfc-style but only
accepted about 30% of its changes. I might grow accustomed to more
of it over time
2024-06-30 17:16:28 +01:00
5ae1b0a193 Revert "bodervm: remove usbutils until we can fix the udev dep"
This reverts commit c22e3fb2ef.
2024-06-12 20:58:13 +01:00
c22e3fb2ef bodervm: remove usbutils until we can fix the udev dep 2024-06-12 13:07:29 +01:00
ab304dd3f1 bordervm enable nat 2024-05-22 18:47:37 +01:00
bd6ec5201f run dhcp server on bordervm
this is for testing clients that have dhcp upstream
2024-05-22 18:45:35 +01:00
ac54c89427 add busybox to bordervm for udhcpd 2024-05-01 23:09:23 +01:00
5a3646cb29 add authorized keys to bordervm
You don't often need this because it has autologin, but sometimes
you want to do antics involving sshing through it to the wan port
of a test device.

Note that you probably wanted to start bordervm with funny qemu
options to even make that possible

 nix-shell --run "QEMU_NET_OPTS=hostfwd=tcp::10022-:22 run-border-vm"
2024-05-01 23:07:11 +01:00
d2e29543e2 bordervm: build wireshark without qt
(we only want tshark anyway)
2024-01-03 17:02:31 +00:00
aa3b635f61 bordervm: add sshd, usbutils 2023-05-17 15:38:22 +01:00
b70c8ee258 support USB ethernet in bordervm 2023-05-09 22:58:56 +01:00
4f5b4924ff fix bordervm in hydra 2023-02-22 18:14:40 +00:00
ef0b5cb815 bordervm: make configurable 2023-02-17 16:49:44 +00:00
05576eeb94 harcode paths for kpppoed, add port num in config 2023-02-17 00:09:02 +00:00
d948438ae1 extract borderVm config into separate file 2023-02-15 22:06:28 +00:00