nixpkgs/modules
Mathijs Kwik a502ce1128 networking: add proxy_arp / proxy_ndp options.
proxy_arp (and proxy_ndp for ipv6) can be turned on on a few
interfaces (at least 2).
This is mainly useful for creating pseudo-bridges between a real
interface and a virtual network such as VPN or a virtual machine for
interfaces that don't support real bridging (most wlan interfaces).
As ARP proxying acts slightly above the link-layer, below-ip traffic
isn't bridged, so things like DHCP won't work. The advantage above
using NAT lies in the fact that no IP addresses are shared, so all
hosts are reachable/routeable.
2012-08-29 22:59:36 +02:00
..
config Merge pull request #25 from shlevy/required-kernel-config 2012-08-08 10:33:41 -07:00
hardware Removing rt73 module, adding ralink module. 2012-08-11 14:53:34 +02:00
installer find modules/ -name \*.nix -print0 | xargs -0 sed -i 's/RT73Firmware/RalinkFirmware/g' 2012-08-11 12:34:35 -04:00
misc spamassassin: use a dedicated user for running spamd 2012-08-28 16:27:28 +02:00
profiles Remove jfsrec from the minimal CD because it pulls in Boost 2012-07-25 11:39:41 -04:00
programs modules/programs/bash/bashrc.sh: adapt bash completion for version 2.0 of the package 2012-08-20 16:37:14 +02:00
security modules/security/sudo.nix: added 'wheelNeedsPassword' option (default: true) 2012-08-13 14:37:32 +02:00
services logcheck: make sure directories are writable during merge phase 2012-08-29 22:59:28 +02:00
system change permission of /run/lock to allow non-root access to subdirectories 2012-08-26 10:17:22 +02:00
tasks networking: add proxy_arp / proxy_ndp options. 2012-08-29 22:59:36 +02:00
testing qemu tests use the virtio console to run commands 2012-08-07 17:04:00 -04:00
virtualisation Provide a common share between VMs to allow easy communication 2012-08-16 10:47:33 -04:00
module-list.nix add logcheck module 2012-08-26 16:04:49 +02:00
rename.nix Adding a rename line for rt73 -> ralink. 2012-08-11 14:54:43 +02:00