Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bridge tun/tap [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Theasker
l33t
l33t


Joined: 18 Nov 2006
Posts: 656
Location: Zaragoza (Spain)

PostPosted: Thu May 22, 2014 8:48 pm    Post subject: bridge tun/tap [solved] Reply with quote

Hola, estoy intentando volver a mi vieja configuración de red pero no consigo que funcione, a ver si veis donde está el fallo

Code:
config_enp14s0="192.168.0.69 netmask 255.255.255.0 brd 192.168.0.255"
routes_enp14s0="default via 192.168.0.1"
dns_servers_enp14s0="192.168.0.1 8.8.8.8"


bridge_br0="enp14s0 tap0 tap1"
brctl_br0="setfd 0 sethello 0 stp off"
rc_net_br0_need="net.tap0 net.tap1"

config_br0="192.168.0.69/24"
routes_br0="default via 192.168.0.1"

config_tap0="null"
tuntap_tap0="tap"
#mac_tap0="00:00:00:00:00:00"

config_tap1="null"
tuntap_tap1="tap"
#mac_tap1="00:00:00:00:00:01"

config_enp14s0="null"

tunctl_tap0="-u theasker"
#tunctl_tap1="-u theasker"


gracias anticipadas
_________________
"Oigo y olvido. Veo y recuerdo. Hago y comprendo"


Last edited by Theasker on Fri May 23, 2014 6:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
opotonil
l33t
l33t


Joined: 17 Jun 2005
Posts: 801
Location: 127.0.0.1

PostPosted: Fri May 23, 2014 9:44 am    Post subject: Reply with quote

Prueba a dejarlo así, sin configurar IP en la interfaz enp14s0 y añadiéndola a las interfaces que necesita br0:
Code:

bridge_br0="enp14s0 tap0 tap1"
brctl_br0="setfd 0 sethello 0 stp off"
rc_net_br0_need="net.enp14s0 net.tap0 net.tap1"

config_br0="192.168.0.69/24"
routes_br0="default via 192.168.0.1"
dns_servers_br0="192.168.0.1 8.8.8.8"

config_tap0="null"
tuntap_tap0="tap"
#mac_tap0="00:00:00:00:00:00"

config_tap1="null"
tuntap_tap1="tap"
#mac_tap1="00:00:00:00:00:01"

config_enp14s0="null"

tunctl_tap0="-u theasker"
#tunctl_tap1="-u theasker"


Salu2.
_________________
Localnet
Films Localnet
Back to top
View user's profile Send private message
Theasker
l33t
l33t


Joined: 18 Nov 2006
Posts: 656
Location: Zaragoza (Spain)

PostPosted: Fri May 23, 2014 6:30 pm    Post subject: Reply with quote

era eso, se me había "olvidado" comentar las líneas de la configuración sin el tun/tap.

Muchas gracias
_________________
"Oigo y olvido. Veo y recuerdo. Hago y comprendo"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
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