Re: use of 'cut' to pull dynamic IPADDR from ifconfig

2000-12-23 Thread Charles Galpin
Sorry. On Fri, 22 Dec 2000, Eddie Strohmier wrote: Charles: You apparently did not read the whole message. I was trying to help Bob Hartung from a previous post who is trying to get cut to pull a dynamic IP address from ifconfig. I am not a scripter just a 4 1/2 year Linux user. I

Re: use of 'cut' to pull dynamic IPADDR from ifconfig done

2000-12-23 Thread Bob Hartung
ET -Original Message- From: Eddie Strohmier [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 22, 2000 1:20 PM To: [EMAIL PROTECTED] Subject: Re: use of 'cut' to pull dynamic IPADDR from ifconfig Charles: You apparently did not read the whole message. I was trying to hel

Re: use of 'cut' to pull dynamic IPADDR from ifconfig done

2000-12-23 Thread Leonard den Ottolander
Hi Bob, I am able to get it going now. I was confused on how to use a blank space as a delimiter and cout not find the reference to the '\' as a delimiter. It is not just the backslash being used, but the backspace is the escape char in front of the space

Re: use of 'cut' to pull dynamic IPADDR from ifconfig

2000-12-22 Thread Charles Galpin
Wooah Eddie!! You can handle this in several ways better than this. Both pump amd dhcpcd provide hooks to scripts that will run when the lease is renewed, changed etc. Tell us which one you are using, nad I can provide more details. And, even emailing it to you isn't as convenient as say

Re: use of 'cut' to pull dynamic IPADDR from ifconfig

2000-12-22 Thread Eddie Strohmier
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 22, 2000 8:24 AM Subject: Re: use of 'cut' to pull dynamic IPADDR from ifconfig Wooah Eddie!! You can handle this in several ways better than this. Both pump amd dhcpcd provide hooks to scripts that will run when the lease is renewe

RE: use of 'cut' to pull dynamic IPADDR from ifconfig

2000-12-22 Thread Burke, Thomas G.
quot; echo $EXTERNAL_NET -Original Message- From: Eddie Strohmier [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 22, 2000 1:20 PM To: [EMAIL PROTECTED] Subject: Re: use of 'cut' to pull dynamic IPADDR from ifconfig Charles: You apparently did not read the whole message. I

use of 'cut' to pull dynamic IPADDR from ifconfig

2000-12-21 Thread Bob Hartung
Hi, Progress slow but sure. Got everything running withh diald - not sure why it works but it does. There was recently a message using grep, cut and ifconfig output to pluck a dynamically assigned IP address to use in firewalls. Does someone have the message. I can get it to xxx.xxx.xxx.xxx

Re: use of 'cut' to pull dynamic IPADDR from ifconfig

2000-12-21 Thread Hal Burgiss
On Thu, Dec 21, 2000 at 07:08:02PM -0600, Bob Hartung wrote: Hi, Progress slow but sure. Got everything running withh diald - not sure why it works but it does. There was recently a message using grep, cut and ifconfig output to pluck a dynamically assigned IP address to use in

Re: use of 'cut' to pull dynamic IPADDR from ifconfig

2000-12-21 Thread Eddie Strohmier
- From: "Bob Hartung" [EMAIL PROTECTED] To: "redhat-list" [EMAIL PROTECTED] Sent: Thursday, December 21, 2000 8:08 PM Subject: use of 'cut' to pull dynamic IPADDR from ifconfig Hi, Progress slow but sure. Got everything running withh diald - not sure why it works but