Linux Firewalls said to do the follwing so you
can obtain the ip address. It should be in
/etc/dhcpc/dhpcd-ppp0.info.
if [ -n "$PUMP" ]; then
    echo -n "Determining IP information for $DEVICE..."
    if /sbin/dhcpcd; then
        echo " done."
    else
        echo " failed."
        exit 1
    fi
However after I log on to the internet these do not exist.
I know that my Ip dynamically assigns addresses. How
does my machine know its address after conection.
                 Help
                 Linda Hanigan



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to