Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213174 Details for
Bug 297153
net-misc/openvpn: init script finishes before openvpn is up, causing dependent services to fail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/conf.d/net
net (text/plain), 1.76 KB, created by
Navid Zamani
on 2009-12-16 10:44:10 UTC
(
hide
)
Description:
/etc/conf.d/net
Filename:
MIME Type:
Creator:
Navid Zamani
Created:
2009-12-16 10:44:10 UTC
Size:
1.76 KB
patch
obsolete
># TO DO: Die Dienstabhängigkeiten hier hinein und die die anderen confs verschieben ># ># Problem: Das VPN wird noch über OpenVPN gesteurt, statt hier, deswegen ># braucht die Bridge via VPN ewig bis sie gestartet ist. > >#-- Normalkonfiguration ------------------------------------------------------ > ># intranet (eth0) >#config_eth0=("dhcp") > >#-- Notkonfiguration für vpn ------------------------------------------------- > ># DMZ (eth0) >config_eth0=("dhcp") >dhcp_eth0="nodns nontp nonis nogateway" >dhcpcd_eth0="-t 10" >fallback_eth0=( "192.168.1.3 netmask 255.255.255.0" ) >fallback_route_eth0=( "default via 192.168.1.2" ) > ># intranet (vpn) >#arbeitet mit openvpn zusammen >#da openvpn das interface nicht rechtzeitig aktiviert >#tuntap_vpn="tap" >#config_vpn=("dhcp") >#fallback_vpn=( "192.168.0.1 netmask 255.255.255.0" ) >#fallback_route_vpn=( "default via 192.168.0.1" ) > >#-- Virtualbox-Brücke -------------------------------------------------------- > ># intranet (eth0) >#config_eth0=("null") > ># intranet (vpn) >#arbeitet mit openvpn zusammen >#da openvpn das interface nicht rechtzeitig aktiviert >tuntap_vpn="tap" >config_vpn=("null") > ># VirtualBox (vbox0) >tuntap_vbox0="tap" >config_vbox0=("null") > ># überbrücktes intranet (br0) >#bridge_br0="eth0 vbox0" # zwischen intranet (eth0) und virtualbox >bridge_br0="vpn vbox0" # zwischen intranet (vpn) und virtualbox >config_br0=("dhcp") >dhcpcd_br0="-t 10" >fallback_br0=( "192.168.0.2 netmask 255.255.255.0" ) >fallback_route_br0=( "default via 192.168.0.1" ) >brctl_br0=("setfd 0" "sethello 1" "stp on") > ># erst die brücke beietet richtiges netz! >rc_provide="!net" >rc_provide_eth0="dmz" >#rc_need_br0="net.eth0 net.vbox0" >rc_need_br0="net.vpn openvpn.vpn net.vbox0" >rc_provide_br0="net" > >#-----------------------------------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 297153
: 213174 |
213176
|
213177
|
213179
|
213180
|
213181
|
213187