Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157681 Details for
Bug 245447
SELinux targeted policy prevents radvd from starting
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
radvd configuration file
radvd.conf (text/plain), 2.00 KB, created by
Stephen Sentoff
on 2007-06-23 12:13:41 UTC
(
hide
)
Description:
radvd configuration file
Filename:
MIME Type:
Creator:
Stephen Sentoff
Created:
2007-06-23 12:13:41 UTC
Size:
2.00 KB
patch
obsolete
># We advertise on our internal network, eth0 >interface eth0 >{ > AdvSendAdvert on; > ># ># These settings cause advertisements to be sent every 3-10 seconds. This ># range is good for 6to4 with a dynamic IPv4 address, but can be greatly ># increased when not using 6to4 prefixes. ># > > MinRtrAdvInterval 300; > MaxRtrAdvInterval 1000; > ># ># Disable Mobile IPv6 support ># > AdvHomeAgentFlag off; > ># ># example of a standard prefix ># ># prefix 3ffe:0302:0011:0002::/64 ># { ># AdvOnLink on; ># AdvAutonomous on; ># AdvRouterAddr off; ># }; > ># ># example of a 6to4 prefix ># ># Note that the first 48 bits are specified here as zeros. These will be ># replaced with the appropriate 6to4 address when radvd starts or is ># reconfigured. Be sure that the SLA ID (1234 in this case) is specified ># here! ># ># Our SLA is 0000 > prefix 0:0:0:0000::/64 > { > AdvOnLink on; > AdvAutonomous on; > AdvRouterAddr off; > ># ># This setting causes radvd to replace the first 48 bits of the prefix ># with the 6to4 address generated from the specified interface. For example, ># if the address of ppp0 is 192.0.2.25 when radvd configures itself, this ># prefix will be advertised as 2002:C000:0219:1234::/64. ># ># If ppp0 is not available at configuration time, this prefix will not be ># advertised, but other prefixes listed in the configuration will be ># advertised as usual. ># ># When using the Base6to4Interface option, make sure radvd receives a ># SIGHUP every time the ppp0 interface goes up, down, or is assigned a ># new IPv4 address. The SIGHUP will cause radvd to recognize that the ># ppp0 interface has changed and will adjust the advertisements ># accordingly. ># > ># Base6to4Interface ppp0; ># Our external interface is eth1 > Base6to4Interface eth1; > ># ># If the IP address of ppp0 is assigned dynamically, be sure to set the ># lifetimes for this prefix to be small. Otherwise, hosts on your network ># may continue to use a prefix that no longer corresponds to the address ># on ppp0! ># ># We'll use 1200, 3000; not 120, 300 > AdvPreferredLifetime 1200; > AdvValidLifetime 3000; > }; > >};
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 245447
: 157681