++ clarify /22 wording
This commit is contained in:
		
					parent
					
						
							
								eef0d52948
							
						
					
				
			
			
				commit
				
					
						0ec9af4311
					
				
			
		
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -51,10 +51,11 @@ default via inet6 fe80::21b:21ff:febb:6934 dev wlp0s20f3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Now to be able to actually transmit IPv4 packets, I do need a source
 | 
					Now to be able to actually transmit IPv4 packets, I do need a source
 | 
				
			||||||
IPv4 address. In the current network I can use an address in the
 | 
					IPv4 address. In the current network I can use an address in the
 | 
				
			||||||
unused 10.0.8.0/22 network:
 | 
					unused 10.0.8.0/22 network, however I'll add it with a /32 mask to
 | 
				
			||||||
 | 
					make it clear that there is no interface local route applied:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
ip addr add 10.0.8.42/32 dev wlp0s20f3
 | 
					[root@diamond ~]# ip addr add 10.0.8.42/32 dev wlp0s20f3
 | 
				
			||||||
[root@diamond ~]# ip r
 | 
					[root@diamond ~]# ip r
 | 
				
			||||||
default via inet6 fe80::21b:21ff:febb:6934 dev wlp0s20f3
 | 
					default via inet6 fe80::21b:21ff:febb:6934 dev wlp0s20f3
 | 
				
			||||||
[root@diamond ~]# ip a sh dev wlp0s20f3
 | 
					[root@diamond ~]# ip a sh dev wlp0s20f3
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue