* NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
@ 2003-05-14 19:55 P.Italiaander
2003-05-14 21:16 ` Arnt Karlsen
2003-05-14 22:19 ` P.Italiaander
0 siblings, 2 replies; 10+ messages in thread
From: P.Italiaander @ 2003-05-14 19:55 UTC (permalink / raw)
To: netfilter
hello all ,
I have just installed the new Mandrake 9.1 as workstation , and i had to
adjust the ifup script ,since i use internal, an dhcp-server.So it
automaticaly adapt the /etc/hosts file.
But to my suprise , i saw that the ifup script , still is written for
ipchains !!!! THIS IS NOT ACCEPTABLE
So i will correct it the iptables-script , when it's done
i'll send a copy , for other Mandrake or RedHat users , maybe come handy
Pascal
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-14 19:55 NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!! P.Italiaander
@ 2003-05-14 21:16 ` Arnt Karlsen
2003-05-15 0:15 ` P.Italiaander
2003-05-14 22:19 ` P.Italiaander
1 sibling, 1 reply; 10+ messages in thread
From: Arnt Karlsen @ 2003-05-14 21:16 UTC (permalink / raw)
To: netfilter
On Wed, 14 May 2003 21:55:31 +0200,
"P.Italiaander" <pc-secure@home.nl> wrote in message
<200305142155.31623.pc-secure@home.nl>:
> hello all ,
>
> I have just installed the new Mandrake 9.1 as workstation , and i had
> to adjust the ifup script ,since i use internal, an dhcp-server.So it
> automaticaly adapt the /etc/hosts file.
> But to my suprise , i saw that the ifup script , still is written for
> ipchains !!!! THIS IS NOT ACCEPTABLE
> So i will correct it the iptables-script , when it's done
> i'll send a copy , for other Mandrake or RedHat users , maybe come
> handy
>
> Pascal
>
..heh, check out
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171
...but there _is_ hope for RH:
http://rhn.redhat.com/errata/RHSA-2003-172.html is appearantly serious
enough to get Red Hat to drop their no-upgrade-to-match-newest-vanilla
policy, _all_ supported RH versions are asked to go to 2.4.20-13.
--
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-14 19:55 NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!! P.Italiaander
2003-05-14 21:16 ` Arnt Karlsen
@ 2003-05-14 22:19 ` P.Italiaander
2003-05-15 0:19 ` P.Italiaander
1 sibling, 1 reply; 10+ messages in thread
From: P.Italiaander @ 2003-05-14 22:19 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
Op woensdag 14 mei 2003 21:55, schreef P.Italiaander:
> hello all ,
>
> I have just installed the new Mandrake 9.1 as workstation , and i had to
> adjust the ifup script ,since i use internal, an dhcp-server.So it
> automaticaly adapt the /etc/hosts file.
> But to my suprise , i saw that the ifup script , still is written for
> ipchains !!!! THIS IS NOT ACCEPTABLE
> So i will correct it the iptables-script , when it's done
> i'll send a copy , for other Mandrake or RedHat users , maybe come handy
>
> Pascal
I have made the update for the /etc/sysconfig/network-scripts/ifup script ,
this update is only usefull if you make use of a dhcp-client or server. (
local or ISP ) and of course iptables :)
I hope this is usefull for somebody,
for me it did
Pascal
[-- Attachment #2: ifup --]
[-- Type: application/x-shellscript, Size: 9972 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-14 21:16 ` Arnt Karlsen
@ 2003-05-15 0:15 ` P.Italiaander
2003-05-15 12:52 ` Arnt Karlsen
0 siblings, 1 reply; 10+ messages in thread
From: P.Italiaander @ 2003-05-15 0:15 UTC (permalink / raw)
To: netfilter
Op woensdag 14 mei 2003 23:16, schreef Arnt Karlsen:
> On Wed, 14 May 2003 21:55:31 +0200,
> "P.Italiaander" <pc-secure@home.nl> wrote in message
>
> <200305142155.31623.pc-secure@home.nl>:
> > hello all ,
> >
> > I have just installed the new Mandrake 9.1 as workstation , and i had
> > to adjust the ifup script ,since i use internal, an dhcp-server.So it
> > automaticaly adapt the /etc/hosts file.
> > But to my suprise , i saw that the ifup script , still is written for
> > ipchains !!!! THIS IS NOT ACCEPTABLE
> > So i will correct it the iptables-script , when it's done
> > i'll send a copy , for other Mandrake or RedHat users , maybe come
> > handy
> >
> > Pascal
>
> ..heh, check out
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171
>
> ...but there _is_ hope for RH:
> http://rhn.redhat.com/errata/RHSA-2003-172.html is appearantly serious
> enough to get Red Hat to drop their no-upgrade-to-match-newest-vanilla
> policy, _all_ supported RH versions are asked to go to 2.4.20-13.
Sorry friend , your information is usefill , but it's not about what I 've
said before. In the /etc/sysconfig/network-scripts/ifup file are some lines
that match with ipchains, instead of iptables, what it should be. Iptables is
now standard.
We don't use ipchains or i'm in the wrong mailing-list.
the only thing that is done, is the existing ipchains-rules convert to
iptables-rules, inclusif compatibilty-check.
Pascal
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-14 22:19 ` P.Italiaander
@ 2003-05-15 0:19 ` P.Italiaander
0 siblings, 0 replies; 10+ messages in thread
From: P.Italiaander @ 2003-05-15 0:19 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]
Op donderdag 15 mei 2003 00:19, schreef u:
> Op woensdag 14 mei 2003 21:55, schreef P.Italiaander:
> > hello all ,
> >
> > I have just installed the new Mandrake 9.1 as workstation , and i had to
> > adjust the ifup script ,since i use internal, an dhcp-server.So it
> > automaticaly adapt the /etc/hosts file.
> > But to my suprise , i saw that the ifup script , still is written for
> > ipchains !!!! THIS IS NOT ACCEPTABLE
> > So i will correct it the iptables-script , when it's done
> > i'll send a copy , for other Mandrake or RedHat users , maybe come handy
> >
> > Pascal
>
> I have made the update for the /etc/sysconfig/network-scripts/ifup script ,
> this update is only usefull if you make use of a dhcp-client or server. (
> local or ISP ) and of course iptables :)
>
> I hope this is usefull for somebody,
> for me it did
>
> Pascal
there was a slight error in de iptables-fix, I fixed it. sorry guys
here it is:
[-- Attachment #2: ifup --]
[-- Type: application/x-shellscript, Size: 9965 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-15 0:15 ` P.Italiaander
@ 2003-05-15 12:52 ` Arnt Karlsen
2003-05-15 15:42 ` P.Italiaander
0 siblings, 1 reply; 10+ messages in thread
From: Arnt Karlsen @ 2003-05-15 12:52 UTC (permalink / raw)
To: netfilter
On Thu, 15 May 2003 02:15:56 +0200,
"P.Italiaander" <pc-secure@home.nl> wrote in message
<200305150215.56631.pc-secure@home.nl>:
> Op woensdag 14 mei 2003 23:16, schreef Arnt Karlsen:
> > On Wed, 14 May 2003 21:55:31 +0200,
> > "P.Italiaander" <pc-secure@home.nl> wrote in message
> >
> > <200305142155.31623.pc-secure@home.nl>:
> > > hello all ,
> > >
> > > I have just installed the new Mandrake 9.1 as workstation , and i
> > > had to adjust the ifup script ,since i use internal, an
> > > dhcp-server.So it automaticaly adapt the /etc/hosts file.
> > > But to my suprise , i saw that the ifup script , still is written
> > > for ipchains !!!! THIS IS NOT ACCEPTABLE
> > > So i will correct it the iptables-script , when it's done
> > > i'll send a copy , for other Mandrake or RedHat users , maybe come
> > > handy
> > >
> > > Pascal
> >
> > ..heh, check out
> > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171
> >
> > ...but there _is_ hope for RH:
> > http://rhn.redhat.com/errata/RHSA-2003-172.html is appearantly
> > serious enough to get Red Hat to drop their
> > no-upgrade-to-match-newest-vanilla policy, _all_ supported RH
> > versions are asked to go to 2.4.20-13.
>
>
> Sorry friend , your information is usefill , but it's not about what I
> 've said before.
..I know, ipup _is_ buggy, my hint was more on Red Hats somewhat
sloppy QA attitude. I mean, if I should _not_ use RH9 to route
traffic, I would like to know _that_ from the docs.
..does Mandrake or Debian turn their rear end onto _whoever_ like RH-9
does in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171 ???
--
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-15 12:52 ` Arnt Karlsen
@ 2003-05-15 15:42 ` P.Italiaander
2003-05-15 17:48 ` Arnt Karlsen
0 siblings, 1 reply; 10+ messages in thread
From: P.Italiaander @ 2003-05-15 15:42 UTC (permalink / raw)
To: netfilter
Op donderdag 15 mei 2003 14:52, schreef Arnt Karlsen:
> ..I know, ipup _is_ buggy, my hint was more on Red Hats somewhat
> sloppy QA attitude. I mean, if I should _not_ use RH9 to route
> traffic, I would like to know _that_ from the docs.
>
> ..does Mandrake or Debian turn their rear end onto _whoever_ like RH-9
> does in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171 ???
I've checked , but Mandrake 9.1 is not effected with that bug.
Thanks for mention it.
On Debian i don't know ,don't have it , i use OpenBSD en Linux SuSe , Redhat
,Mandrake.
Does anyone have tested yet, my patched /sbin/ifup file, for iptables-script
??
Pascal
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-15 15:42 ` P.Italiaander
@ 2003-05-15 17:48 ` Arnt Karlsen
2003-05-15 19:46 ` P.Italiaander
0 siblings, 1 reply; 10+ messages in thread
From: Arnt Karlsen @ 2003-05-15 17:48 UTC (permalink / raw)
To: P.Italiaander; +Cc: netfilter
On Thu, 15 May 2003 17:42:26 +0200,
"P.Italiaander" <pc-secure@home.nl> wrote in message
<200305151742.26913.pc-secure@home.nl>:
> Op donderdag 15 mei 2003 14:52, schreef Arnt Karlsen:
>
> > ..I know, ipup _is_ buggy, my hint was more on Red Hats somewhat
> > sloppy QA attitude. I mean, if I should _not_ use RH9 to route
> > traffic, I would like to know _that_ from the docs.
> >
> > ..does Mandrake or Debian turn their rear end onto _whoever_ like
> > RH-9 does in
> > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171 ???
>
>
> I've checked , but Mandrake 9.1 is not effected with that bug.
> Thanks for mention it.
> On Debian i don't know ,don't have it , i use OpenBSD en Linux SuSe ,
> Redhat ,Mandrake.
>
> Does anyone have tested yet, my patched /sbin/ifup file, for
> iptables-script ??
..the wifi part of it works fine, but it _introduces_ bug # 89171,
I tested with a thinkpad 760 ED I use as AP, it runs RH-7.3.
..it looks like Red Hat cannot use mac addresses to ID nics.
--
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-15 17:48 ` Arnt Karlsen
@ 2003-05-15 19:46 ` P.Italiaander
2003-05-16 11:07 ` Arnt Karlsen
0 siblings, 1 reply; 10+ messages in thread
From: P.Italiaander @ 2003-05-15 19:46 UTC (permalink / raw)
To: netfilter
Op donderdag 15 mei 2003 19:48, schreef u:
> On Thu, 15 May 2003 17:42:26 +0200,
> "P.Italiaander" <pc-secure@home.nl> wrote in message
>
> <200305151742.26913.pc-secure@home.nl>:
> > Op donderdag 15 mei 2003 14:52, schreef Arnt Karlsen:
> > > ..I know, ipup _is_ buggy, my hint was more on Red Hats somewhat
> > > sloppy QA attitude. I mean, if I should _not_ use RH9 to route
> > > traffic, I would like to know _that_ from the docs.
> > >
> > > ..does Mandrake or Debian turn their rear end onto _whoever_ like
> > > RH-9 does in
> > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171 ???
> >
> > I've checked , but Mandrake 9.1 is not effected with that bug.
> > Thanks for mention it.
> > On Debian i don't know ,don't have it , i use OpenBSD en Linux SuSe ,
> > Redhat ,Mandrake.
> >
> > Does anyone have tested yet, my patched /sbin/ifup file, for
> > iptables-script ??
>
> ..the wifi part of it works fine, but it _introduces_ bug # 89171,
> I tested with a thinkpad 760 ED I use as AP, it runs RH-7.3.
>
> ..it looks like Red Hat cannot use mac addresses to ID nics.
hmm... , I really thought ,that after my update , this shoud be fixed ??
since syntax is changed.
I 've looked but can't find patch anywhere , do you have one ?
Pascal
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!!
2003-05-15 19:46 ` P.Italiaander
@ 2003-05-16 11:07 ` Arnt Karlsen
0 siblings, 0 replies; 10+ messages in thread
From: Arnt Karlsen @ 2003-05-16 11:07 UTC (permalink / raw)
To: netfilter
On Thu, 15 May 2003 21:46:17 +0200,
"P.Italiaander" <pc-secure@home.nl> wrote in message
<200305152146.17228.pc-secure@home.nl>:
> Op donderdag 15 mei 2003 19:48, schreef u:
> > On Thu, 15 May 2003 17:42:26 +0200,
> > "P.Italiaander" <pc-secure@home.nl> wrote in message
> >
> > <200305151742.26913.pc-secure@home.nl>:
> > > Op donderdag 15 mei 2003 14:52, schreef Arnt Karlsen:
> > > > ..I know, ipup _is_ buggy, my hint was more on Red Hats somewhat
> > > > sloppy QA attitude. I mean, if I should _not_ use RH9 to route
> > > > traffic, I would like to know _that_ from the docs.
> > > >
> > > > ..does Mandrake or Debian turn their rear end onto _whoever_
> > > > like RH-9 does in
> > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89171 ???
> > >
> > > I've checked , but Mandrake 9.1 is not effected with that bug.
> > > Thanks for mention it.
> > > On Debian i don't know ,don't have it , i use OpenBSD en Linux
> > > SuSe , Redhat ,Mandrake.
> > >
> > > Does anyone have tested yet, my patched /sbin/ifup file, for
> > > iptables-script ??
> >
> > ..the wifi part of it works fine, but it _introduces_ bug # 89171,
> > I tested with a thinkpad 760 ED I use as AP, it runs RH-7.3.
> >
> > ..it looks like Red Hat cannot use mac addresses to ID nics.
>
>
> hmm... , I really thought ,that after my update , this shoud be fixed
> ?? since syntax is changed.
> I 've looked but can't find patch anywhere , do you have one ?
>
..me too. ;-) I'll mail you what I have off-list.
--
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-05-16 11:07 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-14 19:55 NOT acceptable "/etc/sysconfig/network-scripts/ifup" script !!! P.Italiaander
2003-05-14 21:16 ` Arnt Karlsen
2003-05-15 0:15 ` P.Italiaander
2003-05-15 12:52 ` Arnt Karlsen
2003-05-15 15:42 ` P.Italiaander
2003-05-15 17:48 ` Arnt Karlsen
2003-05-15 19:46 ` P.Italiaander
2003-05-16 11:07 ` Arnt Karlsen
2003-05-14 22:19 ` P.Italiaander
2003-05-15 0:19 ` P.Italiaander
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.