Date: Thu, 08 Jul 1999 14:45:17 +0200 From: Luke Roberts <luke@roberts.nl> To: freebsd-isdn@freebsd.org Subject: Re: looking for dynamic IP in i4b logfile Message-ID: <4.2.0.58.19990708140501.009a59a0@pop.roberts.nl> In-Reply-To: <19990708132833.C15580@stoned.ether.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Meike, I suppose you could log the IP in the ISDN-UP script. You would have to write a small shell/perl script, which you run from ISDN-UP, that: 1. Runs "ifconfig isp0" and places the output in a temp file 2. Grabs the value after inet in the tempfile (which is the ip number which your provider gives you), 3. adds this IP number to a textfile somewhere on your machine This textfile is the log you want. This should not be too much work at all. Good luck, Luke Roberts >Hi, > >I've just been trying to find out whether i4b is able to log the >dynamic IPs it establishes connections with. When I connect to my >ISP the logfile just tells me about an "outgoing call active (ctl 0, ch 0)" >but it doesnt mention in any way the IP that is assigned dynamically. > >I've already scanned the logfiles an isdnd with higher debuglevel >produces but I didnt see anything that would help me in this direction. > >Any hints ? > >bye, Meike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.0.58.19990708140501.009a59a0>