Sponsored Content
Full Discussion: Arp Problem
Operating Systems Linux Red Hat Arp Problem Post 302349812 by surfer24 on Wednesday 2nd of September 2009 12:02:17 AM
Old 09-02-2009
thanks buddy, problem is solved....
 

10 More Discussions You Might Find Interesting

1. IP Networking

multiple arp replies

Can someone tell me if I tweak the destination field in an arp request for TCP connection to match it with the the mac addresses of different recivers in an ethernet as the packet passes through them in short each one catches the arp request and replies, what would happen I mean will the sender of... (2 Replies)
Discussion started by: Rakesh Ranjan
2 Replies

2. Solaris

ARP Cache

Dear all, We are testing two of our servers for mq series connectivity. The scenario is, when one machine is shutting down it's services there are some scripts that do a dns update, which removes the ip address and relates it to the ip address of the other node on our dns server, and the update... (7 Replies)
Discussion started by: earlysame55
7 Replies

3. IP Networking

ARP Req Pkt

Does ARP Request packet Contains MAC Address of dest during broadcast? I found It So... When i captured ARP Req Pkts on ethereal... Rgds -Meti (1 Reply)
Discussion started by: ashokmeti
1 Replies

4. HP-UX

HW Address and arp

I was checking nettl output for a unstable telnet to my server. this is part of output: ### ***********************************STREAMS/UX*******************************@#% Timestamp : Sun Jun 22 EETDST 2008 22:14:47.492899 Process ID : Subsystem ... (4 Replies)
Discussion started by: xramm
4 Replies

5. IP Networking

Modifying ARP frames

Hi All, Is there any way to modify or filter the ARP frames?? thanks! (2 Replies)
Discussion started by: lagigliaivan
2 Replies

6. IP Networking

Stuck ARP entries

About a week ago a customer hooked up a wireless router backwards to our network, causing it to serve incorrect DHCP addresses to some of them. Our networks are mostly statically assigned so this didn't cause as much damage as it might have, but now, over a week later, I still have incomplete... (1 Reply)
Discussion started by: Corona688
1 Replies

7. UNIX for Advanced & Expert Users

Monitoring the arp table

Man page of netlink says: --------------------------------- NETLINK_ARPD For managing the arp table in user space. ---------------------------------- Is it possible to monitor arp table using Netlink? or it's just for manipulating? (1 Reply)
Discussion started by: xyzt
1 Replies

8. UNIX for Advanced & Expert Users

arp questions

Can someone please explain this output to me. Why doesn't ifconfig show the same info? ~ $ arp -a ? (10.71.0.1) at 00:1b:21:2b:eb:0c on eth0 (4 Replies)
Discussion started by: cokedude
4 Replies

9. IP Networking

necessary ARP request?

Hello, I have 2 clients with Unix installed. host1: eth0 (192.168.5.10) & eth1 (192.168.10.10) host2: eth0 (192.168.10.20) I've connected host1-eth1 to host2-eth0. host1-eth0 isn't connected. I started 'tcpdump' on wonder that host2 got ARP requests for 192.168.5.10. Any idea why host1... (2 Replies)
Discussion started by: daWonderer
2 Replies

10. War Stories

What arp -s is good for

A customer appears to have drastically misunderstood our instructions for connecting to our WAN. He set his PC IP address to the same as one of the bridges. :mad: :wall: This caused much confusion on the network, to put it mildly. He called to complain about the poor performance of the network... (13 Replies)
Discussion started by: Corona688
13 Replies
MINBIF(8)						      System Manager's Manual							 MINBIF(8)

NAME
minbif - The IRC instant messaging gateway SYNOPSIS
minbif [-hv] [--pidfile pidfile] CONFIG_FILE DESCRIPTION
Minbif is an IRC gateway to IM networks which provides the following features: * Minbif uses a library which abstracts all IM calls, and has several plugins to support more than 15 IM protocols (IRC included!); * Two modes: inetd and daemon fork; * Only IRC commands are used to control Minbif; * IM Certificates check; * Buddies are IRC users; * Each account is associated to a status channel, where all connected buddies are; * Add and remove buddies from list with /INVITE and /KICK commands; * Blocked users are bans on the account's status channel; * Display when a buddy is typing a message; * Can chat with someone who is not in your buddy list; * You can see buddies' icons (with libcaca) or download them; * DCC SEND an image to set your icon on IM networks; * Display extended information about buddies with /WII command; * Status management; * Can send and receive files, which are sent or received to/from your IRC client with DCC SEND; * Conversation channels are supported; * Auto-rejoin conversation channels at connection; * Display list of channels on an IM account with /LIST; * irssi scripts to increase your user experience of minbif; * CACAcam (webcam in ascii art); * CoinCoin plugin for libpurple; * PAM support; * TLS support with certificate auth. OPTIONS
--pidfile pidfile path to pidfile where the minbif's PID is written. --version display version of minbif. --help show help. config_file Configuration file location. CONFIGURATION
Edit the minbif.conf file and change value when needed. With the inetd mode, use this command to add minbif: # update-inetd --add '56667 stream tcp nowait minbif /usr/sbin/tcpd /usr/bin/minbif /etc/minbif/minbif.conf' With the daemon fork mode, run minbif with: # minbif /etc/minbif/minbif.conf HOW TO USE
Connect your IRC client (for examble irssi) on minbif with this command: /server localhost 56667 password The nickname set on your IRC client is your username on minbif. First time you connect to minbif with this nickname, the account is created and the password parameter is set. Next, use the /map help command to know how to add a network. See also: http://minbif.im/Quick_start COPYRIGHT
Copyright(C) 2009-2011 Romain Bignon For full COPYRIGHT see COPYING file with minbif package. FILES
"minbif.conf" 04 December 2011 MINBIF(8)
All times are GMT -4. The time now is 11:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy