Re: Display of prefixes in aperticular ifnet structure.

2001-06-15 Thread Hajimu UMEMOTO
>>> Thu, 14 Jun 2001 14:41:46 +0900, >>> JINMEI Tatuya <[EMAIL PROTECTED]> said: jinmei> So, for diagnosing the problem, please do not use the configuration jinmei> script (i.e. /etc/defaults/rc.conf, etc) for now. Just boot the jinmei> machine without the script, login to the machine as root, t

Re: how to find dhclient ip for use in ipfw ruleset?

2001-06-15 Thread Shaun Marko
I wrote an /etc/dhclient-exit-hooks script that writes out the interface configuration to a file and changed /etc/rc.conf to suck in the configuration file. It looks something like this: case ${reason} in BOUND | REBOOT | RENEW) echo "oif=${interface}" > /etc/oif echo "oip=${new_ip_addre

how to find dhclient ip for use in ipfw ruleset?

2001-06-15 Thread Peter Brezny
How can you place a dynamically assigned dhclient ip address into an ipfw ruleset? I've gotten used to writing rules based on external interface ip addresses and network ranges, however, now i'd like to write a ruleset that would work to firewall a small network behind a dsl router with a dynamic

Re: Actual firewall

2001-06-15 Thread Giorgos Keramidas
On Thu, Jun 14, 2001 at 09:49:03AM -0700, Orville R. Weyrich.Jr wrote: > If the previously open-licensed source code has developed a more > restrictive license, that does not prevent free use of the old source > code, does it? Rather than throwing the whole thing out, would not the > proper resp

Re: Start on-demand PPP from remote telephone

2001-06-15 Thread Brian Somers
Last time I looked, mgetty was capable of doing stuff with dtmf tones. I think you need to use the vgetty program rather than mgetty (both are installed when you install the port), but that's all I remember. > I have a FreeBSD 4.3 IPFilter 3.4.17 based firewall/gateway > system at home that u