Displaying 20 results from an estimated 10000 matches similar to: "what am i doing wrong?"
2005 Sep 29
7
need help on multiple isp routing
i''ve read your http://lartc.org/howto/lartc.rpdb.multiple-links.html article 
as well as Advanced IP Routing (esp. chapter 10.4) and still unable to make 
this thing work. am i that helpless? :)
is there anyone to guide me through the multiple ISP setup?
into details. i got 2 dsl connections from different ISPs (A and B), both 
connections use PPPoE, both got assigned with dynamic IPs
2005 Nov 25
1
2 WAN links and DNAT
Hi
Here is a short description of my network:
ppp0 (adsl)      ppp1 (adsl)
    |                |
    |                |
  ---------------------
  |      Router       |
  |     Firewall      |
  |     MASQUERAD     |
  |       DNAT        |
  |                   |
  |       eth0        |
  ---------------------
           |
           |
           |
  ----------------------
    |                
2005 Jan 26
0
Controlling Outbound traffic...alternative to dsl_qos_queue
Hi , this probably was asked many times before , but here it goes..
Until now i was using dsl_qos_queue - http://www.sonicspike.net/software/
Which limits outbound traffic and does packet priorites with iptables
using MARKed packets.. works very well , I run a ftpserver + webserver so
it''s usefull to set these 2 with lowest priority and my multiplayer gaming
running on certain UDP ports
2005 Jun 14
1
Problem with samba broadcast
Hi all,
I''m new to shorewall and have been struggling with several problems for 
several days now. Most of them are solved, but one still persists.
The firewall is running on my server under Debian Sarge (Kernel 2.6)
I''ve got three network interfaces:
ppp0  (DSL Internet)
eth1 (lan)
ath0 (wlan)
eth1 and ath0 are bridged together to br0.
The problem is, that Samba (also running
2004 Nov 10
1
Problem with Shorewall/Routing VPN - LOC
Hello!
I configured a pptpserver on my firewall and followed the pptp-manual from 
Shorewall.
Login via VPN to firewall (internal ip: 192.168.10.2) is ok and I can ping this 
server via internal ip (and use it: add samba-shares, etc.).
Unfortunately I can''t connect to other hosts in my intranet (LOC).
Ping from vpn-client to clients in intranet fails, although Shorewall-Log shows 
an
2005 Nov 28
0
conntrack match failed, packets not FWMarked
Hi all,
I have 2 ISPs on a Linux router and a local network with one Linux server
and many windows.
The local network is masqueraded.
I want to give access to port 25 and 80 of my server from any incoming
request (i.e. from my 2 ISP). I have made a DNAT translation, witch work but
the outgoing answers are not routed correctly. Of course, the de-SNAT
process is done before the routing process. So
2005 May 31
2
Local machine not through firewall
Currently I have shorewal 2.2 installed om my debian 2.6.8 kernel. The firewall machine can access the internet via a ethernet modem fine. The firewall can ping the local network. The local network can ping the firewall server, see the samba files. Howeven teh local network cannot access the internet through the firewall
Any suggestions?
Rob van Overbruggen
Settings and stats:
Server:
Eth1 : 
2004 Oct 23
0
iptables and layer7
Hello!
I want to mark all outgoing traffic depending on its service.
Example:
eth0 = 192.168.0.1 (local interface)
ppp0 = 80.10.10.10 (internet 1)
ppp1 = 80.10.10.11 (internet 2)
http traffic over internet 1 (ppp0) ssh traffic to interface 2 (ppp1).
I tried the following (routing and rules are set):
iptables -A PREROUTING -t mangle -s 192.168.0.0/24 -p tcp --dport 80 -j MARK
--set-mark 1
2004 Nov 01
1
2 external Interfaces and dozens of tunnels to MASQ
I have a firewall with 2 connections to the internet (eth1 and eth2) and
one LAN interface. on the LAN interface, the users can connect via PPTP.
those authenticating via pptp shall be masqueraded over eth2, those not
authenticating should be ordinary masqueraded over eth1. as from the
archives I took the configuration like in FAQ32, but this doesn''t work
with the ppp+ interfaces. I
2008 Jul 09
1
Need basic PPPoE startup help
I need basic PPPoE startup help.
adsl-start DID bring up my PPPoE link (ppp0) to my ISP over eth0 via the 
DSL modem/bridge.  My IPv4 CIDR block is routing and Shorewall is doing 
the firewalling.
But shorewall has to be started after ppp0 is up and working.  For now 
this means running shorewall restart (or start?).  Shorewall 4.2 will 
have a way to restart shorewall without recompiling, I
2005 Jan 13
0
IpRoute + NAT problem
Hi, All
Sorry for English
But I need new ideas for my problem
I have a local network, server with 2 Internet channels
Local computers connect to server via VPN.
Task: some users go to Internet through first Internet channel other
through second.
System Suse 9.2, kernel 2.6.8.
I read iproute documentaion and configured routes. Ping from server
go through 2 channels.
ping -I eth_inet1 www.ya.ru -
2005 Jan 31
3
multiple pppoe connections
My Internet gateway is using ADSL PPPoE connection with dynamic public
IP assigned by ISP. My Internet gateway is Redhat AS3 U2, shorewall
2.0.9
As my ISP provided 4 simultaneous pppoe dailup connection for the same
physical adsl line. My linux server can be configured for multiple
pppoe connection i.e. ppp0, ppp1, ppp2, ppp3
Is it possible of shorewall to assigned say
ppp0''s IP is
2003 Aug 28
5
Router for giving more than 1 ip
Hi i have a debian box working as a router.. it works quite well, now 
i want to give more than 1 ip.. is it possible to do it? some of them 
must be an open ip.. i mean.. all ports opened is it possible? how 
should i do it?
Here is my nat.sh script just in case someone wants it.. (comments r 
in spanish.. and not right)
Thanks in advance,
#!/bin/sh
echo "AthoS LaN Generando
2004 Jul 23
1
routing mail on a different gateway
Hi,
I have a linux box with two dsl modems on it (connection is done via 
pppoe), I''m trying to route default traffic on the primary connection 
(ppp0) and mail traffic on another one (ppp1). This traffic will come 
from the localhost.
I run Slackware 9.1 (Kernel 2.4.22), recompiled with necessary options 
for using iproute2.
According to the advanced routing howto, I did the following
2005 Dec 27
3
Ingress policing (matching netfilter marks)
Hi,
I''m having issues with policing my incoming traffic by matching packet marks
made by iptables. I''ve checked as many sites and guides as I can find, and I
seem to be doing the exact same thing as they all are, but there''s still no
success. As such, I was wondering if anyone can have a quick look to see if
I''ve done anything obviously stupid?
Essentially, I
2005 Dec 31
2
Routing multiple conntections to the same ISP
Hi,
 
I have established two connections to the same ISP. After that ip route list
showed this:
 
195.14.247.94 dev ppp0  proto kernel  scope link  src 81.173.141.207
195.14.247.94 dev ppp1  proto kernel  scope link  src 81.173.237.84
192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.1
default via 195.14.247.94 dev ppp0
I want 192.168.0.2 to connect to the internet by ppp1 and all
2005 Jun 26
0
Vpn
Now I have a weird problem I have testing with two networks.
    This trouble has to do with the hosts file.
#ZONE  HOST(S)    OPTIONS
loctw              eth1:192.168.50.0/24
loctw           ppp+:!192.168.50.0/24
locsa          eth1:192.168.75.0/24
locsa           ppp+:!192.168.75.0/24
loc              eth1:192.168.25.0/24
#vpn3           ppp+:192.168.3.0/24
I can get through only one tunnel at
2004 Mar 24
2
multipath routing
I have a private lan that is connected to the world via 3 dsl lines.  I put
up a linux box that handles all the dsl lines, lan gateway and all is
working well...until...one of the dsl lines goes down.  My routing table is:
x.x.x.x dev ppp0  proto kernel  scope link  src x.x.x.x
x.x.x.x dev ppp1  proto kernel  scope link  src x.x.x.x
x.x.x.x dev ppp2  proto kernel  scope link  src x.x.x.x
2005 Apr 14
5
Shorewall, PPTP VPN, and Samba
What I''m doing:
I have Shorewall on a SuSE 9.0 machine, which is the firewall/router 
on the network. External interface is eth0 172.16.1.1, internal 
interface is eth1 10.40.1.1. (I used the Two-interface Linux System 
Quickstart Guide). All works well with that configuration. I also use 
PPPD for dial-in clients, and have two modems for incoming calls.
Recently I added VPN interface
2008 May 13
2
ppp interfaces for both loc and net
Hi,
I''m in a process of setting up a firewall system, which is going to be
also an ipsec/l2tp and pptp vpn server for some mobile clients.
The problem is, that the system has two ISPs a cable one (no problems
here) and a DSL provider. Because of the DSL provider the system is going
to have one pppN interface for DSL (net zone) and many pppX interfaces for
l2tp/pptp (loc zone)