04-20-2011
What's your routing table look like?
8 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi All,
I am having knowledge on some basics of ssh and wanted to know what are the public keys and how can we create and implement it in connecting server.
Please provide the information for the above, it would be helpful for me.
Thanks,
Ravindra (1 Reply)
Discussion started by: ravi3cha
1 Replies
2. IP Networking
I guys, I have a compute at home and I want access it from outside with a public IP, and the problem is that my ISP distributed private IP addresses and to access the Internet is through NAT and. I want to access that computer via SSH from other network, how can I do that? (1 Reply)
Discussion started by: pharaoh
1 Replies
3. Shell Programming and Scripting
Hi
I do use this line to find my public IP.
Is there other way I can do this?
Maybe create the script some shorter?
wget -q -O - http://minip.no | grep "<b>" | head -n1 | cut -d'<' -f3 | cut -d'>' -f2
Thanks (1 Reply)
Discussion started by: Jotne
1 Replies
4. Shell Programming and Scripting
Hi,
I develop simple animation ping script on Solaris Platform. It is like Cisco ping.
Examples and source code are below.
bash-3.00$ gokcell 152.155.180.8 30
Sending 30 Ping Packets to 152.155.180.8
!!!!!!!!!!!!!.!!!!!!!!!!!!!!!.
% 93.33 success... % 6.66 packet loss...... (1 Reply)
Discussion started by: gokcell
1 Replies
5. Shell Programming and Scripting
Hi
I am using perl to ping a list of nodes - with script below :
$p = Net::Ping->new("icmp");
if ($p->ping($host,1)){
print "$host is alive.\n";
}
else {
print "$host is unreacheable.\n";
}
$p->close();... (4 Replies)
Discussion started by: tavanagh
4 Replies
6. What is on Your Mind?
AudioScope.sh has now had 2 votes of 5 stars.
It has also been thanked in the latest upload...
Although I know who thanked this kids project, and I have personally thanked that person,
this is a public thank you to the two anonymous people who have voted it 5 stars.
Thank you.
It has... (0 Replies)
Discussion started by: wisecracker
0 Replies
7. Solaris
Hi,
Please help.
I created a ZFS pool on Solaris 11.3 (thunder) and shared it using NFS (storage).
But when I connect from my Mac without credentials I can't write to the share,I assume I have to make the share public but can't figure out the syntax,please help.
Also the pool is for... (6 Replies)
Discussion started by: rthorntn
6 Replies
8. Programming
help with bash script!
im am working on this script to make sure my server will stay online, so i made this script..
HOSTS="192.168.138.155"
COUNT=4
pingtest(){
for myhost in "$@"
do
ping -c "$COUNT" "$myhost" &&return 1
done
return 0
}
if pingtest $HOSTS
#100% failed... (4 Replies)
Discussion started by: mort3924
4 Replies
LEARN ABOUT REDHAT
axnet_cs
AXNET_CS(4) Kernel Interfaces Manual AXNET_CS(4)
NAME
axnet_cs - Asix AX88190 chipset PCMCIA Ethernet Driver
SYNOPSIS
insmod axnet_cs.o [pc_debug=n] [irq_list=i,j,...]
DESCRIPTION
Axnet_cs is a driver for PCMCIA ethernet cards based on the Asix AX88190 chipset. These cards are mostly NE2000 compatible but have sev-
eral bugs that are sufficiently tricky to work around that a separate driver was deemed necessary. When this driver is bound to a card, it
allocates the next available ethernet device (eth0..eth#). This device name will be reported in the kernel log file, and passed on to
cardmgr(8).
PARAMETERS
pc_debug=n
Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero
value enables debugging.
irq_list=i,j,...
Specifies the set of interrupts that may be allocated by this driver.
DIAGNOSTICS
axnet_cs: this is not an AX88190 card!
Indicates that this card is probably a normal NE2000 compatible card, which requires the pcnet_cs driver.
eth#: interrupt(s) dropped!
Indicates that the driver did not receive an interrupt notification for some reason. The driver will poll the card (with a signifi-
cant performance penalty) if the problem persists. The most likely cause is an interrupt conflict and/or host bridge configuration
problem.
AUTHOR
David Hinds - dahinds@users.sourceforge.net
SEE ALSO
cardmgr(8), pcmcia(5).
pcmcia-cs 2001/08/17 12:51:58 AXNET_CS(4)