From owner-freebsd-newbies Sun Jun 11 9:47:40 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from mail.alltel.net (mail.alltel.net [166.102.165.30]) by hub.freebsd.org (Postfix) with ESMTP id 8104D37BA16 for ; Sun, 11 Jun 2000 09:47:32 -0700 (PDT) (envelope-from jbstrt@alltel.net) Received: from alltel.net (r-251.49.alltel.net [166.102.251.49]) by mail.alltel.net (8.9.3/8.9.3/ALLTEL Internet) with ESMTP id LAA03973 for ; Sun, 11 Jun 2000 11:47:30 -0500 (CDT) Message-ID: <3943C46B.8CBF56F4@alltel.net> Date: Sun, 11 Jun 2000 12:55:07 -0400 From: Robert Fulford X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-newbies@FreeBSD.ORG Subject: ident,irc, & win2k question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy all.... I have an unusual setup here at home, and the fact that I am relatively new to *nix & FreeBSD, which doesn't help matters much.... :(....Here is what I have to work with.. Netgear RT-338 ISDN router that does NAT exceptionally well and gets a dynamic IP from my ISP....the internal IP of the router is 192.168.0.1....I set the DHCP pool on the Netgear to a pool size of 2 & a starting IP of 192.168.0.2. This works well with the 2 nic's in the fbsd 4.0 release box, with dc0 being 192.168.0.2 & hooked to the router. dc1 is 192.168.150.150 & is hooked to a hub, where 2 Win2k boxes also connect, <192.168.150.154 & 192.168.150.156>. I run mIRC version 5.61 on the 2 Win2k boxes, but usually only use one Win2k box when I am on mIRC. I don't run gated or routed or any daemons, I just did some persistant routes on the 2 Win2k boxes & all I have to do after boot-time on the fbsd box is ping the .154 & the .156 and then do a route add -net 0.0.0.0 192.168.0.1...(seems there is a bug with 4.0 not accepting "sticky" routes, or I have my syntax wrong in rc.conf, even with .1 being the default_router).... My goal is to get ident or socks5 or anything working in a setup like this so I can use mIRC on a Win2k box. I get "identd not installed" or other similar errors on the Efnet servers that I would like to use....these servers do not give me the error when I use the modem on the Win2k to connect to the ISP & use mIRC...the fbsd box & the router are not in the loop when using the modem, so it's mainly ident that I need to get working..... Here is what some things look like on my fbsd box..... I have installed & compiled pidentd-2.8.5.tar.gz I have installed & compiled socks5-v1.0r10.tar.gz I did not use any arguments when i compiled them.... i just went to /usr/ports/ and did a "make depend", then a "make", then "make install".....it fetched the files it needed and put them in /usr/ports/distfiles/. I have a file in /etc/ called socks5.conf which contains.... set SOCKS5_V4SUPPORT permit - - 192. - - - homers I also have a /usr/local/etc/socks5.conf. This file is a copy of the one in /etc/. The man page mentioned both locations as places it would look, i'll remove the un-needed one later. i have every option in /etc/inetd.conf remarked out with a # i have not made any scripts for identd at all. i tried starting it as suggested, /usr/local/sbin/identd -S /usr/tmp/socks5.ident, but it gave me an error....i read the man page on identd and it said this.... The -f option causes identd to use the named config file (instead of the default /etc/identd.conf ?). Currently not used: ignored, no config files are used. Also, i didn't see a -S option in "man identd"...(i had the /usr/tmp/ socks5.ident file as suggested....it was exactly like this...) set SOCKS5_V4SUPPORT permit - - 192. - - - homers i have tried /usr/local/sbin/identd and then i did a /usr/local/bin/socks5 and tried to join an irc server... no luck at all :( Any help would be greatly appreciated, Jeb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message