Displaying 5 results from an estimated 5 matches for "_ip".
Did you mean:
_id
2021 Mar 07
1
Request For Additional Status Confirmation
...value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
# Print the IP address
*
# Have the system pause while all the mail elements load,
? sleep 60
# and then run the script:
? sudo /usr/local/bin/reboot_notify
*
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
? printf "My IP address is %s\n" "$_IP"
fi
exit 0
Then I made the file executable
chmod +x /etc/rc.local
To test it I ran <upsmon -c fsd> ; the Pi did an orderly shutdown, the
UPS turned off and then came back on a...
2008 Mar 13
3
newbie question: pxelinux.cfg/default question
Hello all,
I understand that during PXE boot, it goes into the pxelinux.cfg and it states:
1. "it will search for the config file using its own IP address in
upper case hexadecimal, e.g. 192.0.2.91 -> C000025B (you can use the
included progam "gethostip" to compute the hexadecimal IP address for
any host.) If that file is not found, it will remove one hex digit and
try
2006 Dec 19
3
/etc/rc.d/jail: losing IPs if jail_x_interface set and syntax error in jails /etc/rc?
...able="YES" # mount fdescfs in the jail
jail_procfs_enable="YES" # mount procfs in jail
jail_mount_enable="NO" # mount/umount jail's fs
[...]
# ---- ftp
jail_ftp_rootdir="/data/jails/ftp.XXX.YYY.com"
jail_ftp_ip="62.xxx.yyy.133"
jail_ftp_hostname="ftp.XXX.YYY.com"
This works well on other systems. Starting the ftp-Jail using
/etc/rc.d/jail start ftp the system went "offline", ifconfig showed this:
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500...
2007 Apr 18
2
[Bridge] bridge-utils + Linksys WET11
...'t be the case here, since the router doesn't even know it's
wireless, should it?
Is this some sort of stp issue?
Any suggestions would be much appreciated. I'm out of ideas.
#!/bin/bash
#
bridge="br100"
bridge_br100_devices="eth1 eth2 eth3 eth4"
bridge_br100_ip="192.168.1.1"
return=$rc_done
case "$1" in
start)
for b in ${bridge}
do
echo "Create Bridge ${b}"
/usr/sbin/brctl addbr ${b} || {
retval=$?
echo ${retval} "Failed...
2007 Jan 11
2
FreeBSD Security Advisory FreeBSD-SA-07:01.jail
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-07:01.jail Security Advisory
The FreeBSD Project
Topic: Jail rc.d script privilege escalation
Category: core
Module: etc_rc.d
Announced: