Sponsored Content
Special Forums Hardware Help with bandwidth Limit for netgear Post 302905652 by Corona688 on Thursday 12th of June 2014 06:32:46 PM
Old 06-12-2014
Is there any such feature in the manual for your router? If not, there probably isn't.

I'd suggest just blocking his MAC address. A router is a lot more likely to support that, and he is abusing your hospitality.

Again, how to do that depends on how its manual says to do it. They're not all the same.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bandwidth Monitoring.

Hi, I'm looking for some way to bring up in a shell window a realtime (or something that updates at 10 second intervals or whatever) bandwidth monitor. I just want something that shows me how much kbps is going in and how much is going out of each interface. Is there something that might... (2 Replies)
Discussion started by: d11wtq
2 Replies

2. IP Networking

using dummynet to limit bandwidth

Hello I need to limit the bandwidth from a list of ip addresses. I was planning to use the dummynet with lookup tables, so i took the example given in the manual pages: ipfw pipe 1 config bw 1000Kbyte/s ipfw pipe 4 config bw 4000Kbyte/s ... ipfw table 1... (1 Reply)
Discussion started by: Alex_sh
1 Replies

3. IP Networking

bandwidth

Hi, 1-What is bandewidth ? 2-How to calculate ? 3-How to measure ? Any free software to measure it ? Many thanks. (4 Replies)
Discussion started by: big123456
4 Replies

4. IP Networking

Netgear wireless router as Access Point

Hi guys, I want to setup AP using an NETGEAR WGR614 54 Mbps 802.11g Wireless Router The router works fine, but I don't have internet access. I will describe the structure of the net to explain it: I have one server (Free BSD 7) with 2 LAN PCI cards: re0 - it is connected to my ISP ... (2 Replies)
Discussion started by: sitemap
2 Replies

5. Linux

Netgear WG511T mandrake 9.1 driver?

Does anyone know how or where I can get a pcmcia netgear driver for mandrake 9.1.. Searching the net but not having much luck with this.. Can anyone point me to some good websites? Thanks, Jaz edit: I have tried creating a netgear.conf file in /etc/pcmcia and using the cardctl ident to... (2 Replies)
Discussion started by: Jazmania
2 Replies

6. UNIX for Dummies Questions & Answers

Connecting to WiFi using Netgear

hi i am pradeep.i am new to linux and i am facing problem connecting to net i am using ubunto 9.0.4 and my network connections are showing signals but i coudnt connect to internet my proxy setting are correct i used idea net setter also and i faced the same problem.if some one can help me... (2 Replies)
Discussion started by: chauda
2 Replies

7. Ubuntu

Netgear dg834g with Ubuntu 10.4

I have to buy a new router. I looked for the Netgear dg834g. Does it work fine with Ubuntu Lucid Lynx 10.4? Anyone is usig this router? I'll need a modem to reach the Internet? Thanks for any reply! :) (0 Replies)
Discussion started by: mghis
0 Replies

8. IP Networking

Trouble setting up a static IP on NetGear DGN1000

I have been trying to setup a static ip, however everytime I do so my internet disconnects and won't connect untill I switch back to dynamic. My router is a NetGear DGN1000 and I'm using it wired. Could anyone help? (0 Replies)
Discussion started by: zomigosh
0 Replies

9. Solaris

Limit: stacksize: Can't remove limit

Hi all, I'm using to Solaris machine. When I run a simple script this messenger come out:"limit: stacksize: Can't remove limit". Any one know the way to resolve this problem without reboot the machine? Thanks in advance. (3 Replies)
Discussion started by: Diabolist9
3 Replies

10. Hardware

Netgear C3700 Modem Router Problem

I was wondering if anyone had any knowledge about how these routers work.. I bought a Netgear C3700 modem router on eBay about a month ago and couldn't get it to broadcast internet, neither wired nor wireless. When I plug it in and turn it on, all lights come on, but the internet light keeps... (2 Replies)
Discussion started by: milhan
2 Replies
NDPMON(8)						      System Manager's Manual							 NDPMON(8)

NAME
ndpmon - Neighbor Discovery Protocol Monitor SYNOPSIS
ndpmon [ -i interfacename ] [ -f configfile ] [ -d dtd_file ] [ -F filter ] [ -n number ] [ -L ] [ -v ] [ -h ] [ -d dtd_file ] [ -g neighbor_file ] DESCRIPTION
NDPMon is a monitoring software for ipv6 Neighbor Discovery. It syslogs activity and reports by email malicious ND message. NDPMon uses libpcap to listen for icmp6 packets and libxml2 to use configuration and neighbor cache files. The -i flag is used to change the default interface eth0. The -f flag is used to change the path of the configuration file. The default is /etc/ndpmon/config_ndpmon.xml The -e flag is used to change the path to the DTD file for the configuration file. The default is /etc/ndpmon/config_ndpmon.dtd The -n flag uses libpcap to specify a limited number of packet to capture. The -F flag allows one to change the default icmp6 filter. The -L flag is used to disable syslog and mail reports. This is used to do a learning phase and constitue the neighbor cache. The -v is used to enable the DEBUG mode. The -d flag is used to change the path to the DTD file for the neighbor cache. The default is /var/lib/ndpmon/neighbor_list.dtd The -g flag is used to change the path to the neighbor cache. The default is /var/lib/ndpmon/neighbor_list.xml Note that an empty neighbor_cache.xml file must be created before the first time you run ndpmon. NDPMon must be run with root rights to work. REPORT MESSAGES
Here's the list of the report messages generated by ndpmon: wrong couple MAC/IP Separately, the MAC and IP addresses are valid, but not as a couple. wrong router mac The ethernet address of the RA message is not specified in the configuration file. wrong router ip The ip address of the RA message is not specified in the configuration file. wrong prefix The prefix announced in the RA message is not specified in the configuration file. wrong router redirect The RD message does'nt come from a router specified in the configuration file. NA router flag The NA specifies a router but isn't one according to the configuration file. DAD DOS The NA answer to NS to avoid it to get an ip address. changed ethernet address The host switched to a new ethernet address. flip flop The ethernet address has changed from the most recently seen address to the second most recently seen address. reused old ethernet address The ethernet address has changed from the most recently seen address to the third (or greater) least recently seen address. SYSLOG MESSAGES
Here are some of the syslog messages; note that messages that are reported are also sysloged. new activity This ethernet/ip6 address pair has been announced for last time two months or more. new station The ethernet address has not been seen before on the link. ethernet broadcast The mac ethernet address of the host is a broadcast address. ip broadcast The ip address of the host is a broadcast address. bogon The source ip address is not local to the local subnet. ethernet mismatch The source mac ethernet address didn't match the address announced in option of the ND message. FILES
config_ndpmon.xml - contains settings which must be fill by the administrator neighbor_list.xml - neighbor cache: all neighbors known to be on the link SEE ALSO
arpwatch(8) ipv6(7), pcap(3), libxml(3). AUTHOR
Thibault Cholez and Frederic Beck for MADYNES Project, Loria, Fr. BUGS
Please send bug reports to frederic.beck@loria.fr or thibault.cholez@esial.uhp-nancy.fr November 2006 NDPMON(8)
All times are GMT -4. The time now is 12:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy