Wlan virtual no da internet

Post new topic   Reply to topic    DD-WRT Forum Index -> Anuncios
Author Message
adorssi
DD-WRT Novice


Joined: 17 Jan 2015
Posts: 2

PostPosted: Sat Jan 17, 2015 13:32    Post subject: Wlan virtual no da internet Reply with quote
Buenas, tengo una interfaz fisica y una virtual pero en esta ultima si bien puedo acceder a la red, no tengo acceso a internet. Cuando agregue la interfaz virtual le deje todo por defecto, solo le puse el SSID.. en el firewall tengo estas reglas para dividir la red

#Removes guest access to physical network
iptables -I FORWARD -i br1 -o br0 -m state --state NEW -j DROP
iptables -I FORWARD -i br0 -o br1 -m state --state NEW -j DROP
#Removes guest access to the router's config GUI/ports
iptables -I INPUT -i br1 -p tcp --dport telnet -j REJECT --reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp --dport ssh -j REJECT --reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp --dport www -j REJECT --reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp --dport https -j REJECT --reject-with tcp-reset
iptables -I INPUT -i br1 -p udp --dport 53 -j ACCEPT
iptables -I INPUT -i br1 -p tcp --dport 53 -j ACCEPT
iptables -I INPUT -i br1 -m state --state NEW -j logaccept
iptables -I FORWARD -i br1 -o $wanif -m state --state NEW -j ACCEPT

y en opciones adicionales de dnsmasq tengo esto:

# Enables DHCP on br1
interface=br1
# Set the default gateway for br1 clients
dhcp-option=br1,3,10.0.0.1
# Set the DHCP range and default lease time of 24 hours for br1 clients
dhcp-range=br1,10.0.0.2,10.0.0.254,255.255.255.0,24h
dhcp-option=br1,6,200.40.30.245,200.40.220.245

En la parte de Configuracion - Redes tengo lo que adjunto en la imagen.

me falta algo mas?????

Gracias!!!
Ariel.



Sin título.jpg
 Description:
 Filesize:  197.79 KB
 Viewed:  15715 Time(s)

Sin título.jpg


Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Anuncios All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum