Debian ISP

Tags:

Hello,Does any one of you know if it is possible to configure Debian as a Dynamic Multipoint VPN?Thanks!

Tags:

Jim Popovitch wrote:
> (my fav linux list is missing in action... so I'm trying here)
>
> What am I doing wrong.... :-)
>
> ifconfig tap0 192.168.1.1 netmask 255.255.255.0 up
> iptables -A FORWARD -i eth0 -o tap0 -m state --state
> ESTABLISHED,RELATED -j ACCEPT;
> iptables -A FORWARD -i tap0 -o eth0 -j ACCEPT;
> iptables -t nat -A POSTROUTING -s 192.168.1.0 -o eth0 -j MASQUERADE;
>
>>From a PC at 192.168.1.2 I can ping 192.168.1.1 over the vpn
> (OpenVPN), but when I try to ping/telnet through the vpn I get
> nowhere. When doing the following from 192.168.1.2:
>
> telnet www.testing.com 80
>
>
> on 192.168.1.1 I see this:
>
> $ tcpdump -i any host www.testing.com
> tcpdump: WARNING: Promiscuous mode not supported on the "any" device

Tags:

We got a few honeypot scripts:

awstats.pl
formmail.pl

.. that append 'deny from $REMOTE_ADDRESS' to:

/etc/apache/conf.d/naughty_ip.txt

Right now there 419 individual ip# in the file.

At what point is apache likely to slow down ?

Would things be faster with iptables ?

--

Tags:

Hi all,

I need to import many zone files in Win 2k3 to Bind.
"Bind" does not accept the format of these files, and I can not write by hand.
Do you know any tool or script to convert formats in zone files?

Thank you all.

Rubén Figols

PD: Sorry for my English... :-(

Tags:

Hello
I have pppoe server with about 200-500 clients online - all of them
have public IP adresses and I use a "proxyarp" option in my pppoe
server what means the same as proxy_arp in /proc/sys/net but only for
my pppX interfaces (not for eth0, eth1 etc )

A typical entry in arptable looks like this :

? (217.10.10.10) at * PERM PUP on eth0

Some of my clients have long uptime of their routers (i suppose this
is the cause) and after some time they cannot contact with other
machines in my public subnet 217.10.10.x

When i tried to troubleshoot the problem i've found that machine's
that they can;t reach have an "" arp entry like :

? (217.10.10.10) at on eth1

then i've checked on the main router (pppoe-server)

Syndicate content Syndicate content