 
      
    Электроника
- 1 ответ
- 0 вопросов
    2
    Вклад в тег
    
      
      
    
  
  
auto br0
iface br0 inet static
 address 192.168.0.1
 netmask 255.255.255.0
 network 192.168.0.0
 broadcast 192.168.0.255
 bridge_ports eth0
 post-up /etc/network/iptables.rules
 post-up /usr/sbin/brctl addif br0 wlan0
 post-up /etc/init.d/dhcp3-server restart
 post-up /etc/init.d/linux-igd restart
 post-up /etc/init.d/hostapd restart
 post-up /etc/init.d/smbd restart