diff options
Diffstat (limited to 'network/network.conf')
-rw-r--r-- | network/network.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/network/network.conf b/network/network.conf new file mode 100644 index 000000000..8677bd7b5 --- /dev/null +++ b/network/network.conf @@ -0,0 +1,37 @@ +# Configuration file for the network service + +# This section contains options which are not specific to any +# particular interface +[General] + +# If we want to disable support for specific services +# Defaults to supporting all implemented services +#Disable=Connection,Server + +# Disable link encryption: default=false +#DisableSecurity=true + +[PANU Role] + +# Network interface name for PANU for connections. default:bnep%d +# (up to 16 characters) +#Interface= + +# PAN user connection interface up script. default:none +Script=avahi-autoipd + +[GN Role] + +# Network Interface name for Group Network server. default:pan0 +#Interface= + +# Group Network connection interface up script. default:none +Script=avahi-autoipd + +[NAP Role] + +# Network Interface name for Network Access Point server. default:pan1 +#Interface= + +# Network Access Point connection interface up script. default:none +Script=dhclient |