Browse Source

Mathieu Doidy:


			
			
				rocklinux
			
			
		
Mathieu 21 years ago
parent
commit
c1bfe2d550
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/stone_mod_network.sh

+ 1
- 1
package/base/sysfiles/stone_mod_network.sh

@ -186,7 +186,7 @@ add_interface() {
if gui_yesno "Use DHCP to obtain the configuration?" ; then
add_tag "dhcp"
else
add_tag "ip 192.168.5.1"
add_tag "ip 192.168.5.1/24"
add_tag "gw 192.168.5.1"
add_tag "nameserver 192.168.5.1"
fi

Loading…
Cancel
Save