Walt Pawley writes:

>  >I need to monitor and record that IP address and initiate a
>  >series of processes if/when the IP address changes.
>  
>  You could schedule a script that uses 'curl' or 'fetch' to
>  acquire the status page from the router and parse the upstream
>  IP address from it and compare it with a saved address.

        How about:

        netstat -rn -f inet | grep default | awk '{print $2}'



                                        Robert Huff
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to