|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
based on yur ifconfig eth0, you need to change the
192.168.1.x addresses to 192.168.0.x
your 'routers' should probably be 192.168.0.1
your domain-name-servers should be whatever
domain servers your isp gives you (they have 2 of them).
change all '192.168.1' to '192.168.0' and give it another
try...
JondZ / e.pike
>
> default-lease-time 600;
> max-lease-time 7200;
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.1.255;
> option routers 192.168.1.254;
> option domain-name-servers 192.168.1.1, 192.168.1.2;
> option domain-name "mydomain.org";
>
>
> subnet 192.168.1.0 netmask 255.255.255.0 {
> range 192.168.1.10 192.168.1.100;
> range 192.168.1.150 192.168.1.200;
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
>
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|