Jack wrote:
> 
> Is they a way to find ones ip address when connected though ppp, the isp
> dynamically asignes ip
Hi Jack,
I use a bash-script:
--begin script--
#!/bin/sh
echo "Your IP address is:"
/sbin/ifconfig ppp0 | grep inet | awk �{print $2}� | cut -f2 -d:
--end script--
That does it!
--
   __o   See you, Christoph Hammann
 _ \>,   [EMAIL PROTECTED]
( )/( )____________________________
Try to find the real tense of the report you are reading:  Was it done,
is it being done, or is something to be done?  Reports are now written
in four tenses:  past tense, present tense, future tense, and
pretense.  Watch for novel uses of CONGRAM (CONtractor GRAMmer),
defined by the imperfect past, the insufficient present, and the
absolutely perfect future.
                -- Amrom Katz

Reply via email to