Started 6 days, 18 hours ago (2009-12-22 20:04:00)
by DukeNuke2
does this help?
also why not use
ssh?
Started 1 month, 2 weeks ago (2009-11-12 06:22:00)
by sysrenan
you can use:
Code:
iptables -A OUTPUT -p icmp --
icmp-type 8 -j DROP
you can also try this (I never used personally):
Code:
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all
OR do it permanently on sysctl.conf
Code:
vi /etc/sysctl.conf
net.ipv4.icmp_echo_ignore_all = 1
hope this helps
Started 3 weeks, 5 days ago (2009-12-03 03:05:00)
by sauravbh
skoooooooooooooooooooooooo
Started 1 week, 6 days ago (2009-12-15 14:51:00)
by TonyFullerMalv
The manpage for
ifconfig(8) says:
Code:
ifconfig interface [aftype] options | address ...
Started 3 weeks, 4 days ago (2009-12-03 20:05:00)
by TonyFullerMalv
Your question is not very clear, but:
Perl has built in TCP functionality, see:
Perl, Sockets and TCP/IP Networking.
and:
! Aware to Perl: TCP Clients with IO::Socket
The obvious and free C++ compiler is GCC, see:
GCC, the GNU Compiler Collection - GNU Project -
Free Software Foundation (FSF)
Started 3 weeks, 6 days ago (2009-12-02 03:05:00)
by manicanet
If you are accessing the database via a terminal app, then your best bet would be to SSH to the SCO server.
On the
Windows computers, download Putty which will allow you to SSH to your server.
You will need to know the public IP address at Office 1. If it is dynamic, you should sign up for a dynamic dns (search google for that).
You will also need to configure your router at office 1 ...