Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17623 Details for
Bug 1990
Reintroduce pcmcia-cs network schemes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Sample schemed /etc/conf.d/net
net (text/plain), 1.44 KB, created by
Mark Wagner
on 2003-09-13 00:07:50 UTC
(
hide
)
Description:
Sample schemed /etc/conf.d/net
Filename:
MIME Type:
Creator:
Mark Wagner
Created:
2003-09-13 00:07:50 UTC
Size:
1.44 KB
patch
obsolete
># /etc/conf.d/net: ># $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $ > ># Global config file for net.* rc-scripts > >SCHEME="`current_scheme`" > >case "${SCHEME}" in > >"lanfear-wired") > > # This is basically the ifconfig argument without the ifconfig $iface > # > iface_eth0="206.124.137.182 broadcast 206.124.137.183 netmask 255.255.255.248" > #iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0" > > # For DHCP set iface_eth? to "dhcp" > # For passing options to dhcpcd use dhcpcd_eth? > # > #iface_eth0="dhcp" > #dhcpcd_eth0="..." > > # For adding aliases to a interface > # > #alias_eth0="192.168.0.3 192.168.0.4" > > # NB: The next is only used for aliases. > # > # To add a custom netmask/broadcast address to created aliases, > # uncomment and change accordingly. Leave commented to assign > # defaults for that interface. > # > #broadcast_eth0="192.168.0.255 192.168.0.255" > #netmask_eth0="255.255.255.0 255.255.255.0" > > > # For setting the default gateway > # > gateway="eth0/206.124.137.178" > ;; > >"radonc-141") > iface_eth0="128.208.141.74 broadcast 128.208.141.255 netmask 255.255.255.0" > gateway="eth0/128.208.141.100" > ;; > >"dhcp-wired") > iface_eth0="dhcp" > ;; > >"dhcp-wireless") > iface_wlan0="dhcp" > ;; > >"nonet") > # Hmm... > iface_eth0="foo" > iface_wlan0="bar" > ;; > >"lanfear-wireless") > iface_wlan0="10.242.242.3 broadcast 10.242.242.255 netmask 255.255.255.0" > ;; > >*) > eerror "Scheme '${SCHEME}' unknown" > ;; > >esac
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 1990
:
17621
|
17622
| 17623 |
17624