i know exactly what i need to do, im just not familiar enough with command line to do it properly.
i have 7 computers.
the first 4 are connected to a router via wireless at one end of the house. of the last 3 only 1 will be able to access the router via wireless, so it needs to share it's one wireless connection via ethernet. this computer i'm going to call 'server'
server will have two IP's
wlan0 192.168.1.6 this connects to the router that has internet access.
eth0 i intend to have the following settings
ip:192.168.0.1
sub: 255.255.255.0
eth0 will connect to a second router, where the cat5 cable goes from the server, into the internet port of the router where i will define the router's static IP:
IP: 192.168.0.100
sub: 255.255.255.0
gateway 192.168.0.1
i have then set the router IP for LAN handling as 192.168.27.1 and all ethernet connections will have a 192.168.27.x IP.
so i need to know how to, without a gui application, use the terminal to assign server eth0 a proper IP address, and tell the server to take the connection it has and share it through eth0 to supply internet for the last 2 computers via ethernet.
i had it set up in this way with a windows machine being the one that had the wifi access, but i'd rather have it setup for the ubuntu server to do this task. security is imperative for these 3 remaining machines, so just getting 2 more wifi adapters for a connection to the initial router isn't an option.the 2 that connect to server do so through SSH and though server IS connected via wireless it only makes outward connections through the internet via SSH as well.
please help

thanks in advance.