similar to: kernel not adding interfaces to /proc/sys/net/ipv4/conf

Displaying 20 results from an estimated 20000 matches similar to: "kernel not adding interfaces to /proc/sys/net/ipv4/conf"

2004 May 31
1
bonding problem with arp-monitoring
Hello I have two linux machines connected via 2 dsl lines (bonded) 192.168.0.1-eth0-dsl---2Mbit---dsl-eth0-192.168.0.2 ^-eth1-dsl---2Mbit---dsl-eth1-^ so the final figure is something like this: 192.168.0.1-bond0---4Mbit---bond0-192.168.0.2 I can only use arp monitoring for fail checking - if one dsl line fails - automatically use only the other one. I set up everything correctly (i
2018 Apr 10
0
unprivileged container has wrong owners inside in /proc/ and /sys
We run unprivileged lxc containers (libvirt based) with next config: ... <idmap> <uid start='0' target='65535' count='65535'/> <gid start='0' target='65535' count='65535'/> </idmap> ... <devices> <emulator>/usr/libexec/libvirt_lxc</emulator> <filesystem type='mount'
2005 Dec 14
3
exact rate
Hello I am using htb (krenel 2.6.14.3 + esfq patch from fatooh.org) to limit the bandwidth. But I want the absolute maximum rate to be for example 5Mbit and not to exceed it. here is the script: $tc qdisc add dev ${NETIF} root handle 1 htb r2q 4 $tc class add dev ${NETIF} parent 1: classid 1:21 htb rate 5Mbit ceil 5Mbit $tc class add dev ${NETIF} parent 1:21 classid 1:101 htb rate 2Mbit ceil
2004 Jul 19
11
(no subject)
Hi I want to block the IP traffic between any 2 hosts on a switched ethernet LAN. Will setting all the possible IP addresses on a linux machine in the LAN do the trick or there is another easier solution? -- Anton Glinkov network administrator _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2018 Aug 27
0
Very odd: /proc/sys/net/ipv6/conf/all/disable_ipv6
CentOS 7.5, and on one system, I'm getting: setroubleshoot: SELinux is preventing /usr/sbin/sendmail.sendmail from read access on the file disable_ipv6 ll -Z shows -rw-r--r--. root root system_u:object_r:sysctl_net_t:s0 /proc/sys/net/ipv6/conf/all/disable_ipv6 I find this peculiar. Anyone have a resolution, or is this a bug? mark
2004 Jul 07
0
ala gateway problems
hi, I have very annoying problem.. First a simple diagram : x.x.1.0/24 -----------------| x.x.2.0/24 -----------------|---- (gw: eth0: x.x.1.1 eth1: x.x.2.1 eth1: x.x.3.1) ----> x.x.3.0/24 -----------------| now I have two machines x.x.3.10 (2.4 kernel) and x.x.3.11(2.6 kernel) AND they are in the same LAN (phisical net) but as u see in different IP (logical nets). As I look the traffic
2005 May 14
0
Re: Equal bandwidth for any client
Hi, If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network #brctl showmacs <bridge name> <port number of ur lan interfce> grep -v -w port | wc -l Ex: #brctl showmacs abcd 1 grep -v -w port | wc -l Note that, for this to work your box should be confogurred as a bridge in promiscuous
2005 May 14
0
Re: Equal bandwidth for any client
Hi, If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network #brctl showmacs <bridge name> <port number of ur lan interfce> grep -v -w port | wc -l Ex: #brctl showmacs abcd 1 grep -v -w port | wc -l Note that, for this to work your box should be confogurred as a bridge in promiscuous
2005 Jul 16
0
Odp: LARTC Digest, Vol 5, Issue 34
Hello Yes i have separate class for every user, every class have pfifp qdisc. User direction shaping: tc -s -d qdisc show dev eth2 | grep pfifo |wc -l 3959 Internet direction shaping: tc -s -d qdisc show dev vlan0891 | grep pfifo |wc -l 3959 Nat: iptables -L -n -v -t nat | grep SNAT | wc -l 3959 For shaping i use hfsc classifier. Date: Fri, 15 Jul 2005 14:16:33 +0200 From: Peter Surda
2004 Nov 30
0
ip_conntrack value not correct !
It seems that the value of net.ipv4.ip_conntrack_max has no so much to do with the conntrack ''cause the when I measure current number of connections i.e.: wc -l /proc/net/ip_conntrack they show as ~20-30 000 connection, but I set sysctl -w net.ipv4.ip_conntrack_max=150000 and packets get dropped, I have to set it to value above 200 000 so that packets are not dropped ?!! Any idea
2005 Jan 07
0
rsync 2.6.2 usually hangs, FC2 on dual proc opteron machines
problem: rsync hangs most of the time but not always. When it works it finishes within a few secs. When it hangs it will hang for 2-20 minutes but then finally finish. machines - both are dual processor Sun opteron with Fedora FC2 command: rsync --verbose --checksum --archive --delete --cvs-exclude --delete-excluded --rsh=ssh /data/sites www1-be:/data | tee -a $log 2>&1 source tree:
2007 May 15
0
Re: Using multiple network interfaces (internetconnections) separately
Hi , I want to use the " * random selection of gateway, per TCP connection?" ,i can do it right now but my if same remote site( ip ) always goto the same gateway,i think that is ip_route_cache problem or something like this how can I do ?? Kuolung ----- Original Message ----- From: "Randy Wallace" <randywallacejr@gmail.com> To: <lartc@mailman.ds9a.nl> Sent:
2002 Sep 12
2
reset /proc/net/dev
HI List, How do i reset the values in /proc/net/dev ? This file holds values for count of each (packet && byte), (sent && received) through all interfaces. I''m using a monitor which reads values from this file and prints out some nicely formatted output. But i need to reset the values. ie. set then to zero. Restarting the network does not do what i want. I guess a reboot
2003 Aug 12
1
htb qdiscs inside htb classes tree - possible side effects???
Hello, Currently I use following htb configuration: --------------- 1:0 ----------- / | \ 1:1 1:2 1:x / | \ / | \ / | \ 1:1001 1:2001 1:3001 1:1002 1:2002 1:3002 Classes like 1:1,1:2,1:3 limit my clients to some value, let''s say 128kbit/s. Classes like 1:1001 are
2007 Jan 22
3
routing patches seem to break output nat
Hi We have applied the routing patches from http://www.ssi.bg/%7Eja/#routes. To 2.6.15 this seems to have broken our output natting. Has anyone else experienced this or any advice on how to fix. Is this working on the newer kernel i.e. 2.6.19 ? Any help would be appreciated. -- Tim Haak email: tim@haak.co.uk cel: 0837787100 First love is only a little foolishness and a lot of curiosity,
2004 Jun 07
1
Routing based on user id
Hi, on page 3 of the lartc HOWTO one can read that it''s possible to do routing based on user id. Can someone explain me how to do this? And is it somehow possible to set the DSCP depending on the user id? Thanks, Jürgen Jacob _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jul 07
4
tutorial for Julian Anastasov''s patches
I''m sure that I had found (and printed out ...) a really good tutorial that explain how to use Julian Anastasov''s routing patch, but I can''t seem to find it now. Any pointers? -- ****************************************************************** Glen W. Mabey Glen.Mabey@usu.edu http://mabeys.homelinux.com/glen/
2004 Apr 28
1
HTB not obeying to specified rate?
here is the situation i am using htb.init with fwmark to do QoS. i have 2 parent classes with RATE=CEIL which then have some leafs each on his own. the first one works fine (it shapes the packets to the specified rate) class htb 1:21 root rate 1Mbit ceil 1Mbit burst 2909b cburst 2909b Sent 631520262 bytes 651550 pkts (dropped 0, overlimits 0) rate 131573bps 141pps lended: 380595 borrowed: 0
2005 Jan 08
1
problems with 2.4.28 + Julian''s patch
With 2.4.28 and Julian Anastasov''s http://www.ssi.bg/~ja/routes-2.4.27-9.diff patch, I get the following when I attempt to build my kernel. Any ideas? Thanks! gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -fno-unit-at-a-time -nostdinc
2004 Apr 18
1
Load balancing over 4 interfaces
Hello lartc! I have strange problem setting load balancing over 4 interfaces. Something won''t accept more than 3 interfaces, While setting: ip route add default scope global \ nexthop via 0.0.0.0 dev pvc0 weight 1 \ nexthop via 0.0.0.0 dev pvc1 weight 1 \ nexthop via 0.0.0.0 dev pvc2 weight 1 It''s ok: ip r l default nexthop dev pvc0