General Settings

From pressy's brainbackup
Jump to: navigation, search

Network

changing some generell network properties...

# svccfg
svc:> select dns/client
svc:/network/dns/client> setprop config/nameserver = net_address: "192.168.33.20"
svc:/network/dns/client> listprop config/nameserver
config/nameserver net_address 192.168.33.20
svc:/network/dns/client> 
svc:/network/dns/client> setprop config/domain = astring: "pressy.local" 
svc:/network/dns/client> listprop config/domain
config/domain astring     pressy.local
svc:/network/dns/client> select name-service/switch
svc:/system/name-service/switch> setprop config/host = astring: "files dns"
svc:/system/name-service/switch> exit
#