Änderungen

Zur Navigation springen Zur Suche springen
Zeile 23: Zeile 23:     
  config interface 'wan'
 
  config interface 'wan'
  option igmp_snooping '0'
+
    option igmp_snooping '0'
  option ifname 'eth0.2' #<= eth0 in eth0.2 abaendern
+
    option ifname 'eth0.2' #<= eth0 in eth0.2 abaendern
  option auto '1'
+
    option auto '1'
  ...
+
    ...
  option mtu '1500'
+
    option mtu '1500'
       
  config interface 'client'
 
  config interface 'client'
  option type 'bridge'
+
    option type 'bridge'
  option reqprefix 'no'
+
    option reqprefix 'no'
  option proto 'dhcpv6'
+
    option proto 'dhcpv6'
  list ifname 'bat0'
+
    list ifname 'bat0'
  list ifname 'eth0.3' #<= hier den eth0.3 eintrag hinzufuegen
+
    list ifname 'eth0.3' #<= hier den eth0.3 eintrag hinzufuegen
  option igmp_snooping '0'
+
    option igmp_snooping '0'
  ...
+
    ...
  option mtu '1500'
+
    option mtu '1500'
    
Nach einem /etc/init.d/network reload ist das Pi dann nur noch unter den entsprechenden VLANs erreichbar. Daher muss man nun entweder auf seinem Rechner die entsprechenden VLANs einrichten oder man Konfiguriert die Switch so, dass man die entsprechenden VLANs auf bestimmte Ports legt, aus denen der Traffic dann ohne das entsprechende VLAN-Tags herausfliest.
 
Nach einem /etc/init.d/network reload ist das Pi dann nur noch unter den entsprechenden VLANs erreichbar. Daher muss man nun entweder auf seinem Rechner die entsprechenden VLANs einrichten oder man Konfiguriert die Switch so, dass man die entsprechenden VLANs auf bestimmte Ports legt, aus denen der Traffic dann ohne das entsprechende VLAN-Tags herausfliest.
398

Bearbeitungen

Navigationsmenü