Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2000 12:54:10 -0400 
From:      Nick Evans <nevans@nextvenue.com>
To:        'Charlie' <charlie@infoworks.net>, Peter <peter@wirelesssecurity.org>, freebsd-questions@freebsd.org
Subject:   RE: Problems: identd not working on sec ip HELP!!!!!!!!!
Message-ID:  <712384017032D411AD7B0001023D799B33B20B@sn1exchmbx.nextvenue.com>

next in thread | raw e-mail | index | archive | help
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C00222.70656250
Content-Type: text/plain;
	charset="iso-8859-1"

http://www.elfqrin.com/docs/hakref/Mixter/IP_subnets.html


-----Original Message-----
From: Charlie [mailto:charlie@infoworks.net]
Sent: Saturday, August 09, 2008 11:58 AM
To: Peter; freebsd-questions@freebsd.org
Subject: Re: Problems: identd not working on sec ip HELP!!!!!!!!!


On 9 Aug 00, at 7:32, Peter wrote:

> I have a little problems with identd.  I uncomment it on inetd.conf and it
> running great on my main ip,  but it doens't run on my other ips i have on
> the box.  The way i set up the other ip is my alias on rc.conf  I only got
1
> nic on the box but have 2 ips on it. the first one identd work fine on it
> but i can't get the sec ip to work.  I tried bother oidentd and pidented.
> Plz help
> 
> Yes i did read all the man on both of them.  Nothing seem to work could
> somone offer some suggestions ?
> 
> Maybe I added the sec ip wrong would somone suggest the right way of doing
> it.
> The way i did it was in rc.config i added this
> 192.168.10.97 is my primary ip
> that is where my named running off of
> 192.168.10.91 is my sec ip i added myself
> The box is sitting behind a firewall
> 
> both host name that are on the box is sitting on the named on the firewall
> or outside of it
> 
> 
> 
> 
> # -- sysinstall generated deltas -- #
> ifconfig_xl0="inet 192.168.10.97  netmask 255.255.255.0"
> ifconfig_xl0_alias0="inet 192.168.10.91 netmask 0xffffffff"

Hmm... check your netmask on the alias line in /etc/rc.conf... do 
you really mean for it be /32?  Although you *can* write your 
netmask in hex (0xffffffff), the dotted-quad equivelant is 
255.255.255.255, which leaves little room for other hosts on that 
network.  As it is an alias for your regular /24 address on xl0, in 
most cases I'd guess you should be using 255.255.255.0 for your 
netmask, or 0xffffff00, if you prefer hex.  Perhaps someone on the 
list knows of a tutorial you could read on subnetting?

Hope this helps,
-Charlie




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

------_=_NextPart_001_01C00222.70656250
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2652.35">
<TITLE>RE: Problems: identd not working on sec ip HELP!!!!!!!!!</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2><A =
HREF=3D"http://www.elfqrin.com/docs/hakref/Mixter/IP_subnets.html" =
TARGET=3D"_blank">http://www.elfqrin.com/docs/hakref/Mixter/IP_subnets.h=
tml</A></FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Charlie [<A =
HREF=3D"mailto:charlie@infoworks.net">mailto:charlie@infoworks.net</A>]<=
/FONT>
<BR><FONT SIZE=3D2>Sent: Saturday, August 09, 2008 11:58 AM</FONT>
<BR><FONT SIZE=3D2>To: Peter; freebsd-questions@freebsd.org</FONT>
<BR><FONT SIZE=3D2>Subject: Re: Problems: identd not working on sec ip =
HELP!!!!!!!!!</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>On 9 Aug 00, at 7:32, Peter wrote:</FONT>
</P>

<P><FONT SIZE=3D2>&gt; I have a little problems with identd.&nbsp; I =
uncomment it on inetd.conf and it</FONT>
<BR><FONT SIZE=3D2>&gt; running great on my main ip,&nbsp; but it =
doens't run on my other ips i have on</FONT>
<BR><FONT SIZE=3D2>&gt; the box.&nbsp; The way i set up the other ip is =
my alias on rc.conf&nbsp; I only got 1</FONT>
<BR><FONT SIZE=3D2>&gt; nic on the box but have 2 ips on it. the first =
one identd work fine on it</FONT>
<BR><FONT SIZE=3D2>&gt; but i can't get the sec ip to work.&nbsp; I =
tried bother oidentd and pidented.</FONT>
<BR><FONT SIZE=3D2>&gt; Plz help</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Yes i did read all the man on both of =
them.&nbsp; Nothing seem to work could</FONT>
<BR><FONT SIZE=3D2>&gt; somone offer some suggestions ?</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Maybe I added the sec ip wrong would somone =
suggest the right way of doing</FONT>
<BR><FONT SIZE=3D2>&gt; it.</FONT>
<BR><FONT SIZE=3D2>&gt; The way i did it was in rc.config i added =
this</FONT>
<BR><FONT SIZE=3D2>&gt; 192.168.10.97 is my primary ip</FONT>
<BR><FONT SIZE=3D2>&gt; that is where my named running off of</FONT>
<BR><FONT SIZE=3D2>&gt; 192.168.10.91 is my sec ip i added =
myself</FONT>
<BR><FONT SIZE=3D2>&gt; The box is sitting behind a firewall</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; both host name that are on the box is sitting =
on the named on the firewall</FONT>
<BR><FONT SIZE=3D2>&gt; or outside of it</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; # -- sysinstall generated deltas -- #</FONT>
<BR><FONT SIZE=3D2>&gt; ifconfig_xl0=3D&quot;inet 192.168.10.97&nbsp; =
netmask 255.255.255.0&quot;</FONT>
<BR><FONT SIZE=3D2>&gt; ifconfig_xl0_alias0=3D&quot;inet 192.168.10.91 =
netmask 0xffffffff&quot;</FONT>
</P>

<P><FONT SIZE=3D2>Hmm... check your netmask on the alias line in =
/etc/rc.conf... do </FONT>
<BR><FONT SIZE=3D2>you really mean for it be /32?&nbsp; Although you =
*can* write your </FONT>
<BR><FONT SIZE=3D2>netmask in hex (0xffffffff), the dotted-quad =
equivelant is </FONT>
<BR><FONT SIZE=3D2>255.255.255.255, which leaves little room for other =
hosts on that </FONT>
<BR><FONT SIZE=3D2>network.&nbsp; As it is an alias for your regular =
/24 address on xl0, in </FONT>
<BR><FONT SIZE=3D2>most cases I'd guess you should be using =
255.255.255.0 for your </FONT>
<BR><FONT SIZE=3D2>netmask, or 0xffffff00, if you prefer hex.&nbsp; =
Perhaps someone on the </FONT>
<BR><FONT SIZE=3D2>list knows of a tutorial you could read on =
subnetting?</FONT>
</P>

<P><FONT SIZE=3D2>Hope this helps,</FONT>
<BR><FONT SIZE=3D2>-Charlie</FONT>
</P>
<BR>
<BR>
<BR>

<P><FONT SIZE=3D2>To Unsubscribe: send mail to =
majordomo@FreeBSD.org</FONT>
<BR><FONT SIZE=3D2>with &quot;unsubscribe freebsd-questions&quot; in =
the body of the message</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C00222.70656250--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?712384017032D411AD7B0001023D799B33B20B>