Displaying 7 results from an estimated 7 matches for "ra0".
Did you mean:
a0
2009 Apr 01
6
[Bug 589] New: MARK doesn't work properly with incoming traffic
...est $args -eq 1
then
if test $1 = clear
then
task=clear
else
task=usage
fi
elif test $args -eq 2
then
if test $1 = start
then
if test $args -eq 2
then
if test $2 = ra0
then
task=start
intf=ra0
elif test $2 = ra1
then
task=start
intf=ra1
else...
2006 Jan 12
1
iproute problem
...: 192.168.12.0/24
- local network 2: 172.20.0.0/16
- one router on both network : 192.168.12.50 & 172.20.201.50
- one router to internet (SLIS) : 172.20.1.1
I want from my 1st local network to access internet...
here are my lines... (taken from The LARTC Howto)
ip route add 172.20.0.0/16 dev ra0 src 172.20.201.50 table Project
ip route add default via 172.20.1.1 table Project
ip route add 172.20.0.0/16 dev ra0 src 172.20.201.50
ip route add default via 172.20.1.1
ip rule add from 172.20.201.50 table Project
ip route add 192.168.12.0/24 dev eth0 table Project
ip route add 127.0.0.0/8 dev lo...
2009 Mar 19
1
[Bridge] Is bridging possible if two devices connected peer to peer ?
...icate from IMX27 to wireless network. Hence we are planning to make follwoing arranage ment as given in the attached ppt & we use bridge as per this site
http://www.linuxfoundation.org/en/Net:Bridge
If we use external network controller we can acheive teh communication as desired by bridging ra0 ( wlan ) & eth0 on MPC baord . BUt if we use IMX27 internal FEC controller we are unable to acheive the communication by bridging the eth0 & ra0 on MPC baord.
Anything setting to be done on the IMX 27 board? ( kernel configs, or specofoc protocol related configs?)
If we don't do teh...
2005 Oct 30
0
FWMARK ROUTING OVER MULTIPLE ROUTERS/LANS
...|
[eth0] R1 [eth1] [eth1] R4 [eth0]
\ /
LAN1 LAN2
\ /
[eth0] R2 [ra0] -------- [ra0] R3 [eth0]
[ra1]
|
|
Access point -- WLAN1
|...
2005 Jun 24
9
WINS across two networks and a router
...sc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:50:04:11:f8:1a brd ff:ff:ff:ff:ff:ff
inet 192.168.2.247/24 brd 192.168.2.255 scope global eth0
3: ra0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:12:17:98:ab:64 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.247/24 brd 192.168.1.255 scope global ra0
ip route show
192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.247
192.168.1.0/24 dev ra0 proto...
2005 Jun 25
1
WINS over multiple subnets
...ote announce = 192.168.2.255
remote browse sync = yes
name resolve order = wins, lmhosts
#(192.168.2.247)
[global]
workgroup = THEBAND
netbios name = TheRef
server string = router
security = share
wins support = yes
interfaces = eth0 ra0
# interfaces = 192.168.1.0/24 192.168.2.0/24
local master = yes
preferred master = yes
os level = 65
remote announce = 192.168.1.255 192.168.2.255
remote browse sync = 192.168.1.255
# bind interfaces only = yes
Here is my client configuration:...
2007 Apr 27
11
[Bug 562] Recent module is not working for the ppp0 (external) interface.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=562
------- Additional Comments From kaber@trash.net 2007-04-27 02:41 MET -------
I asked you to post this with additional information to the mailinglists, so
pleast at least include the information here or post it to the lists as I asked.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
-------