You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(59) |
Sep
(57) |
Oct
(5) |
Nov
(45) |
Dec
(21) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(13) |
Feb
(22) |
Mar
(14) |
Apr
(7) |
May
(33) |
Jun
(57) |
Jul
(25) |
Aug
(40) |
Sep
(53) |
Oct
(58) |
Nov
(75) |
Dec
(22) |
| 2003 |
Jan
(101) |
Feb
(101) |
Mar
(103) |
Apr
(125) |
May
(85) |
Jun
(57) |
Jul
(62) |
Aug
(42) |
Sep
(76) |
Oct
(214) |
Nov
(290) |
Dec
(274) |
| 2004 |
Jan
(187) |
Feb
(172) |
Mar
(313) |
Apr
(209) |
May
(169) |
Jun
(147) |
Jul
(118) |
Aug
(193) |
Sep
(227) |
Oct
(125) |
Nov
(246) |
Dec
(191) |
| 2005 |
Jan
(244) |
Feb
(175) |
Mar
(165) |
Apr
(130) |
May
(217) |
Jun
(122) |
Jul
(188) |
Aug
(235) |
Sep
(165) |
Oct
(133) |
Nov
(209) |
Dec
(88) |
| 2006 |
Jan
(66) |
Feb
(89) |
Mar
(108) |
Apr
(91) |
May
(29) |
Jun
(45) |
Jul
(64) |
Aug
(42) |
Sep
(44) |
Oct
(81) |
Nov
(64) |
Dec
(9) |
| 2007 |
Jan
(24) |
Feb
(122) |
Mar
(55) |
Apr
(50) |
May
(84) |
Jun
(13) |
Jul
(80) |
Aug
(70) |
Sep
(78) |
Oct
(45) |
Nov
(56) |
Dec
(42) |
| 2008 |
Jan
(65) |
Feb
(3) |
Mar
(51) |
Apr
(151) |
May
(54) |
Jun
(72) |
Jul
(73) |
Aug
(47) |
Sep
(55) |
Oct
(123) |
Nov
(16) |
Dec
(4) |
| 2009 |
Jan
(23) |
Feb
(39) |
Mar
(27) |
Apr
(36) |
May
(35) |
Jun
(51) |
Jul
(11) |
Aug
(14) |
Sep
(40) |
Oct
(67) |
Nov
(38) |
Dec
(13) |
| 2010 |
Jan
(15) |
Feb
(35) |
Mar
(40) |
Apr
(11) |
May
(26) |
Jun
(10) |
Jul
(5) |
Aug
(50) |
Sep
(86) |
Oct
(67) |
Nov
(36) |
Dec
(11) |
| 2011 |
Jan
(50) |
Feb
(6) |
Mar
(13) |
Apr
(13) |
May
(29) |
Jun
(27) |
Jul
(26) |
Aug
(27) |
Sep
(21) |
Oct
(7) |
Nov
(27) |
Dec
(4) |
| 2012 |
Jan
(11) |
Feb
(20) |
Mar
(48) |
Apr
(18) |
May
(8) |
Jun
(19) |
Jul
|
Aug
(15) |
Sep
(3) |
Oct
(4) |
Nov
(5) |
Dec
(1) |
| 2013 |
Jan
(13) |
Feb
(7) |
Mar
(4) |
Apr
(25) |
May
(2) |
Jun
(8) |
Jul
(4) |
Aug
(8) |
Sep
(7) |
Oct
|
Nov
(5) |
Dec
(10) |
| 2014 |
Jan
|
Feb
|
Mar
(6) |
Apr
(20) |
May
(5) |
Jun
|
Jul
(2) |
Aug
|
Sep
(8) |
Oct
(21) |
Nov
(4) |
Dec
(7) |
| 2015 |
Jan
(10) |
Feb
(9) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(11) |
Oct
|
Nov
(17) |
Dec
(32) |
| 2016 |
Jan
(10) |
Feb
(15) |
Mar
(4) |
Apr
(7) |
May
(10) |
Jun
(11) |
Jul
(15) |
Aug
(26) |
Sep
(13) |
Oct
(10) |
Nov
(16) |
Dec
(6) |
| 2017 |
Jan
(9) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
(6) |
Nov
(8) |
Dec
|
| 2018 |
Jan
(12) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Arnaud Gomes-do-V. <Arn...@ir...> - 2013-04-25 15:03:54
|
Heiko Zuerker <he...@zu...> writes:
> Thanks for pointing this out. I added it to the todo list.
> It may be quite a while until I get to it....
I think I have found the cause: the vlan source tarball includes an old
32-bit binary. The following patch to scripts/vlan should fix the issue:
--- vlan.orig 2013-04-25 17:00:30.801291551 +0200
+++ vlan 2013-04-25 17:01:22.121923713 +0200
@@ -18,7 +18,7 @@
case $1 in
build )
if [ "$CONFIG_VLAN" = "y" ]; then
- make $PMAKE all || exit 1
+ make $PMAKE purge vconfig || exit 1
fi
;;
@@ -28,7 +28,7 @@
rm -rf $TMPDIR || exit 1
copy_man
mkdir -p $TMPDIR || exit 1
- make all DESTDIR=$TMPDIR || exit 1
+ make purge vconfig DESTDIR=$TMPDIR || exit 1
mkdir -p $CDDIR/bin
cp vconfig $CDDIR/bin || exit 1
rm -rf $TMPDIR || exit 1
--
A
|
|
From: Heiko Z. <he...@zu...> - 2013-04-25 12:20:53
|
Arnaud, Thanks for pointing this out. I added it to the todo list. It may be quite a while until I get to it.... Heiko Quoting Arnaud Gomes-do-Vale <Arn...@ir...>: > Hello, > > /bin/vconfig in the 64-bit version of DL 1.6.3 is built as a 32-bit > binary, which doesn't work without 32-bit libraries. > > root@gw2:~ # cat /etc/issue > > Welcome to Devil-Linux v1.6.3-x86_64 - Kernel \r (\l). > > root@gw2:~ # file /bin/vconfig > /bin/vconfig: ELF 32-bit LSB executable, Intel 80386, version 1 > (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, > stripped > root@gw2:~ # ldd /bin/vconfig > not a dynamic executable > > I have not found any other 32-bit binaries, only /bin/vconfig. > > -- > A > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: Arnaud Gomes-do-V. <Arn...@ir...> - 2013-04-24 08:47:16
|
Hello,
/bin/vconfig in the 64-bit version of DL 1.6.3 is built as a 32-bit
binary, which doesn't work without 32-bit libraries.
root@gw2:~ # cat /etc/issue
Welcome to Devil-Linux v1.6.3-x86_64 - Kernel \r (\l).
root@gw2:~ # file /bin/vconfig
/bin/vconfig: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
root@gw2:~ # ldd /bin/vconfig
not a dynamic executable
I have not found any other 32-bit binaries, only /bin/vconfig.
--
A
|
|
From: Luca I. <sec...@ho...> - 2013-04-17 17:28:30
|
I just wanted to inform you that the DHCPD is serving both subnets just fine. thanks :)Luca > From: dev...@li... > Subject: Devil-linux-discuss Digest, Vol 76, Issue 6 > To: dev...@li... > Date: Sun, 14 Apr 2013 14:33:40 +0000 > > Send Devil-linux-discuss mailing list submissions to > dev...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > or, via email, send a message with subject or body 'help' to > dev...@li... > > You can reach the person managing the list at > dev...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Devil-linux-discuss digest..." > > > Today's Topics: > > 1. Re: Devil-linux-discuss Digest, Vol 76, Issue 5 (Luca Iacono) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 14 Apr 2013 16:32:53 +0200 > From: Luca Iacono <sec...@ho...> > Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, > Issue 5 > To: "dev...@li..." > <dev...@li...> > Message-ID: <DUB...@ph...> > Content-Type: text/plain; charset="iso-8859-1" > > hello Heiko Zuerker, thanks for replying, yes I have.correct me if I am wrong, this kind of operation cannot be set via the interface. so I manually defined an new subnet in the dchpd.conf and set the DCHP=server in the ifcfg-xxxx file. > thanksLuca > > > From: dev...@li... > > Subject: Devil-linux-discuss Digest, Vol 76, Issue 5 > > To: dev...@li... > > Date: Sun, 14 Apr 2013 14:21:20 +0000 > > > > Send Devil-linux-discuss mailing list submissions to > > dev...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > or, via email, send a message with subject or body 'help' to > > dev...@li... > > > > You can reach the person managing the list at > > dev...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Devil-linux-discuss digest..." > > > > > > Today's Topics: > > > > 1. Re: Devil-linux-discuss Digest, Vol 76, Issue 3 (Luca Iacono) > > 2. Re: Devil-linux-discuss Digest, Vol 76, Issue 3 (Heiko Zuerker) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sun, 14 Apr 2013 14:00:04 +0200 > > From: Luca Iacono <sec...@ho...> > > Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, > > Issue 3 > > To: "dev...@li..." > > <dev...@li...> > > Message-ID: <DUB...@ph...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > The network has been segmented for obvious reasons, one being security, the names on the nice are quite telling.Now i have the need to serve the office too.thank youluca > > > > > From: dev...@li... > > > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > > > To: dev...@li... > > > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > > > > > Send Devil-linux-discuss mailing list submissions to > > > dev...@li... > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > or, via email, send a message with subject or body 'help' to > > > dev...@li... > > > > > > You can reach the person managing the list at > > > dev...@li... > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of Devil-linux-discuss digest..." > > > > > > > > > Today's Topics: > > > > > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > > > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > > > 3. Re: DCHPD serving two subnets on two NICs, same machine > > > (Maria Pinjanainen) > > > 4. Re: DCHPD serving two subnets on two NICs, same machine > > > (Heiko Zuerker) > > > 5. Re: DCHPD serving two subnets on two NICs, same machine > > > (Dick Middleton) > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Sat, 13 Apr 2013 01:23:41 +0200 > > > From: Luca Iacono <sec...@ho...> > > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > > > same machine > > > To: "dev...@li..." > > > <dev...@li...> > > > Message-ID: <DUB...@ph...> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hello, > > > I have a Devil machine with 3 subnets, > > > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school eth2 > > > At present the DHCP server is only serving the school network, set up via the devil interface. > > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all.many thanks > > > > > > Luca > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > > > > ------------------------------ > > > > > > Message: 2 > > > Date: Sat, 13 Apr 2013 03:40:14 -0400 > > > From: Nick <kyn...@gm...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: "dev...@li..." > > > <dev...@li...> > > > Message-ID: <FF7...@gm...> > > > Content-Type: text/plain; charset="us-ascii" > > > > > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your subnets. And any ways why do u need another subnet. > > > > > > Sent from my iPad > > > > > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> wrote: > > > > > > > Hello, > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > At present the DHCP server is only serving the school network, set up via the devil interface. > > > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. > > > > many thanks > > > > > > > > Luca > > > > ------------------------------------------------------------------------------ > > > > Precog is a next-generation analytics platform capable of advanced > > > > analytics on semi-structured data. The platform includes APIs for building > > > > apps and a phenomenal toolset for data science. Developers can use > > > > our toolset for easy data analysis & visualization. Get a free account! > > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > _______________________________________________ > > > > Devil-linux-discuss mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > > > > ------------------------------ > > > > > > Message: 3 > > > Date: Sat, 13 Apr 2013 11:33:36 +0300 > > > From: Maria Pinjanainen <mar...@gm...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: dev...@li... > > > Message-ID: <1365842016.4258.5.camel@mymmeli> > > > Content-Type: text/plain; charset="UTF-8" > > > > > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > > > Hello, > > > > > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > > > > > At present the DHCP server is only serving the school network, set up > > > > via the devil interface. > > > > I would like, however, the DHCP server to server the office subnet > > > > too. The interface does not allow for the setting up of two subnets, > > > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > > > entry on server too. > > > > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful > > > > if you could provide any help at all. > > > > many thanks > > > > > > > > Luca > > > > > > Take a look at dnsmasq daemon. It can work as you need. > > > I use it instead of that "traditional" dhcpd. > > > > > > > ------------------------------------------------------------------------------ > > > > Precog is a next-generation analytics platform capable of advanced > > > > analytics on semi-structured data. The platform includes APIs for building > > > > apps and a phenomenal toolset for data science. Developers can use > > > > our toolset for easy data analysis & visualization. Get a free account! > > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > > > > > > > > > > > > > > > ------------------------------ > > > > > > Message: 4 > > > Date: Sat, 13 Apr 2013 08:47:59 -0500 > > > From: "Heiko Zuerker" <he...@zu...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: <dev...@li...> > > > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > > > Content-Type: text/plain; charset="us-ascii" > > > > > > Luca, > > > > > > > > > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > > > /etc/sysconfig/nic ? > > > > > > > > > > > > Best Regards > > > > > > Heiko Zuerker > > > > > > > > > > > > From: Luca Iacono [mailto:sec...@ho...] > > > Sent: Friday, April 12, 2013 6:24 PM > > > To: dev...@li... > > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > > > machine > > > > > > > > > > > > Hello, > > > > > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > > > 192.168.0.0 office eth1 > > > > > > 192.168.1.0 school eth2 > > > > > > > > > > > > At present the DHCP server is only serving the school network, set up via > > > the devil interface. > > > I would like, however, the DHCP server to server the office subnet too. The > > > interface does not allow for the setting up of two subnets, so I edited the > > > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > > > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if > > > you could provide any help at all. > > > > > > many thanks > > > > > > Luca > > > > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > > > > ------------------------------ > > > > > > Message: 5 > > > Date: Sat, 13 Apr 2013 19:48:22 +0100 > > > From: Dick Middleton <di...@fo...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: dev...@li... > > > Message-ID: <516...@fo...> > > > Content-Type: text/plain; charset=ISO-8859-1 > > > > > > On 04/13/13 00:23, Luca Iacono wrote: > > > > Hello, > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if you > > > > could provide any help at all. > > > > many thanks > > > > > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > > > the interface names are on the command line meaning they must be set in the > > > system start script somehow. On my system the variable DEVICES seems to be the > > > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > > > > > The manual says: The names of the network interfaces on which dhcpd should > > > listen for broadcasts may be specified on the command line. This should be > > > done on systems where dhcpd is unable to identify non-broadcast > > > interfaces, but should not be required on other systems. If no interface > > > names are specified on the command line dhcpd will identify all network > > > interfaces which are up, eliminating non-broadcast interfaces if possible, and > > > listen for DHCP broadcasts on each interface. > > > > > > Dick > > > > > > > > > > > > > > > > > > > > > ------------------------------ > > > > > > ------------------------------------------------------------------------------ > > > Precog is a next-generation analytics platform capable of advanced > > > analytics on semi-structured data. The platform includes APIs for building > > > apps and a phenomenal toolset for data science. Developers can use > > > our toolset for easy data analysis & visualization. Get a free account! > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > Devil-linux-discuss mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > > > ************************************************** > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 2 > > Date: Sun, 14 Apr 2013 09:21:10 -0500 > > From: "Heiko Zuerker" <he...@zu...> > > Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, > > Issue 3 > > To: <dev...@li...> > > Message-ID: <004001ce391b$4fd0fe80$ef72fb80$@zuerker.org> > > Content-Type: text/plain; charset="us-ascii" > > > > Luca, > > > > > > > > What you want to accomplish definitely works with DL, I have that > > configuration running. > > > > The respective ifcfg- files need to be configured with static IP addresses > > and DHCP=server . > > > > All that remains is configuring the dhcpd.conf with the 2 subnets. > > > > > > > > Are you seeing any errors on the command line or in the syslog? > > > > Are you using the command > > > > /etc/init.d/network restart > > > > to test your changes? > > > > > > > > Send us your ifcfg and dhcpd.conf files (replace any public IPs you're > > using), maybe there's a typo somewhere. > > > > > > > > Best Regards > > > > Heiko Zuerker > > > > > > > > From: Luca Iacono [mailto:sec...@ho...] > > Sent: Sunday, April 14, 2013 7:00 AM > > To: dev...@li... > > Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, Issue > > 3 > > > > > > > > The network has been segmented for obvious reasons, one being security, the > > names on the nice are quite telling. > > > > Now i have the need to serve the office too. > > > > thank you > > > > luca > > > > > From: dev...@li... > > > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > > > To: dev...@li... > > > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > > > > > Send Devil-linux-discuss mailing list submissions to > > > dev...@li... > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > or, via email, send a message with subject or body 'help' to > > > dev...@li... > > > > > > You can reach the person managing the list at > > > dev...@li... > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of Devil-linux-discuss digest..." > > > > > > > > > Today's Topics: > > > > > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > > > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > > > 3. Re: DCHPD serving two subnets on two NICs, same machine > > > (Maria Pinjanainen) > > > 4. Re: DCHPD serving two subnets on two NICs, same machine > > > (Heiko Zuerker) > > > 5. Re: DCHPD serving two subnets on two NICs, same machine > > > (Dick Middleton) > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Sat, 13 Apr 2013 01:23:41 +0200 > > > From: Luca Iacono <sec...@ho...> > > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > > > same machine > > > To: "dev...@li..." > > > <dev...@li...> > > > Message-ID: <DUB...@ph...> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hello, > > > I have a Devil machine with 3 subnets, > > > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school > > eth2 > > > At present the DHCP server is only serving the school network, set up via > > the devil interface. > > > I would like, however, the DHCP server to server the office subnet too. > > The interface does not allow for the setting up of two subnets, so I edited > > the /etc/dhcpd.conf by adding the subnet in question, as well as the I > > office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server > > too. > > > Strangely enough it does not seem to be working. I should be grateful if > > you could provide any help at all.many thanks > > > > > > Luca > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > > > > ------------------------------ > > > > > > Message: 2 > > > Date: Sat, 13 Apr 2013 03:40:14 -0400 > > > From: Nick <kyn...@gm...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: "dev...@li..." > > > <dev...@li...> > > > Message-ID: <FF7...@gm...> > > > Content-Type: text/plain; charset="us-ascii" > > > > > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your > > subnets. And any ways why do u need another subnet. > > > > > > Sent from my iPad > > > > > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> > > wrote: > > > > > > > Hello, > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > At present the DHCP server is only serving the school network, set up > > via the devil interface. > > > > I would like, however, the DHCP server to server the office subnet too. > > The interface does not allow for the setting up of two subnets, so I edited > > the /etc/dhcpd.conf by adding the subnet in question, as well as the I > > office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server > > too. > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if > > you could provide any help at all. > > > > many thanks > > > > > > > > Luca > > > > > > ---------------------------------------------------------------------------- > > -- > > > > Precog is a next-generation analytics platform capable of advanced > > > > analytics on semi-structured data. The platform includes APIs for > > building > > > > apps and a phenomenal toolset for data science. Developers can use > > > > our toolset for easy data analysis & visualization. Get a free account! > > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > _______________________________________________ > > > > Devil-linux-discuss mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > > > > ------------------------------ > > > > > > Message: 3 > > > Date: Sat, 13 Apr 2013 11:33:36 +0300 > > > From: Maria Pinjanainen <mar...@gm...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: dev...@li... > > > Message-ID: <1365842016.4258.5.camel@mymmeli> > > > Content-Type: text/plain; charset="UTF-8" > > > > > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > > > Hello, > > > > > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > > > > > At present the DHCP server is only serving the school network, set up > > > > via the devil interface. > > > > I would like, however, the DHCP server to server the office subnet > > > > too. The interface does not allow for the setting up of two subnets, > > > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > > > entry on server too. > > > > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful > > > > if you could provide any help at all. > > > > many thanks > > > > > > > > Luca > > > > > > Take a look at dnsmasq daemon. It can work as you need. > > > I use it instead of that "traditional" dhcpd. > > > > > > > > > ---------------------------------------------------------------------------- > > -- > > > > Precog is a next-generation analytics platform capable of advanced > > > > analytics on semi-structured data. The platform includes APIs for > > building > > > > apps and a phenomenal toolset for data science. Developers can use > > > > our toolset for easy data analysis & visualization. Get a free account! > > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > _______________________________________________ Devil-linux-discuss > > mailing list Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > > > > > > > > > > > > > > > ------------------------------ > > > > > > Message: 4 > > > Date: Sat, 13 Apr 2013 08:47:59 -0500 > > > From: "Heiko Zuerker" <he...@zu...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: <dev...@li...> > > > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > > > Content-Type: text/plain; charset="us-ascii" > > > > > > Luca, > > > > > > > > > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > > > /etc/sysconfig/nic ? > > > > > > > > > > > > Best Regards > > > > > > Heiko Zuerker > > > > > > > > > > > > From: Luca Iacono [mailto:sec...@ho...] > > > Sent: Friday, April 12, 2013 6:24 PM > > > To: dev...@li... > > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > > > machine > > > > > > > > > > > > Hello, > > > > > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > > > 192.168.0.0 office eth1 > > > > > > 192.168.1.0 school eth2 > > > > > > > > > > > > At present the DHCP server is only serving the school network, set up via > > > the devil interface. > > > I would like, however, the DHCP server to server the office subnet too. > > The > > > interface does not allow for the setting up of two subnets, so I edited > > the > > > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > > > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if > > > you could provide any help at all. > > > > > > many thanks > > > > > > Luca > > > > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > > > > ------------------------------ > > > > > > Message: 5 > > > Date: Sat, 13 Apr 2013 19:48:22 +0100 > > > From: Dick Middleton <di...@fo...> > > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > > NICs, same machine > > > To: dev...@li... > > > Message-ID: <516...@fo...> > > > Content-Type: text/plain; charset=ISO-8859-1 > > > > > > On 04/13/13 00:23, Luca Iacono wrote: > > > > Hello, > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if > > you > > > > could provide any help at all. > > > > many thanks > > > > > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > > > the interface names are on the command line meaning they must be set in > > the > > > system start script somehow. On my system the variable DEVICES seems to be > > the > > > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > > > > > The manual says: The names of the network interfaces on which dhcpd should > > > listen for broadcasts may be specified on the command line. This should be > > > done on systems where dhcpd is unable to identify non-broadcast > > > interfaces, but should not be required on other systems. If no interface > > > names are specified on the command line dhcpd will identify all network > > > interfaces which are up, eliminating non-broadcast interfaces if possible, > > and > > > listen for DHCP broadcasts on each interface. > > > > > > Dick > > > > > > > > > > > > > > > > > > > > > ------------------------------ > > > > > > > > ---------------------------------------------------------------------------- > > -- > > > Precog is a next-generation analytics platform capable of advanced > > > analytics on semi-structured data. The platform includes APIs for building > > > apps and a phenomenal toolset for data science. Developers can use > > > our toolset for easy data analysis & visualization. Get a free account! > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > Devil-linux-discuss mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > > > ************************************************** > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > ------------------------------ > > > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > End of Devil-linux-discuss Digest, Vol 76, Issue 5 > > ************************************************** > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > End of Devil-linux-discuss Digest, Vol 76, Issue 6 > ************************************************** |
|
From: Arnaud Gomes-do-V. <Arn...@ir...> - 2013-04-15 14:15:58
|
Hi, Just a tip I stumbled upon: even though dummy interfaces are not supported, you can configure one by making /etc/init.d/network mistake it for an ethernet interface. You just have to name the configuration file /etc/sysconfig/nic/ifcfg-eth<something>. Here is my /etc/sysconfig/nic/ifcfg-eth-dummy0: # ******************************************************************** DEVICE=dummy0 ONBOOT=yes DHCP=no IP=129.102.255.0 NETMASK=/32 MODULE=dummy IPV6ADDR=2001:660:3004:255::1:0/128 # ******************************************************************** -- A |
|
From: Heiko Z. <he...@zu...> - 2013-04-14 14:58:12
|
Luca, You did the right thing. The setup program is only for a basic configuration, anything beyond that you have to configure the files yourself. Best Regards Heiko Zuerker From: Luca Iacono [mailto:sec...@ho...] Sent: Sunday, April 14, 2013 9:33 AM To: dev...@li... Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, Issue 5 hello Heiko Zuerker, thanks for replying, yes I have. correct me if I am wrong, this kind of operation cannot be set via the interface. so I manually defined an new subnet in the dchpd.conf and set the DCHP=server in the ifcfg-xxxx file. thanks Luca |
|
From: Luca I. <sec...@ho...> - 2013-04-14 14:33:03
|
hello Heiko Zuerker, thanks for replying, yes I have.correct me if I am wrong, this kind of operation cannot be set via the interface. so I manually defined an new subnet in the dchpd.conf and set the DCHP=server in the ifcfg-xxxx file. thanksLuca > From: dev...@li... > Subject: Devil-linux-discuss Digest, Vol 76, Issue 5 > To: dev...@li... > Date: Sun, 14 Apr 2013 14:21:20 +0000 > > Send Devil-linux-discuss mailing list submissions to > dev...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > or, via email, send a message with subject or body 'help' to > dev...@li... > > You can reach the person managing the list at > dev...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Devil-linux-discuss digest..." > > > Today's Topics: > > 1. Re: Devil-linux-discuss Digest, Vol 76, Issue 3 (Luca Iacono) > 2. Re: Devil-linux-discuss Digest, Vol 76, Issue 3 (Heiko Zuerker) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 14 Apr 2013 14:00:04 +0200 > From: Luca Iacono <sec...@ho...> > Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, > Issue 3 > To: "dev...@li..." > <dev...@li...> > Message-ID: <DUB...@ph...> > Content-Type: text/plain; charset="iso-8859-1" > > The network has been segmented for obvious reasons, one being security, the names on the nice are quite telling.Now i have the need to serve the office too.thank youluca > > > From: dev...@li... > > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > > To: dev...@li... > > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > > > Send Devil-linux-discuss mailing list submissions to > > dev...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > or, via email, send a message with subject or body 'help' to > > dev...@li... > > > > You can reach the person managing the list at > > dev...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Devil-linux-discuss digest..." > > > > > > Today's Topics: > > > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > > 3. Re: DCHPD serving two subnets on two NICs, same machine > > (Maria Pinjanainen) > > 4. Re: DCHPD serving two subnets on two NICs, same machine > > (Heiko Zuerker) > > 5. Re: DCHPD serving two subnets on two NICs, same machine > > (Dick Middleton) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sat, 13 Apr 2013 01:23:41 +0200 > > From: Luca Iacono <sec...@ho...> > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > > same machine > > To: "dev...@li..." > > <dev...@li...> > > Message-ID: <DUB...@ph...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Hello, > > I have a Devil machine with 3 subnets, > > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school eth2 > > At present the DHCP server is only serving the school network, set up via the devil interface. > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all.many thanks > > > > Luca > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 2 > > Date: Sat, 13 Apr 2013 03:40:14 -0400 > > From: Nick <kyn...@gm...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: "dev...@li..." > > <dev...@li...> > > Message-ID: <FF7...@gm...> > > Content-Type: text/plain; charset="us-ascii" > > > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your subnets. And any ways why do u need another subnet. > > > > Sent from my iPad > > > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> wrote: > > > > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > > 192.168.0.0 office eth1 > > > 192.168.1.0 school eth2 > > > > > > At present the DHCP server is only serving the school network, set up via the devil interface. > > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. > > > many thanks > > > > > > Luca > > > ------------------------------------------------------------------------------ > > > Precog is a next-generation analytics platform capable of advanced > > > analytics on semi-structured data. The platform includes APIs for building > > > apps and a phenomenal toolset for data science. Developers can use > > > our toolset for easy data analysis & visualization. Get a free account! > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > _______________________________________________ > > > Devil-linux-discuss mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 3 > > Date: Sat, 13 Apr 2013 11:33:36 +0300 > > From: Maria Pinjanainen <mar...@gm...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: dev...@li... > > Message-ID: <1365842016.4258.5.camel@mymmeli> > > Content-Type: text/plain; charset="UTF-8" > > > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > > Hello, > > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > 192.168.0.0 office eth1 > > > 192.168.1.0 school eth2 > > > > > > > > > At present the DHCP server is only serving the school network, set up > > > via the devil interface. > > > I would like, however, the DHCP server to server the office subnet > > > too. The interface does not allow for the setting up of two subnets, > > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > > entry on server too. > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful > > > if you could provide any help at all. > > > many thanks > > > > > > Luca > > > > Take a look at dnsmasq daemon. It can work as you need. > > I use it instead of that "traditional" dhcpd. > > > > > ------------------------------------------------------------------------------ > > > Precog is a next-generation analytics platform capable of advanced > > > analytics on semi-structured data. The platform includes APIs for building > > > apps and a phenomenal toolset for data science. Developers can use > > > our toolset for easy data analysis & visualization. Get a free account! > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > > > > > > > > ------------------------------ > > > > Message: 4 > > Date: Sat, 13 Apr 2013 08:47:59 -0500 > > From: "Heiko Zuerker" <he...@zu...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: <dev...@li...> > > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > > Content-Type: text/plain; charset="us-ascii" > > > > Luca, > > > > > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > > /etc/sysconfig/nic ? > > > > > > > > Best Regards > > > > Heiko Zuerker > > > > > > > > From: Luca Iacono [mailto:sec...@ho...] > > Sent: Friday, April 12, 2013 6:24 PM > > To: dev...@li... > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > > machine > > > > > > > > Hello, > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > At present the DHCP server is only serving the school network, set up via > > the devil interface. > > I would like, however, the DHCP server to server the office subnet too. The > > interface does not allow for the setting up of two subnets, so I edited the > > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if > > you could provide any help at all. > > > > many thanks > > > > Luca > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 5 > > Date: Sat, 13 Apr 2013 19:48:22 +0100 > > From: Dick Middleton <di...@fo...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: dev...@li... > > Message-ID: <516...@fo...> > > Content-Type: text/plain; charset=ISO-8859-1 > > > > On 04/13/13 00:23, Luca Iacono wrote: > > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > > 192.168.0.0 office eth1 > > > 192.168.1.0 school eth2 > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if you > > > could provide any help at all. > > > many thanks > > > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > > the interface names are on the command line meaning they must be set in the > > system start script somehow. On my system the variable DEVICES seems to be the > > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > > > The manual says: The names of the network interfaces on which dhcpd should > > listen for broadcasts may be specified on the command line. This should be > > done on systems where dhcpd is unable to identify non-broadcast > > interfaces, but should not be required on other systems. If no interface > > names are specified on the command line dhcpd will identify all network > > interfaces which are up, eliminating non-broadcast interfaces if possible, and > > listen for DHCP broadcasts on each interface. > > > > Dick > > > > > > > > > > > > > > ------------------------------ > > > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > ------------------------------ > > > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > > ************************************************** > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sun, 14 Apr 2013 09:21:10 -0500 > From: "Heiko Zuerker" <he...@zu...> > Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, > Issue 3 > To: <dev...@li...> > Message-ID: <004001ce391b$4fd0fe80$ef72fb80$@zuerker.org> > Content-Type: text/plain; charset="us-ascii" > > Luca, > > > > What you want to accomplish definitely works with DL, I have that > configuration running. > > The respective ifcfg- files need to be configured with static IP addresses > and DHCP=server . > > All that remains is configuring the dhcpd.conf with the 2 subnets. > > > > Are you seeing any errors on the command line or in the syslog? > > Are you using the command > > /etc/init.d/network restart > > to test your changes? > > > > Send us your ifcfg and dhcpd.conf files (replace any public IPs you're > using), maybe there's a typo somewhere. > > > > Best Regards > > Heiko Zuerker > > > > From: Luca Iacono [mailto:sec...@ho...] > Sent: Sunday, April 14, 2013 7:00 AM > To: dev...@li... > Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, Issue > 3 > > > > The network has been segmented for obvious reasons, one being security, the > names on the nice are quite telling. > > Now i have the need to serve the office too. > > thank you > > luca > > > From: dev...@li... > > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > > To: dev...@li... > > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > > > Send Devil-linux-discuss mailing list submissions to > > dev...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > or, via email, send a message with subject or body 'help' to > > dev...@li... > > > > You can reach the person managing the list at > > dev...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Devil-linux-discuss digest..." > > > > > > Today's Topics: > > > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > > 3. Re: DCHPD serving two subnets on two NICs, same machine > > (Maria Pinjanainen) > > 4. Re: DCHPD serving two subnets on two NICs, same machine > > (Heiko Zuerker) > > 5. Re: DCHPD serving two subnets on two NICs, same machine > > (Dick Middleton) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sat, 13 Apr 2013 01:23:41 +0200 > > From: Luca Iacono <sec...@ho...> > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > > same machine > > To: "dev...@li..." > > <dev...@li...> > > Message-ID: <DUB...@ph...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Hello, > > I have a Devil machine with 3 subnets, > > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school > eth2 > > At present the DHCP server is only serving the school network, set up via > the devil interface. > > I would like, however, the DHCP server to server the office subnet too. > The interface does not allow for the setting up of two subnets, so I edited > the /etc/dhcpd.conf by adding the subnet in question, as well as the I > office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server > too. > > Strangely enough it does not seem to be working. I should be grateful if > you could provide any help at all.many thanks > > > > Luca > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 2 > > Date: Sat, 13 Apr 2013 03:40:14 -0400 > > From: Nick <kyn...@gm...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: "dev...@li..." > > <dev...@li...> > > Message-ID: <FF7...@gm...> > > Content-Type: text/plain; charset="us-ascii" > > > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your > subnets. And any ways why do u need another subnet. > > > > Sent from my iPad > > > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> > wrote: > > > > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > > 192.168.0.0 office eth1 > > > 192.168.1.0 school eth2 > > > > > > At present the DHCP server is only serving the school network, set up > via the devil interface. > > > I would like, however, the DHCP server to server the office subnet too. > The interface does not allow for the setting up of two subnets, so I edited > the /etc/dhcpd.conf by adding the subnet in question, as well as the I > office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server > too. > > > > > > Strangely enough it does not seem to be working. I should be grateful if > you could provide any help at all. > > > many thanks > > > > > > Luca > > > > ---------------------------------------------------------------------------- > -- > > > Precog is a next-generation analytics platform capable of advanced > > > analytics on semi-structured data. The platform includes APIs for > building > > > apps and a phenomenal toolset for data science. Developers can use > > > our toolset for easy data analysis & visualization. Get a free account! > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > _______________________________________________ > > > Devil-linux-discuss mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 3 > > Date: Sat, 13 Apr 2013 11:33:36 +0300 > > From: Maria Pinjanainen <mar...@gm...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: dev...@li... > > Message-ID: <1365842016.4258.5.camel@mymmeli> > > Content-Type: text/plain; charset="UTF-8" > > > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > > Hello, > > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > 192.168.0.0 office eth1 > > > 192.168.1.0 school eth2 > > > > > > > > > At present the DHCP server is only serving the school network, set up > > > via the devil interface. > > > I would like, however, the DHCP server to server the office subnet > > > too. The interface does not allow for the setting up of two subnets, > > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > > entry on server too. > > > > > > > > > Strangely enough it does not seem to be working. I should be grateful > > > if you could provide any help at all. > > > many thanks > > > > > > Luca > > > > Take a look at dnsmasq daemon. It can work as you need. > > I use it instead of that "traditional" dhcpd. > > > > > > ---------------------------------------------------------------------------- > -- > > > Precog is a next-generation analytics platform capable of advanced > > > analytics on semi-structured data. The platform includes APIs for > building > > > apps and a phenomenal toolset for data science. Developers can use > > > our toolset for easy data analysis & visualization. Get a free account! > > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > _______________________________________________ Devil-linux-discuss > mailing list Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > > > > > > > > ------------------------------ > > > > Message: 4 > > Date: Sat, 13 Apr 2013 08:47:59 -0500 > > From: "Heiko Zuerker" <he...@zu...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: <dev...@li...> > > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > > Content-Type: text/plain; charset="us-ascii" > > > > Luca, > > > > > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > > /etc/sysconfig/nic ? > > > > > > > > Best Regards > > > > Heiko Zuerker > > > > > > > > From: Luca Iacono [mailto:sec...@ho...] > > Sent: Friday, April 12, 2013 6:24 PM > > To: dev...@li... > > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > > machine > > > > > > > > Hello, > > > > > > > > I have a Devil machine with 3 subnets, > > > > > > > > 192.168.2.0 to ISP modem eth0 > > > > 192.168.0.0 office eth1 > > > > 192.168.1.0 school eth2 > > > > > > > > At present the DHCP server is only serving the school network, set up via > > the devil interface. > > I would like, however, the DHCP server to server the office subnet too. > The > > interface does not allow for the setting up of two subnets, so I edited > the > > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if > > you could provide any help at all. > > > > many thanks > > > > Luca > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 5 > > Date: Sat, 13 Apr 2013 19:48:22 +0100 > > From: Dick Middleton <di...@fo...> > > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > > NICs, same machine > > To: dev...@li... > > Message-ID: <516...@fo...> > > Content-Type: text/plain; charset=ISO-8859-1 > > > > On 04/13/13 00:23, Luca Iacono wrote: > > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > > 192.168.0.0 office eth1 > > > 192.168.1.0 school eth2 > > > > > > > > Strangely enough it does not seem to be working. I should be grateful if > you > > > could provide any help at all. > > > many thanks > > > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > > the interface names are on the command line meaning they must be set in > the > > system start script somehow. On my system the variable DEVICES seems to be > the > > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > > > The manual says: The names of the network interfaces on which dhcpd should > > listen for broadcasts may be specified on the command line. This should be > > done on systems where dhcpd is unable to identify non-broadcast > > interfaces, but should not be required on other systems. If no interface > > names are specified on the command line dhcpd will identify all network > > interfaces which are up, eliminating non-broadcast interfaces if possible, > and > > listen for DHCP broadcasts on each interface. > > > > Dick > > > > > > > > > > > > > > ------------------------------ > > > > > ---------------------------------------------------------------------------- > -- > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > ------------------------------ > > > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > > ************************************************** > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > End of Devil-linux-discuss Digest, Vol 76, Issue 5 > ************************************************** |
|
From: Heiko Z. <he...@zu...> - 2013-04-14 14:21:20
|
Luca, What you want to accomplish definitely works with DL, I have that configuration running. The respective ifcfg- files need to be configured with static IP addresses and DHCP=server . All that remains is configuring the dhcpd.conf with the 2 subnets. Are you seeing any errors on the command line or in the syslog? Are you using the command /etc/init.d/network restart to test your changes? Send us your ifcfg and dhcpd.conf files (replace any public IPs you're using), maybe there's a typo somewhere. Best Regards Heiko Zuerker From: Luca Iacono [mailto:sec...@ho...] Sent: Sunday, April 14, 2013 7:00 AM To: dev...@li... Subject: Re: [Devil-Linux-discuss] Devil-linux-discuss Digest, Vol 76, Issue 3 The network has been segmented for obvious reasons, one being security, the names on the nice are quite telling. Now i have the need to serve the office too. thank you luca > From: dev...@li... > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > To: dev...@li... > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > Send Devil-linux-discuss mailing list submissions to > dev...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > or, via email, send a message with subject or body 'help' to > dev...@li... > > You can reach the person managing the list at > dev...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Devil-linux-discuss digest..." > > > Today's Topics: > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > 3. Re: DCHPD serving two subnets on two NICs, same machine > (Maria Pinjanainen) > 4. Re: DCHPD serving two subnets on two NICs, same machine > (Heiko Zuerker) > 5. Re: DCHPD serving two subnets on two NICs, same machine > (Dick Middleton) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 13 Apr 2013 01:23:41 +0200 > From: Luca Iacono <sec...@ho...> > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <DUB...@ph...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > I have a Devil machine with 3 subnets, > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school eth2 > At present the DHCP server is only serving the school network, set up via the devil interface. > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all.many thanks > > Luca > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sat, 13 Apr 2013 03:40:14 -0400 > From: Nick <kyn...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <FF7...@gm...> > Content-Type: text/plain; charset="us-ascii" > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your subnets. And any ways why do u need another subnet. > > Sent from my iPad > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> wrote: > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via the devil interface. > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. > > many thanks > > > > Luca > > ---------------------------------------------------------------------------- -- > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > Date: Sat, 13 Apr 2013 11:33:36 +0300 > From: Maria Pinjanainen <mar...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <1365842016.4258.5.camel@mymmeli> > Content-Type: text/plain; charset="UTF-8" > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > > At present the DHCP server is only serving the school network, set up > > via the devil interface. > > I would like, however, the DHCP server to server the office subnet > > too. The interface does not allow for the setting up of two subnets, > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > entry on server too. > > > > > > Strangely enough it does not seem to be working. I should be grateful > > if you could provide any help at all. > > many thanks > > > > Luca > > Take a look at dnsmasq daemon. It can work as you need. > I use it instead of that "traditional" dhcpd. > > > ---------------------------------------------------------------------------- -- > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > ------------------------------ > > Message: 4 > Date: Sat, 13 Apr 2013 08:47:59 -0500 > From: "Heiko Zuerker" <he...@zu...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: <dev...@li...> > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > Content-Type: text/plain; charset="us-ascii" > > Luca, > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > /etc/sysconfig/nic ? > > > > Best Regards > > Heiko Zuerker > > > > From: Luca Iacono [mailto:sec...@ho...] > Sent: Friday, April 12, 2013 6:24 PM > To: dev...@li... > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > machine > > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via > the devil interface. > I would like, however, the DHCP server to server the office subnet too. The > interface does not allow for the setting up of two subnets, so I edited the > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if > you could provide any help at all. > > many thanks > > Luca > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Sat, 13 Apr 2013 19:48:22 +0100 > From: Dick Middleton <di...@fo...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <516...@fo...> > Content-Type: text/plain; charset=ISO-8859-1 > > On 04/13/13 00:23, Luca Iacono wrote: > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > Strangely enough it does not seem to be working. I should be grateful if you > > could provide any help at all. > > many thanks > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > the interface names are on the command line meaning they must be set in the > system start script somehow. On my system the variable DEVICES seems to be the > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > The manual says: The names of the network interfaces on which dhcpd should > listen for broadcasts may be specified on the command line. This should be > done on systems where dhcpd is unable to identify non-broadcast > interfaces, but should not be required on other systems. If no interface > names are specified on the command line dhcpd will identify all network > interfaces which are up, eliminating non-broadcast interfaces if possible, and > listen for DHCP broadcasts on each interface. > > Dick > > > > > > > ------------------------------ > > ---------------------------------------------------------------------------- -- > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > ************************************************** |
|
From: Luca I. <sec...@ho...> - 2013-04-14 12:00:12
|
The network has been segmented for obvious reasons, one being security, the names on the nice are quite telling.Now i have the need to serve the office too.thank youluca > From: dev...@li... > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > To: dev...@li... > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > Send Devil-linux-discuss mailing list submissions to > dev...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > or, via email, send a message with subject or body 'help' to > dev...@li... > > You can reach the person managing the list at > dev...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Devil-linux-discuss digest..." > > > Today's Topics: > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > 3. Re: DCHPD serving two subnets on two NICs, same machine > (Maria Pinjanainen) > 4. Re: DCHPD serving two subnets on two NICs, same machine > (Heiko Zuerker) > 5. Re: DCHPD serving two subnets on two NICs, same machine > (Dick Middleton) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 13 Apr 2013 01:23:41 +0200 > From: Luca Iacono <sec...@ho...> > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <DUB...@ph...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > I have a Devil machine with 3 subnets, > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school eth2 > At present the DHCP server is only serving the school network, set up via the devil interface. > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all.many thanks > > Luca > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sat, 13 Apr 2013 03:40:14 -0400 > From: Nick <kyn...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <FF7...@gm...> > Content-Type: text/plain; charset="us-ascii" > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your subnets. And any ways why do u need another subnet. > > Sent from my iPad > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> wrote: > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via the devil interface. > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. > > many thanks > > > > Luca > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > Date: Sat, 13 Apr 2013 11:33:36 +0300 > From: Maria Pinjanainen <mar...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <1365842016.4258.5.camel@mymmeli> > Content-Type: text/plain; charset="UTF-8" > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > > At present the DHCP server is only serving the school network, set up > > via the devil interface. > > I would like, however, the DHCP server to server the office subnet > > too. The interface does not allow for the setting up of two subnets, > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > entry on server too. > > > > > > Strangely enough it does not seem to be working. I should be grateful > > if you could provide any help at all. > > many thanks > > > > Luca > > Take a look at dnsmasq daemon. It can work as you need. > I use it instead of that "traditional" dhcpd. > > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > ------------------------------ > > Message: 4 > Date: Sat, 13 Apr 2013 08:47:59 -0500 > From: "Heiko Zuerker" <he...@zu...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: <dev...@li...> > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > Content-Type: text/plain; charset="us-ascii" > > Luca, > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > /etc/sysconfig/nic ? > > > > Best Regards > > Heiko Zuerker > > > > From: Luca Iacono [mailto:sec...@ho...] > Sent: Friday, April 12, 2013 6:24 PM > To: dev...@li... > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > machine > > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via > the devil interface. > I would like, however, the DHCP server to server the office subnet too. The > interface does not allow for the setting up of two subnets, so I edited the > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if > you could provide any help at all. > > many thanks > > Luca > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Sat, 13 Apr 2013 19:48:22 +0100 > From: Dick Middleton <di...@fo...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <516...@fo...> > Content-Type: text/plain; charset=ISO-8859-1 > > On 04/13/13 00:23, Luca Iacono wrote: > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > Strangely enough it does not seem to be working. I should be grateful if you > > could provide any help at all. > > many thanks > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > the interface names are on the command line meaning they must be set in the > system start script somehow. On my system the variable DEVICES seems to be the > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > The manual says: The names of the network interfaces on which dhcpd should > listen for broadcasts may be specified on the command line. This should be > done on systems where dhcpd is unable to identify non-broadcast > interfaces, but should not be required on other systems. If no interface > names are specified on the command line dhcpd will identify all network > interfaces which are up, eliminating non-broadcast interfaces if possible, and > listen for DHCP broadcasts on each interface. > > Dick > > > > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > ************************************************** |
|
From: Luca I. <sec...@ho...> - 2013-04-13 21:59:48
|
On other distros you can. The names of the subnets are self explanatory ... fir segmentation purposes. I would like the dhcp server to serve both. Thanks > From: dev...@li... > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > To: dev...@li... > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > Send Devil-linux-discuss mailing list submissions to > dev...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > or, via email, send a message with subject or body 'help' to > dev...@li... > > You can reach the person managing the list at > dev...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Devil-linux-discuss digest..." > > > Today's Topics: > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > 3. Re: DCHPD serving two subnets on two NICs, same machine > (Maria Pinjanainen) > 4. Re: DCHPD serving two subnets on two NICs, same machine > (Heiko Zuerker) > 5. Re: DCHPD serving two subnets on two NICs, same machine > (Dick Middleton) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 13 Apr 2013 01:23:41 +0200 > From: Luca Iacono <sec...@ho...> > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <DUB...@ph...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > I have a Devil machine with 3 subnets, > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school eth2 > At present the DHCP server is only serving the school network, set up via the devil interface. > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all.many thanks > > Luca > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sat, 13 Apr 2013 03:40:14 -0400 > From: Nick <kyn...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <FF7...@gm...> > Content-Type: text/plain; charset="us-ascii" > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your subnets. And any ways why do u need another subnet. > > Sent from my iPad > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> wrote: > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via the devil interface. > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. > > many thanks > > > > Luca > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > Date: Sat, 13 Apr 2013 11:33:36 +0300 > From: Maria Pinjanainen <mar...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <1365842016.4258.5.camel@mymmeli> > Content-Type: text/plain; charset="UTF-8" > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > > At present the DHCP server is only serving the school network, set up > > via the devil interface. > > I would like, however, the DHCP server to server the office subnet > > too. The interface does not allow for the setting up of two subnets, > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > entry on server too. > > > > > > Strangely enough it does not seem to be working. I should be grateful > > if you could provide any help at all. > > many thanks > > > > Luca > > Take a look at dnsmasq daemon. It can work as you need. > I use it instead of that "traditional" dhcpd. > > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > ------------------------------ > > Message: 4 > Date: Sat, 13 Apr 2013 08:47:59 -0500 > From: "Heiko Zuerker" <he...@zu...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: <dev...@li...> > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > Content-Type: text/plain; charset="us-ascii" > > Luca, > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > /etc/sysconfig/nic ? > > > > Best Regards > > Heiko Zuerker > > > > From: Luca Iacono [mailto:sec...@ho...] > Sent: Friday, April 12, 2013 6:24 PM > To: dev...@li... > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > machine > > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via > the devil interface. > I would like, however, the DHCP server to server the office subnet too. The > interface does not allow for the setting up of two subnets, so I edited the > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if > you could provide any help at all. > > many thanks > > Luca > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Sat, 13 Apr 2013 19:48:22 +0100 > From: Dick Middleton <di...@fo...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <516...@fo...> > Content-Type: text/plain; charset=ISO-8859-1 > > On 04/13/13 00:23, Luca Iacono wrote: > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > Strangely enough it does not seem to be working. I should be grateful if you > > could provide any help at all. > > many thanks > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > the interface names are on the command line meaning they must be set in the > system start script somehow. On my system the variable DEVICES seems to be the > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > The manual says: The names of the network interfaces on which dhcpd should > listen for broadcasts may be specified on the command line. This should be > done on systems where dhcpd is unable to identify non-broadcast > interfaces, but should not be required on other systems. If no interface > names are specified on the command line dhcpd will identify all network > interfaces which are up, eliminating non-broadcast interfaces if possible, and > listen for DHCP broadcasts on each interface. > > Dick > > > > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > ************************************************** |
|
From: Luca I. <sec...@ho...> - 2013-04-13 21:59:25
|
On other distros you can. The names of the subnets are self explanatory ... fir segmentation purposes. I would like the dhcp server to serve both. Thanks > From: dev...@li... > Subject: Devil-linux-discuss Digest, Vol 76, Issue 3 > To: dev...@li... > Date: Sat, 13 Apr 2013 19:06:20 +0000 > > Send Devil-linux-discuss mailing list submissions to > dev...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > or, via email, send a message with subject or body 'help' to > dev...@li... > > You can reach the person managing the list at > dev...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Devil-linux-discuss digest..." > > > Today's Topics: > > 1. DCHPD serving two subnets on two NICs, same machine (Luca Iacono) > 2. Re: DCHPD serving two subnets on two NICs, same machine (Nick) > 3. Re: DCHPD serving two subnets on two NICs, same machine > (Maria Pinjanainen) > 4. Re: DCHPD serving two subnets on two NICs, same machine > (Heiko Zuerker) > 5. Re: DCHPD serving two subnets on two NICs, same machine > (Dick Middleton) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 13 Apr 2013 01:23:41 +0200 > From: Luca Iacono <sec...@ho...> > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, > same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <DUB...@ph...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > I have a Devil machine with 3 subnets, > 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school eth2 > At present the DHCP server is only serving the school network, set up via the devil interface. > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all.many thanks > > Luca > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sat, 13 Apr 2013 03:40:14 -0400 > From: Nick <kyn...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: "dev...@li..." > <dev...@li...> > Message-ID: <FF7...@gm...> > Content-Type: text/plain; charset="us-ascii" > > Do not edit the /etcdhcpd.conf file, it will not make an affect on your subnets. And any ways why do u need another subnet. > > Sent from my iPad > > On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> wrote: > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via the devil interface. > > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. > > many thanks > > > > Luca > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > Date: Sat, 13 Apr 2013 11:33:36 +0300 > From: Maria Pinjanainen <mar...@gm...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <1365842016.4258.5.camel@mymmeli> > Content-Type: text/plain; charset="UTF-8" > > la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > > Hello, > > > > > > I have a Devil machine with 3 subnets, > > > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > > At present the DHCP server is only serving the school network, set up > > via the devil interface. > > I would like, however, the DHCP server to server the office subnet > > too. The interface does not allow for the setting up of two subnets, > > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > > entry on server too. > > > > > > Strangely enough it does not seem to be working. I should be grateful > > if you could provide any help at all. > > many thanks > > > > Luca > > Take a look at dnsmasq daemon. It can work as you need. > I use it instead of that "traditional" dhcpd. > > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > ------------------------------ > > Message: 4 > Date: Sat, 13 Apr 2013 08:47:59 -0500 > From: "Heiko Zuerker" <he...@zu...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: <dev...@li...> > Message-ID: <027501ce384d$829eb740$87dc25c0$@zuerker.org> > Content-Type: text/plain; charset="us-ascii" > > Luca, > > > > Did you set DHCP=server in the respective ifcfg-xxxx files under > /etc/sysconfig/nic ? > > > > Best Regards > > Heiko Zuerker > > > > From: Luca Iacono [mailto:sec...@ho...] > Sent: Friday, April 12, 2013 6:24 PM > To: dev...@li... > Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same > machine > > > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > At present the DHCP server is only serving the school network, set up via > the devil interface. > I would like, however, the DHCP server to server the office subnet too. The > interface does not allow for the setting up of two subnets, so I edited the > /etc/dhcpd.conf by adding the subnet in question, as well as the I office > /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > > > Strangely enough it does not seem to be working. I should be grateful if > you could provide any help at all. > > many thanks > > Luca > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Sat, 13 Apr 2013 19:48:22 +0100 > From: Dick Middleton <di...@fo...> > Subject: Re: [Devil-Linux-discuss] DCHPD serving two subnets on two > NICs, same machine > To: dev...@li... > Message-ID: <516...@fo...> > Content-Type: text/plain; charset=ISO-8859-1 > > On 04/13/13 00:23, Luca Iacono wrote: > > Hello, > > > > I have a Devil machine with 3 subnets, > > > > 192.168.2.0 to ISP modem eth0 > > 192.168.0.0 office eth1 > > 192.168.1.0 school eth2 > > > > > Strangely enough it does not seem to be working. I should be grateful if you > > could provide any help at all. > > many thanks > > Somehow you have to tell dhcpd which interfaces to listen on. It's best if > the interface names are on the command line meaning they must be set in the > system start script somehow. On my system the variable DEVICES seems to be the > one but I'm not sure how that is set (my dhcp server isn't on Devil). > > The manual says: The names of the network interfaces on which dhcpd should > listen for broadcasts may be specified on the command line. This should be > done on systems where dhcpd is unable to identify non-broadcast > interfaces, but should not be required on other systems. If no interface > names are specified on the command line dhcpd will identify all network > interfaces which are up, eliminating non-broadcast interfaces if possible, and > listen for DHCP broadcasts on each interface. > > Dick > > > > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > End of Devil-linux-discuss Digest, Vol 76, Issue 3 > ************************************************** |
|
From: Dick M. <di...@fo...> - 2013-04-13 19:06:19
|
On 04/13/13 00:23, Luca Iacono wrote: > Hello, > > I have a Devil machine with 3 subnets, > > 192.168.2.0 to ISP modem eth0 > 192.168.0.0 office eth1 > 192.168.1.0 school eth2 > > Strangely enough it does not seem to be working. I should be grateful if you > could provide any help at all. > many thanks Somehow you have to tell dhcpd which interfaces to listen on. It's best if the interface names are on the command line meaning they must be set in the system start script somehow. On my system the variable DEVICES seems to be the one but I'm not sure how that is set (my dhcp server isn't on Devil). The manual says: The names of the network interfaces on which dhcpd should listen for broadcasts may be specified on the command line. This should be done on systems where dhcpd is unable to identify non-broadcast interfaces, but should not be required on other systems. If no interface names are specified on the command line dhcpd will identify all network interfaces which are up, eliminating non-broadcast interfaces if possible, and listen for DHCP broadcasts on each interface. Dick |
|
From: Heiko Z. <he...@zu...> - 2013-04-13 13:48:14
|
Luca, Did you set DHCP=server in the respective ifcfg-xxxx files under /etc/sysconfig/nic ? Best Regards Heiko Zuerker From: Luca Iacono [mailto:sec...@ho...] Sent: Friday, April 12, 2013 6:24 PM To: dev...@li... Subject: [Devil-Linux-discuss] DCHPD serving two subnets on two NICs, same machine Hello, I have a Devil machine with 3 subnets, 192.168.2.0 to ISP modem eth0 192.168.0.0 office eth1 192.168.1.0 school eth2 At present the DHCP server is only serving the school network, set up via the devil interface. I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. many thanks Luca |
|
From: Maria P. <mar...@gm...> - 2013-04-13 08:33:48
|
la, 2013-04-13 kello 01:23 +0200, Luca Iacono kirjoitti: > Hello, > > > I have a Devil machine with 3 subnets, > > > 192.168.2.0 to ISP modem eth0 > 192.168.0.0 office eth1 > 192.168.1.0 school eth2 > > > At present the DHCP server is only serving the school network, set up > via the devil interface. > I would like, however, the DHCP server to server the office subnet > too. The interface does not allow for the setting up of two subnets, > so I edited the /etc/dhcpd.conf by adding the subnet in question, as > well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP > entry on server too. > > > Strangely enough it does not seem to be working. I should be grateful > if you could provide any help at all. > many thanks > > Luca Take a look at dnsmasq daemon. It can work as you need. I use it instead of that "traditional" dhcpd. > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Nick <kyn...@gm...> - 2013-04-13 07:40:21
|
Do not edit the /etcdhcpd.conf file, it will not make an affect on your subnets. And any ways why do u need another subnet. Sent from my iPad On Apr 12, 2013, at 7:23 PM, Luca Iacono <sec...@ho...> wrote: > Hello, > > I have a Devil machine with 3 subnets, > > 192.168.2.0 to ISP modem eth0 > 192.168.0.0 office eth1 > 192.168.1.0 school eth2 > > At present the DHCP server is only serving the school network, set up via the devil interface. > I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. > > Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all. > many thanks > > Luca > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Luca I. <sec...@ho...> - 2013-04-12 23:23:49
|
Hello, I have a Devil machine with 3 subnets, 192.168.2.0 to ISP modem eth0192.168.0.0 office eth1192.168.1.0 school eth2 At present the DHCP server is only serving the school network, set up via the devil interface. I would like, however, the DHCP server to server the office subnet too. The interface does not allow for the setting up of two subnets, so I edited the /etc/dhcpd.conf by adding the subnet in question, as well as the I office /etc/sysconfig/nic/office-eth by setting the DHCP entry on server too. Strangely enough it does not seem to be working. I should be grateful if you could provide any help at all.many thanks Luca |
|
From: Hannes M. <ma...@us...> - 2013-04-04 18:41:57
|
2013 Devil Linux,
As you ship devil linux already with grub2 it is a pity, that grub2 is
not supported by install-on-usb (which really is a handy tool).
I have looked into grub2 and adjusted the script so that it will do the Job.
The script can not be used on every system. It is best if it is run on a
computer that was booted by the Devil Linux BootCD.
At the beginning I tried with grub2 installed on my Computer. It did not
work. There are so many different grubs out there, it is the best to use
the one shipped with the CD.
I have attached the full script I do not send a diff, you can do that by
yourselfe and compare it with your current version.
I hope you will have use for it, and will include it onto the next cd.
BTW, i have not changed this, but checking for grub2 by
grub-install -v | grep -q "1.9"
is not very bullet prove.
Kind regards,
Hannes
|
|
From: Tim E. <ej...@ya...> - 2013-04-04 04:27:18
|
Hi Heiko Thanks for response, I am looking forward. Cheers Tim On 3 Apr 2013, at 14:15, Heiko Zuerker <he...@zu...> wrote: > Hannes, > > Thanks for the info, I'll be looking into this. > > Heiko > > Quoting Hannes Morgenstern <ma...@us...>: > >> Dear DL Team, >> >> please have a look at your Homepage. >> It has been hacked. >> >> Here is more about that subject: >> >> http://sourceforge.net/blog/protecting-your-configuration-files-on-project-web/?utm_source=rss&utm_medium=rss&utm_campaign=protecting-your-configuration-files-on-project-web >> >> Regards, >> Hannes >> >> ------------------------------------------------------------------------------ >> Minimize network downtime and maximize team effectiveness. >> Reduce network management and security costs.Learn how to hire >> the most talented Cisco Certified professionals. Visit the >> Employer Resources Portal >> http://www.cisco.com/web/learning/employer_resources/index.html >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Heiko Z. <he...@zu...> - 2013-04-03 13:16:05
|
Hannes, Thanks for the info, I'll be looking into this. Heiko Quoting Hannes Morgenstern <ma...@us...>: > Dear DL Team, > > please have a look at your Homepage. > It has been hacked. > > Here is more about that subject: > > http://sourceforge.net/blog/protecting-your-configuration-files-on-project-web/?utm_source=rss&utm_medium=rss&utm_campaign=protecting-your-configuration-files-on-project-web > > Regards, > Hannes > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: Hannes M. <ma...@us...> - 2013-04-03 12:52:05
|
Dear DL Team, please have a look at your Homepage. It has been hacked. Here is more about that subject: http://sourceforge.net/blog/protecting-your-configuration-files-on-project-web/?utm_source=rss&utm_medium=rss&utm_campaign=protecting-your-configuration-files-on-project-web Regards, Hannes |
|
From: Hannes M. <ma...@us...> - 2013-04-03 07:42:28
|
Hi Timothy, have you activated the Option in the Firewall Builder Settings of your Firewall, that is "Accept TCP sessions opened prior to firewall restart"? Hannes |
|
From: Heiko Z. <he...@zu...> - 2013-04-02 22:21:07
|
Quoting nick mccann <kyn...@gm...>: > Hello, i am a begginer at trying to set up firewalls. I am using my old > desktop to create a firewall. I need to purchase a nic card because i > dont have one. I chose > > * StarTech ST1000SPEX4 [1] and i need to make sure that it will > work with my system. I have not knoledge about linux or anything, i dont > know anything about kernels or modules. Will it work, if not what do i > need to do. Nick, If you don't know anything about linux, then Devil-Linux is probably the wrong choice for you. I would start with a simpler, more main-stream distribution. We only provide a very basic setup program, all the rest you'll have to configure manually. I'm not sure about the network card, but I assume the realtek chip on it is supported. Links: ------ [1] http://www.newegg.com/Product/Product.aspx?Item=N82E16833114037 -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: nick m. <kyn...@gm...> - 2013-04-02 16:18:09
|
Hello, i am a begginer at trying to set up firewalls. I am using my old desktop to create a firewall. I need to purchase a nic card because i dont have one. I chose StarTech ST1000SPEX4 <http://www.newegg.com/Product/Product.aspx?Item=N82E16833114037> and i need to make sure that it will work with my system. I have not knoledge about linux or anything, i dont know anything about kernels or modules. Will it work, if not what do i need to do. |
|
From: Dominic R. <dl...@ed...> - 2013-03-14 10:50:39
|
Hi Uwe There is no gcc compiler in Devil-Linux, so I guess Distrowatch is wrong! Mainstream alternatives: server versions of Ubuntu or Centos. Dominic On 13/03/2013 19:57, Uwe Dippel wrote: > Dear all, > > I was looking for a distro that offers no GUI, but a compiler. > According to Distrowatch, there is gcc in DevilLinux; but when I run > it, # gcc is not found. > What is the trick, or is distrowatch wrong? > > Kind regards, > > Uwe > |
|
From: Uwe D. <ud...@gm...> - 2013-03-13 19:57:38
|
Dear all, I was looking for a distro that offers no GUI, but a compiler. According to Distrowatch, there is gcc in DevilLinux; but when I run it, # gcc is not found. What is the trick, or is distrowatch wrong? Kind regards, Uwe |