User Tools

Site Tools


wiki:ip_route_issue_with_local_addresses

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:ip_route_issue_with_local_addresses [2021/04/22 11:00] walkeradminwiki:ip_route_issue_with_local_addresses [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 44: Line 44:
 I wasn't able to remove the routes by using <color #ed1c24>ip route del</color> so the method used was as follows: I wasn't able to remove the routes by using <color #ed1c24>ip route del</color> so the method used was as follows:
 \\  \\ 
 +\\ 
 +Edit the file <color #ed1c24>/etc/sysconfig/network</color> (it's probably empty)
 +\\ 
 +\\ 
 +Add the line <color #ed1c24>NOZEROCONF=yes</color> to the file and save and exit
 +\\ 
 +\\ 
 +Now reboot the server.
 +\\ 
 +\\ 
 +After this, performing an <color #ed1c24>ip route</color> shows the following:
 +\\ 
 +<file>
 +ip route
  
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-add to the file /etc/sysconfig/network 
-NOZEROCONF=yes 
- 
-reboot network or server 
- 
-ip route 
 default via 192.168.1.1 dev mngt default via 192.168.1.1 dev mngt
 10.0.0.0/8 dev eth2 proto kernel scope link src 10.0.154.2 10.0.0.0/8 dev eth2 proto kernel scope link src 10.0.154.2
Line 70: Line 65:
 11.0.0.0/8 dev eth5 proto kernel scope link src 11.0.154.5 11.0.0.0/8 dev eth5 proto kernel scope link src 11.0.154.5
 192.168.1.0/24 dev mngt proto kernel scope link src 192.168.1.154 192.168.1.0/24 dev mngt proto kernel scope link src 192.168.1.154
 +</file>
 +
 +All of the 169.254.0.0 reference are gone.
 +\\ 
 +\\ 
 +\\ 
 +
wiki/ip_route_issue_with_local_addresses.1619085648.txt.gz · Last modified: 2023/03/09 22:35 (external edit)