nixpkgs/pkgs/tools/networking
Peter Simons 0f3fa64430 wicd: integrate with upstart events
quite some services need to be started/restarted when a connection is
established/teared down. Also, some services are optional depending on
the connected access point. For example: use a vpn on an untrusted
network.

these small trigger scripts don't change any behaviour by themselves,
but allow you to hook in to them if you need.

example use:

  jobs.gw6c.startOn = pkgs.lib.mkForce "started  openvpn-dcsOffice";
  jobs.gw6c.stopOn  = pkgs.lib.mkForce "stopping openvpn-dcsOffice";
  jobs."openvpn-dcsOffice".startOn        = pkgs.lib.mkForce "wicd-postconnect";
  jobs."openvpn-dcsOffice".stopOn         = pkgs.lib.mkForce "stopping network-interfaces or wicd-predisconnect";

In the example, I use 3 layers. When a physical connection is
available (wifi connect), I setup a vpn connection, and setup an ipv6
tunnel on top of that. When disconnecting, they are automatically shut
down in the right order as well.

svn path=/nixpkgs/trunk/; revision=31662
2012-01-18 20:38:34 +00:00
..
aircrack-ng
altermime
aria
aria2
atftp
autossh
axel
bsd-finger
cksfv
cntlm
curl
ddclient
dhcp
dhcpcd
dnsmasq
dnstop
dropbear
eggdrop
fdm
flvstreamer
fuppes
getmail
gftp
gupnp-tools
gvpe
host
hyenae
iftop
imapproxy
imapsync
inadyn
inetutils
iodine
iperf
isync
jnettop
jwhois
knetworkmanager
lftp
lsh
mailutils
miniupnpc Updating bitcoin to version 0.5.0. 2011-11-24 19:48:20 +00:00
miniupnpd
modemmanager Fix tarball 2012-01-06 16:14:02 +00:00
mtr
mu0
nbd
nc6
ncat
ncftp
ndisc6
netboot
netcat
netkit/tftp
netselect
network-manager
network-manager-applet
networkmanagement Add kde4.networkmanagement 2012-01-03 13:39:09 +00:00
nss-mdns
ntp
nylon
nzbget
offlineimap
openssh
openvpn openvpn: use iproute2 instead of net-tools 2012-01-18 20:38:27 +00:00
p2p pkgs/tools/networking/p2p/rtorrent/default.nix: avoid use of "install -D" to make FreeBSD happy 2011-12-06 20:44:31 +00:00
par2cmdline
pdnsd
pdsh
philter
ppp * rp-pppoe requires a version attribute in ppp. 2012-01-04 19:04:09 +00:00
pptp
privoxy
proxychains
radvd
ripmime
rp-pppoe
s3cmd
s3sync
siege
sitecopy
slimrat
smbldaptools Adding smbldap-tools. And some CPAN packages as bonus. 2011-12-27 21:35:50 +00:00
socat
ssmtp
stun
stunnel
swec
tcng
tcpdump
telnet
tftp-hpa
unbound
uwimap
vde2 * vde2 updated to 2.3.2. 2011-12-09 11:14:02 +00:00
vlan
vpnc
vtun
wakelan
wavemon
webalizer Updating webalizer. 2011-12-26 17:27:30 +00:00
wget
wicd wicd: integrate with upstart events 2012-01-18 20:38:34 +00:00
x11-ssh-askpass