Even though I modified /etc/network/interfaces to read:
# Used by ifup(

and ifdown(

. See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.6
gateway 192.168.1.254
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
It has no effect. when I do /etc/init.d/networking restart my plug freezes up.
When I unplug it and reboot I can log back in under 192.168.1.1 (wired!)
and this is my ifconfig:
sheevaplug-debian:/etc/rc3.d# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:43:01:83:d0
inet addr:192.168.1.232 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::250:43ff:fe01:83d0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1017 errors:0 dropped:0 overruns:0 frame:0
TX packets:628 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:106906 (104.4 KiB) TX bytes:81170 (79.2 KiB)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:480 (480.0 B) TX bytes:480 (480.0 B)
uap0 Link encap:Ethernet HWaddr 00:24:23:1f:9d:e5
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)