![]() |
OpenWrt.KnownProblems HistoryHide minor edits - Show changes to markup May 07, 2009, at 10:28 AM
by -- package repository is no longer located at downlaods.openwrt...
Added lines 13-15:
add http://kamikaze.openwrt.org/7.09/packages/armeb/ instead May 13, 2008, at 07:50 AM
by -- Fixed grammar
Changed lines 8-9 from:
to:
Changed line 12 from:
to:
January 17, 2008, at 10:02 PM
by -- Added info for Ticket #1945
Added lines 11-12:
November 19, 2007, at 06:50 PM
by -- usb-storage notice added
Added line 10:
October 17, 2007, at 06:05 PM
by -- 7.09 not swapable
Changed lines 8-9 from:
to:
October 17, 2007, at 01:04 PM
by -- swap not enabled in 7.07
Changed lines 8-9 from:
to:
August 31, 2007, at 02:00 AM
by -- Tested changing IP info from web interface - worked just fine (removing bad info)
Deleted lines 5-32:
For example, in lan section, you can replace:
option ipaddr 192.168.1.77
option netmask 255.255.255.0
with:
option ipaddr 192.168.0.253
option netmask 255.255.255.0
option gateway 192.168.0.254
option dns 192.168.0.254
than you have to run on terminal also:
uci set network.lan.ipaddr="192.168.0.253"
uci set network.lan.netmask="255.255.255.0"
uci set network.lan.gateway="192.168.0.254"
uci set network.lan.dns="192.168.0.254"
uci commit && ifup -a
August 16, 2007, at 05:32 PM
by -- edited ip info to reflect what is in the file now, rewrote info on installing packages.
Changed lines 8-9 from:
For example, in lan section, you can raplace: to:
For example, in lan section, you can replace: Changed line 11 from:
option ipaddr 192.168.1.1 to:
option ipaddr 192.168.1.77 Changed lines 34-35 from:
to:
July 26, 2007, at 01:47 PM
by --
Added line 7:
July 26, 2007, at 01:47 PM
by --
Added line 8:
Added line 13:
Added line 15:
Added line 22:
Added line 24:
July 26, 2007, at 01:47 PM
by --
Changed lines 7-8 from:
For example, in lan section, you can raplace:
[@
to:
For example, in lan section, you can raplace: [@ Changed lines 11-13 from:
@]
with:
[@
to:
@] with: [@ Changed lines 18-20 from:
@]
than you have to run on terminal also:
[@
to:
@] than you have to run on terminal also: [@ Changed lines 26-27 from:
@] to:
@] July 26, 2007, at 01:46 PM
by --
Changed line 8 from:
[@ to:
[@ Changed line 11 from:
@] to:
@] Changed line 13 from:
[@ to:
[@ Changed line 18 from:
@] to:
@] Changed line 20 from:
[@ to:
[@ Changed lines 26-27 from:
@] to:
@] July 26, 2007, at 01:45 PM
by --
Changed line 7 from:
For example, in lan section, you can raplace: to:
For example, in lan section, you can raplace: Changed line 12 from:
with: to:
with: Changed line 19 from:
than you have to run on terminal also: to:
than you have to run on terminal also: Changed lines 21-25 from:
uci set network.lan.ipaddr="192.168.0.253" uci set network.lan.netmask="255.255.255.0" uci set network.lan.gateway="192.168.0.254" uci set network.lan.dns="192.168.0.254" uci commit && ifup -a to:
uci set network.lan.ipaddr="192.168.0.253"
uci set network.lan.netmask="255.255.255.0"
uci set network.lan.gateway="192.168.0.254"
uci set network.lan.dns="192.168.0.254"
uci commit && ifup -a
July 26, 2007, at 01:44 PM
by --
Added lines 6-27:
For example, in lan section, you can raplace:
option ipaddr 192.168.1.1
option netmask 255.255.255.0
with:
option ipaddr 192.168.0.253
option netmask 255.255.255.0
option gateway 192.168.0.254
option dns 192.168.0.254
than you have to run on terminal also: uci set network.lan.ipaddr="192.168.0.253" uci set network.lan.netmask="255.255.255.0" uci set network.lan.gateway="192.168.0.254" uci set network.lan.dns="192.168.0.254" uci commit && ifup -a July 24, 2007, at 11:32 PM
by --
Changed lines 6-7 from:
to:
July 23, 2007, at 09:45 AM
by --
Changed lines 2-3 from:
In the meantime, just set options ignore 1 in the config interface lan section of /etc/config/dhcp to disable the dhcp server on the lan interface. to:
In the meantime, just set options ignore 1 in the config interface lan section of /etc/config/dhcp to disable the dhcp server on the lan interface. July 23, 2007, at 09:45 AM
by --
Changed lines 1-8 from:
2007/07/22 Starts up a DHCP server by default - will be fixed in next image. In the meantime, just set options ignore 1 in the config interface lan section of /etc/config/dhcp to disable the dhcp server on the lan interface. Changing the host name via the web interface doesn't work. Don't know why yet. Just edit /etc/config/system manually. Installing packages via the web interface doesn't work. Don't know why yet. Just install manually with ipkg install. to:
In the meantime, just set options ignore 1 in the config interface lan section of /etc/config/dhcp to disable the dhcp server on the lan interface.
July 22, 2007, at 05:38 AM
by --
Added lines 1-8:
2007/07/22 Starts up a DHCP server by default - will be fixed in next image. In the meantime, just set options ignore 1 in the config interface lan section of /etc/config/dhcp to disable the dhcp server on the lan interface. Changing the host name via the web interface doesn't work. Don't know why yet. Just edit /etc/config/system manually. Installing packages via the web interface doesn't work. Don't know why yet. Just install manually with ipkg install. |