Hi, I'm just trying to test my "multi-isp" setup and running into some
teething problems (shorewall 4.4.22)

Firstly, I wanted to do a quick test using a wired + wireless
alternatives, but for convenience both devices are connecting to the
same network (192.168.105.0/24).  What I observe is that despite trying
to force routing using tcrules or whatever, it doesn't take effect, I
believe because of the local routing table:

Table local:

local 192.168.105.80 dev wlan1  proto kernel  scope host  src
192.168.105.80
...
broadcast 192.168.105.0 dev wlan1  proto kernel  scope link  src
192.168.105.80     
broadcast 192.168.105.0 dev eth0  proto kernel  scope link  src
192.168.105.70

Routing Rules

0:      from all lookup local
10000:  from all fwmark 0x10000/0xff0000 lookup peth0
10005:  from all fwmark 0x60000/0xff0000 lookup pwlan1
...

Assuming I had some real reason to have two net devices connected to the
same network and wanted to force the route - how might I configure my
routing to do this?


Second gremlin is that my PPP connections via a 3G card appear not to be
coming up.  Shorewall restart shows:

shorewall       |   WARNING: Interface ppp0 is not usable -- Provider
pppp0 (11) not Added
shorewall       |   WARNING: Interface ppp1 is not usable -- Provider
pppp1 (12) not Added

$ ifconfig ppp1
ppp1      Link encap:Point-to-Point Protocol 
          inet addr:10.94.173.57  P-t-P:10.64.64.65  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:136 (136.0 B)  TX bytes:112 (112.0 B)

$  cat providers
############################################################################################
#NAME   NUMBER  MARK    DUPLICATE       INTERFACE       GATEWAY        
OPTIONS         COPY
...
pppp0   11      0xB0000 main            ppp0            -              
track           br0
pppp1   12      0xC0000 main            ppp1            -              
track           br0



Any ideas where to look to understand why shorewall thinks ppp1 is not
usable?

Thanks

Ed W

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to