[ create a new paste ] login | about

Link: http://codepad.org/QHHhjaH1    [ raw code | fork ]

Plain Text, pasted on Jan 10:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /usr/share/doc/openrc/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
# dns_domain_lo="crossford.net"

#config_eth0="192.168.100.200/24 brd 192.168.100.255"

#routes_eth0="default via 192.168.100.1
#             192.168.10.0/24 via 192.168.100.1"

# eth interfaces for firewall
# we don't want them getting IP addresses
# as they are being donated to bridges

config_eth0="null"
config_eth1="null"
config_eth2="null"
config_eth3="null"
config_eth4="null"

# when we use the Zyxel Router
# the big bad internet - we may not need an IP here as all trafic goes to the router.
bridge_br0="eth1"

# this is meaninless when we use ppp0 in the router
# as we get pppoe packets here and all we can do is pass them on to ppp0 in the router.

config_br0="<public>/29"
##routes_br0="default via <public>"

#for ppp0 - fake IP 
#config_br0="1.1.1.1"

# the DMZ
bridge_br1="eth2"
config_br1="192.168.10.254/24"

# wireless
bridge_br2="eth3"
config_br2="192.168.54.254/24"

# protected wired
bridge_br3="eth4"
config_br3="192.168.100.254/24"

#routes_br3="default via 192.168.100.1"
#            192.168.10.0/24 via 192.168.100.1"


# The network scripts are now part of net-misc/netifrc
# In order to avoid sys-apps/openrc-0.12 from removing this file, this comment was
# added; you can safely remove this comment.  Please see
# /usr/share/doc/netifrc*/README* for more information.


Create a new paste based on this one


Comments: