From owner-freebsd-isp Sun Jul 22 22:24: 2 2001 Delivered-To: freebsd-isp@freebsd.org Received: from workhorse.iMach.com (workhorse.iMach.com [206.127.77.89]) by hub.freebsd.org (Postfix) with ESMTP id DA8E437B403 for ; Sun, 22 Jul 2001 22:23:52 -0700 (PDT) (envelope-from forrestc@imach.com) Received: from localhost (forrestc@localhost) by workhorse.iMach.com (8.9.3/8.9.3) with ESMTP id XAA18781; Sun, 22 Jul 2001 23:22:31 -0600 (MDT) Date: Sun, 22 Jul 2001 23:22:31 -0600 (MDT) From: "Forrest W. Christian" To: alexus Cc: Bob Martin , freebsd-isp@FreeBSD.ORG Subject: Re: IPs/VHOST/ALIAS/IDENTd/IRC In-Reply-To: <001901c11336$a24a3ae0$0100a8c0@alexus> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org No. Something else OTHER than ident is broken. Ident is working as designed. On Mon, 23 Jul 2001, alexus wrote: > Date: Mon, 23 Jul 2001 01:16:30 -0400 > From: alexus > To: Forrest W. Christian > Cc: Bob Martin , freebsd-isp@FreeBSD.ORG > Subject: Re: IPs/VHOST/ALIAS/IDENTd/IRC > > could that be due to > > i have different broadcast? > > what broadcast do anyway? what is it for > > ----- Original Message ----- > From: "Forrest W. Christian" > To: "alexus" > Cc: "Bob Martin" ; > Sent: Monday, July 23, 2001 12:56 AM > Subject: Re: IPs/VHOST/ALIAS/IDENTd/IRC > > > > Ident appears to be working on your box on both ports: > > > > -------------------TEST OUTPUT BEGIN > > mail# telnet 66.92.98.151 ident > > Trying 66.92.98.151... > > Connected to bigballz.com. > > Escape character is '^]'. > > ^] > > telnet> z > > > > Suspended > > mail# netstat -an | grep 66.92 > > tcp4 0 0 206.127.64.140.4188 66.92.98.151.113 > > ESTABLISHED > > mail# fg > > telnet 66.92.98.151 ident > > 113,4183 > > 113 , 4183 : USERID : UNKNOWN : root > > Connection closed by foreign host. > > ------------------TEST OUTPUT END > > > > ------------------TEST OUTPUT BEGIN > > mail# telnet 66.92.98.145 ident > > Trying 66.92.98.145... > > Connected to oXyeTb.com. > > Escape character is '^]'. > > ^] > > telnet> z > > > > Suspended > > mail# netstat -an | grep 66.92 > > tcp4 0 0 206.127.64.140.4242 66.92.98.145.113 > > ESTABLISHED > > mail# fg > > telnet 66.92.98.145 ident > > 113,4242 > > 113 , 4242 : USERID : UNKNOWN : root > > Connection closed by foreign host. > > ------------------TEST OUTPUT END > > > > I'd look elsewhere, however: > > > > Have you considered running a "warm-fuzzy" ident? It lets a lot less > > information out about your system. > > > > Use this perl script: > > > > -------- CUT ----------- > > #!/usr/local/bin/perl > > ($a, $b) = split(/[,\n\r ]+/,<>); > > print "$a , $b : USERID : UNIX : Warm-Fuzzy\r\n"; > > -------- CUT ----------- > > > > And reference it from your inetd.conf instead of the ident code. > > > > On Mon, 23 Jul 2001, alexus wrote: > > > > > Date: Mon, 23 Jul 2001 00:46:41 -0400 > > > From: alexus > > > To: Bob Martin > > > Cc: freebsd-isp@FreeBSD.ORG > > > Subject: Re: IPs/VHOST/ALIAS/IDENTd/IRC > > > > > > su-2.05# sysctl net.inet.ip.forwarding > > > net.inet.ip.forwarding: 1 > > > su-2.05# ifconfig fxp0 > > > fxp0: flags=8943 mtu > 1500 > > > inet 66.92.98.145 netmask 0xffffff00 broadcast 66.92.98.255 > > > inet 66.92.98.151 netmask 0xffffffff broadcast 66.92.98.151 > > > ether 00:60:94:a5:cb:44 > > > media: autoselect (100baseTX ) status: active > > > supported media: autoselect 100baseTX 100baseTX > > > 10baseT/UTP 10baseT/UTP > > > su-2.05# > > > > > > i've tryed to change netmask of second ip to .255 instead of .0 but it > > > doesn't seems to help:( > > > > > > and i also checked my forwarding settings, it was already set to 1 > > > > > > ----- Original Message ----- > > > From: "Bob Martin" > > > To: "alexus" > > > Sent: Sunday, July 22, 2001 5:42 PM > > > Subject: Re: IPs/VHOST/ALIAS/IDENTd/IRC > > > > > > > > > > alexus wrote: > > > > > > > > > > Hi > > > > > > > > > > I have 2 IPs on my box > > > > > > > > > > 66.92.98.145 ( oXyeTb.com ) and 66.92.98.151 ( bigballz.com ) > > > > > > > > > > I put both of those IPs into my /etc/rc.conf file > > > > > > > > > > alexus@~# grep fxp0 /etc/rc.conf > > > > > ifconfig_fxp0="inet 66.92.98.145 netmask 255.255.255.0" > > > > > ifconfig_fxp0_alias0="inet 66.92.98.151 netmask 255.255.255.0" > > > > > alexus@~# ifconfig fxp0 > > > > > fxp0: flags=8943 mtu > > > 1500 > > > > > inet 66.92.98.145 netmask 0xffffff00 broadcast 66.92.98.255 > > > > > inet 66.92.98.151 netmask 0xffffff00 broadcast 66.92.98.255 > > > > > ether 00:60:94:a5:cb:44 > > > > > media: autoselect (100baseTX ) status: active > > > > > supported media: autoselect 100baseTX > 100baseTX > > > > > 10baseT/UTP 10baseT/UTP > > > > > alexus@~# > > > > > > > > > > so looks like they up and running fine > > > > > > > > > > although I'm having one problem (at least so far) > > > > > > > > > > whenever I'm trying to IRC from my box from my primary IP .145 ( > > > > > oXyeTb.com ) everything seems to be in order > > > > > whenever I'm trying to use my second IP .151 ( bigballz.com ) I > can't > > > get on > > > > > IRC at all.. some of IRC server tells me that my ident isn't > installed > > > even > > > > > though it *is* installed and I'm being able to logon to same server > from > > > my > > > > > first IP just fine > > > > > > > > > > here is prove that i *do* have ident (port 113) running > > > > > > > > > > alexus@~# netstat -ta | grep auth > > > > > tcp4 0 0 *.auth *.* > > > LISTEN > > > > > alexus@~# grep 113 /etc/services | grep tcp > > > > > auth 113/tcp ident tap #Authentication Service > > > > > alexus@~# > > > > > > > > > > is there some special way I need to add any additional IPs or what > am I > > > > > doing wrong? > > > > > > > > > > thanks in advance > > > > > > > > > You need to change the netmask of the alias to 255.255.255.255, and > make > > > > sure that gateway is enabled. > > > > > > > > You can change the IP with ifconfig, and you can enable the gateway > > > > with: > > > > sysctl -w net.inet.ip.forwarding=1 > > > > > > > > All of this is in the archives 8^) > > > > > > > > bob > > > > -- > > > > But in our enthusiasm, we could not resist a radical overhaul of the > > > > system, in which all of its major weaknesses have been exposed, > > > > analyzed, and replaced with new weaknesses. > > > > -- Bruce Leverett, "Register Allocation in Optimizing Compilers" > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-isp" in the body of the message > > > > > > > - Forrest W. Christian (forrestc@imach.com) AC7DE > > ---------------------------------------------------------------------- > > The Innovation Machine Ltd. P.O. Box 5749 > > http://www.imach.com/ Helena, MT 59604 > > Home of PacketFlux Technogies and BackupDNS.com (406)-442-6648 > > ---------------------------------------------------------------------- > > Protect your personal freedoms - visit http://www.lp.org/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > - Forrest W. Christian (forrestc@imach.com) AC7DE ---------------------------------------------------------------------- The Innovation Machine Ltd. P.O. Box 5749 http://www.imach.com/ Helena, MT 59604 Home of PacketFlux Technogies and BackupDNS.com (406)-442-6648 ---------------------------------------------------------------------- Protect your personal freedoms - visit http://www.lp.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message