Re: OpenVPN i łączenie dwóch podsieci

Przemek [N/A] pszemaz w wp.pl
Śro, 31 Maj 2006, 12:26:23 CEST


Powertoalem dalej.. i znalazlem takie oto cos:

#!/bin/bash

# On the Linux side you must first set up ethernet bridging.
# Here is a configuration which I use:

modprobe tun
modprobe bridge

openvpn --mktun --dev tap0
openvpn --mktun --dev tap1

brctl addbr br0
brctl addif br0 eth1
brctl addif br0 tap0
brctl addif br0 tap1

ifconfig tap0 0.0.0.0 promisc up
ifconfig tap1 0.0.0.0 promisc up
ifconfig eth1 0.0.0.0 promisc up

ifconfig br0 192.168.8.1 netmask 255.255.255.0 broadcast 192.168.8.255

# end of script

# This script will set up ethernet bridging between eth1, tap0, and tap1.
# Change the br0 ifconfig to match the ifconfig that would be used for
# eth1 under normal, non-bridged configuration.
# Use as many tapX virtual adapters as you will have remote clients connecting.

# In the firewall, add these entries to allow TAP devices
# and ethernet bridges to operate:

iptables -A INPUT -i tap+ -j ACCEPT
iptables -A INPUT -i br0 -j ACCEPT
iptables -A FORWARD -i br0 -j ACCEPT
-----

jezeli u mnie eth0 - zewn IP i eth1 - LAN 192.168.1.0/24 to powyzsze w skrypcie stale: eth1,tap0,tak1 sa poprawne?

pszemaz


----------------------------------------------------
Wybierz tani kredyt walutowy i płać małą ratę za mieszkanie! 
Tylko 345 zł miesięcznie! Prawda, że proste:
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2F2905.html&sid=775




Więcej informacji o liście dyskusyjnej pld-users-pl