|

楼主 |
发表于 2004-11-10 21:59:37
|
显示全部楼层
BT,So BT
yeah!!! It works so perfect!!!!!!
while i am writing this, the script is running.
I am using Debian ,so the script is as followed:
#!/usr/bin/perl
while(1){
system("echo hahaha\n");
system("/etc/init.d/networking restart");
sleep(1);
}
and the result is
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.
hahaha
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done. |
|