Initial version of network module.
This commit is contained in:
parent
56ee9b1bd6
commit
02fa10f33c
5 changed files with 407 additions and 0 deletions
3
network/templates/hostname.pppoe.erb
Normal file
3
network/templates/hostname.pppoe.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
inet 0.0.0.0 255.255.255.255 NONE pppoedev <%= device -%> authproto <%= authtype -%> authname '<%= username -%>' authkey '<%= password %>' up
|
||||
dest 0.0.0.1
|
||||
!/sbin/route add default -ifp pppoe0 0.0.0.1
|
Loading…
Add table
Add a link
Reference in a new issue