Bug 82834
| Summary: | Creating routes with static-routes doesn't work | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Simon Matter <simon.matter> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:51:26 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of 74320 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/4.77 [de] (X11; U; Linux 2.2.22-6.2.3 i686) Description of problem: I want to create a static route and have put this into /etc/sysconfig/static-routes: eth0 net 10.0.0.0 netmask 255.0.0.0 gw 10.1.0.254 It simply doesn't work. While looking at the code, I'm wondering how it should work but the docs in /usr/share/doc/initscripts-6.95/sysconfig.txt tell me that what I'm trying to do is correct. What is the correct way to define static routes now? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. configure eth0 with 10.1.0.123/16 2. create static route in /etc/sysconfig/static-routes 3. reboot (or do appropriate steps...) Actual Results: no static route has been added to the routing table Expected Results: a static route should have been added Additional info: