similar to: One interface forwarding (wireless ad-hoc mode)?

Displaying 20 results from an estimated 20000 matches similar to: "One interface forwarding (wireless ad-hoc mode)?"

2005 Feb 16
3
How can i send the same traffic to 2 different interface
Hi! I am making some tests here, and i wanna miror all the traffic going to a ip from one interface to another ip. example: all packets going to 64.223.167.100 should be transmitted by ppp0 to internet and by eth2 to the adress 192.168.1.100. Someone know how can i do it using iptables or ip route/ip rule? Tks in advance! Fernando Favero _______________________________________________ LARTC
2005 Jan 18
3
Doubt regarding priority of classes with HTB
Hi, I''m a bit confused with the priority of different classes with HTB. How it will be? Will the class with lowest no: have maximum priority? Any help is most appreciated, Thanks in advance, Sanjeev -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by
2005 Jan 31
3
why there is any traffic in default class?
I have: tc qdisc add dev imq0 root handle 1: htb default 30 tc class add dev imq0 parent 1: classid 1:1 htb rate 512kbit ceil 512kbit tc class add dev imq0 parent 1:1 classid 1:30 htb rate 64kbit ceil 512kbit then: iptables -t mangle -A PREROUTING -i ppp0 -s 192.168.2.2 -j IMQ --todev 0 tc class add dev imq0 parent 1:1 classid 1:22 htb rate 64kbit ceil 128kbit tc filter add dev imq0 protocol
2005 Jan 30
5
simple questions about imq
Hi! I have read all informations i could find, but some things are still not clear. My setup is: ---INTERNET1(eth0)-\ /- Local net1 (eth2) GW ---INTERNET2(eth1)-/ \- Local net2 (eth3) I have NAT and a working setup using HTB,SFQ, classifying with the iptables -j CLASSIFY way. I shape only the traffic coming from the internet heading to the intranet. I would like
2005 Jan 18
2
failover works - but balancing does not
here''s the setup (two dsl - same provider) +-----> link1 LAN----- linux box --| |----------internet +-----> link2 the setup is ok in terms of the failover requirement. the other link takes over when one is down. however, there is a very noticeable lag when both lines are up. i''ve tried changing
2005 Jan 31
1
Problem with tcng
Hi folks, first of all, sorry for my bad English ^^ and for the fact that I am a Linux N00b. I have a little Problem installing TCng on my Debian System. At the make install command the following error occured: tar: lib/tcng/include/klib/kernel/include: Cannot stat: no such file or directory tar: Error exit delayed from previous errors Can somebody help me ? greets Marcus -- GMX im TV
2005 Feb 01
1
Sessionbased traffic on NANO?
I use the wellknown nano setup (by Christoph Simon) on a few sites with success. From time to time a user approaches me with problems that seems to originate from the fact that only trafic to the samt DST IP on the net will get out the same link. The problem happens with traffic from applications that contact different IPs in the "same session". An example is Anarchy Online, where
2005 Jan 23
1
Shaping traffic with high priority hosts
Dear all My current setup is the following: Normal Hosts --------+ eth0 eth1 | +----------+ +-<->| F/W box |--<-> Internet | +----------+ High priority hosts--+ My eth0 is a normal 100MBps LAN and my Internet connection is a 1Mbps ADSL line. What I want to achieve is to have normal hosts to share a big
2005 Jan 14
1
iproute2 + netfilter problem
Hi guys, i have a problem with a configuration what i''m trying to do. I have two computers with linux, A and B, connected in the same network with this configuration: PC1 A: 192.168.192.1 PC2 B: 192.168.192.30 The PC1 A is a firewall doing nat... this one is connected to the internet via an adsl modem and of course it have its own public ip , and the router B is a smtp server but
2005 Feb 14
6
NAT over 2 providers (not load balance)
Hi guys, Can you take a look at this? :) +-----------+ | | eth1-|- | | -|-eth0---LAN--- | | eth2-|- | | | +-----------+ - eth0 is connected to the LAN having the IP=LAN_IP eth1 is connected to the first ISP having IP=ISP_IP_1 and GW=ISP_GW_1 eth2 is connected to the second ISP having IP=ISP_IP_2 and GW=ISP_GW_2 I need
2007 Aug 24
0
Wireless Ad Hoc and TEQL
I''m trying to follow Chapter 10 of the howto and apply it to two ubuntu machines each with two 802.11b/g interfaces. However, I cannot get a connection. I would like the 4 interfaces to create 2 ad hoc links on separate channels. I have set this up successfully with the following: /etc/dbus-1/event.d/25NetworkManager stop wlanconfig ath0 destroy wlanconfig ath0 create wlandev wifi0
2005 Jan 12
1
Good pratice with a Linux Gateway / Traffic Shapping
Hi, I am the network administrator of my company, I know quite well Windows networking and a few about Linux and its amazing routing and QOS capabilities. Right now, we have a bustable T1, which mean that the bill increase with out T1 use. I have decided to find a way to shape the traffic so I can stay at a raisonable speed of 256 kb/s (Up/down) on my T1. I have linux gateway with 2 nics behind a
2005 Jun 17
4
linux ip forwarding problem
Hi, I have three linux machines, and I want to let one of them forward packets betwen the other two. The forwarding node has two ethernet cards, connecting the two two machines respectively. However, when I ping between the two end points, the forwarding node can receive the ping requests at its eth0, but it never forwards them to its eth1. So is the reverse direction. The forwarding node is
2007 Aug 17
2
Policy base forwarding issues
Hello All, I am trying to setup a linux box as a forwarding router based of src IP. The problem is that it does forward the pkts to the intended server specified in the ip rule, but it also forwards it to the original dst (dst specified in the pkt). Here is the setup: [10.1.0.166] [192.168.1.225] |
2004 Oct 06
1
traffic conditioning in mobile ad hoc network
Hello, since LARTC handbook "only discuss case of ip protocol" I want to ask something about the u32 classifier and possible options about other protocols (for example the position based routing protocol I use for the mobile ad hoc network :-) I need is to install a filter which selects packets by specific code points in the header for a DiffServ like approach. How to make LARTC
2007 Jan 28
2
possible packet forwarding or routing problem
Hi. I have a system with two network cards -- eth0 is a public ip address and eth1 is on an internal network. Now I have all the packet forwards enabled, and there is a route from eth1 to the internal network, but if a computer on the internal network sets his gateway to the box, he can''t traceroute past the box to the internet. There are no iptable rules yet. Here is the routing
2005 Jan 19
11
Confuse, putting packets in wrong mangle table.
Folks, I am a little bit confuse in how to put these packets into correct mangle table for traffic shaping. This is what i ve planned to do: - - - - :eth0 [ LINUX-BOX ] eth1: - - - - Let say: eth0: 220.100.1.1 eth1: 192.168.1.1 eth1:1 192.168.1.2 192.168.1.0/24 get natted into 220.100.1.1 before reaching the internet. I put every packets coming from internet (eth0) this way: # iptables -t
2002 Jan 06
28
Gre Tunneling Problem
Hello everyone, I have a problem regarding gre tunneling, I have two linux box both of them has a private network and the linux A is connected to the internet via wireless radio and the other linux B is connected to the internet via lease line. Here is the setup of my two linux box Linux A eth0 = 203.189.x.1 (internet) eth1 = 192.168.1.1 (going to hub private network) Linux B eth0 = 205.198.x.1
2004 Nov 15
5
Packet loss with htb+sfq+l7filter
Hi all! I''m trying to shape traffic in a dorm''s network (4 mbit symmetrical internet link, about 200 computers, heavy p2p usage). The router is a p4xeon running linux 2.6.9 with the qnet patches (http://kem.p.lodz.pl/~peter/qnet/). When I activate ip_forward I get >20% packet loss and a lot of duplicates. Any ideas? I attach my shaping script. Thank you very much in advance,
2016 May 13
2
Bridge not forwarding multicast traffic to the tap interface
yes, ip_forward was turned on. iptables is defaulted to ACCEPT policy on all the 3 chains. On Sat, May 14, 2016 at 1:24 AM, Guus Sliepen <guus at tinc-vpn.org> wrote: > On Sat, May 14, 2016 at 12:06:51AM +0800, Terry T wrote: > > > I have a Debian 8 64-bit machine set up as a server and apt-got the tinc > > package. I configured tinc as a bridge and everything seems