User Tools

Site Tools


настройка_сети_в_freebsd

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
настройка_сети_в_freebsd [2016/09/14 13:01]
val [Команды для диагностики]
настройка_сети_в_freebsd [2022/12/29 08:31] (current)
val
Line 60: Line 60:
 ### Rename interface example ### ### Rename interface example ###
 # ifconfig_em0_name=wan0 # ifconfig_em0_name=wan0
 +# ifconfig_wan0="​inet 172.16.1.X/​24"​
  
 ### Alias example ### ### Alias example ###
Line 73: Line 74:
 ### UP iface without ip example ### ### UP iface without ip example ###
 # ifconfig_em0="​up"​ # ifconfig_em0="​up"​
 +
 +### Bridge example ###
 +# cloned_interfaces="​bridge0"​
 +# ifconfig_bridge0="​addm em0 addm em1 up"
 +# ifconfig_em0="​dhcp"​
 +# ifconfig_em1="​up"​
 </​code><​code>​ </​code><​code>​
 # /​etc/​rc.d/​hostname start # /​etc/​rc.d/​hostname start
Line 89: Line 96:
  
 172.16.1.X server.corpX.un server 172.16.1.X server.corpX.un server
- 
-172.16.1.254 proxy 
 </​code><​code>​ </​code><​code>​
 # cat /​etc/​resolv.conf # cat /​etc/​resolv.conf
настройка_сети_в_freebsd.1473847311.txt.gz · Last modified: 2016/09/14 13:01 by val