i need somewhere to temporarily store some small jot notes on router config. please ignore them i need them for tomorrow and i lost my USB (and its a miracle i get to post things on forums). and more importantly my hard drive is subject to blow away.

config T

hostname wireless/newcompany1

no IP domain-lookup

enable secret cisco

int lo 0
description local interface for testing
ip address 111.222.333.444 255.255.255.255
exit

int fa 0
descrption gateway to wired LAN
ip address 111.222.333.444 255.255.255.224
no shutdown

int fa 1
descrption gateway to wired LAN
ip address 111.222.333.444 255.255.255.224
no shutdown

int s0
description link to WAN isp
ip address 111.222.333.444 255.255.255.252
clock rate 128000
no shutdown

int s1
description link to newcompany1
ip address 111.222.333.444 255.255.255.252
clock rate 128000
encapsulation ppp
no shutdown

router rip
version 2
network 111.222.333.444
network 111.222.333.444
network 111.222.333.444

ip dhcp pool wired LAN
network 111.222.333.444 255.255.255.224
default router 111.222.333.444
dns-server 111.222.333.444
lease 1 12 33
exit

ip dhcp-excluded-address 111.222.333.444
ip dhcp-excluded-address 111.222.333.444
ip dhcp-excluded-address 111.222.333.444

debug ip dhcp server events
no debug all

line con 0
password class
login
logging synchronous

line vty 0 4
password class
login
logging synchronous

line aux 0
password class
login
logging synchronous

exit
exit

and this is just sample info not real, note NOT REAL, your ignorance is appreciated.