Hi everyone I am a noob to Linux but have created a squid proxy server already but it is not working when I connect other computers to the router, so I am using instead a ISC-DHCP-SERVER in order to give other pc's internet. I am running Ubuntu 12.10 and I am trying to set up a ISC-DHCP-SERVER through "eth0" being the internet nic and "eth0" the router to give other pc's internet. I have read many forums online on how to do this but for some reason cannot get it working. My ifconfig is

PHP Code:
eth0      Link encap:Ethernet  HWaddr 00:14:85:45:8f:62  
          inet addr
:192.168.1.93  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr
2602:304:499b:5ea9:29ff:f662:61c9:fe9f/64 Scope:Global
          
inet6 addr2602:304:499b:5ea9:214:85ff:fe45:8f62/64 Scope:Global
          
inet6 addrfe80::214:85ff:fe45:8f62/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU
:1500  Metric:1
          RX packets
:11013 errors:0 dropped:0 overruns:0 frame:0
          TX packets
:7707 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:1000 
          RX bytes
:10470262 (10.4 MB)  TX bytes:853099 (853.0 KB)

eth1      Link encap:Ethernet  HWaddr 00:50:fc:55:27:7a  
          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 B)  TX bytes:(0.0 B)

eth1:avahi Link encap:Ethernet  HWaddr 00:50:fc:55:27:7a  
          inet addr
:169.254.7.70  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU
:1500  Metric:1

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
:13698 errors:0 dropped:0 overruns:0 frame:0
          TX packets
:13698 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:
          RX bytes
:9921214 (9.9 MB)  TX bytes:9921214 (9.9 MB

Can someone please advise what I should do next? When I...

sudo service isc-dhcp-server stop

I get a unknown instance:

But when I start I get a start/running, process 5080

Please help...thank you all.