Diff
checker
Text
Text
Bilder
Dokumente
Excel
Ordner
Legal
Enterprise
Desktop-App
Preise
Einloggen
Diffchecker Desktop herunterladen
Texte vergleichen
Finde den Unterschied zwischen zwei Textdateien
Werkzeuge
Verlauf
Live-Editor
Gleiches ausblenden
Zeilenumbruch aus
Ansicht
Zweispaltig
Einspaltig
Vergleichsgenauigkeit
Intelligent
Wort
Zeichen
Syntaxhervorhebung
Syntax auswählen
Ignorieren
Text umwandeln
Zur ersten Änderung
Eingabe bearbeiten
Diffchecker Desktop
Der sicherste Weg, Diffchecker zu nutzen. Hol dir die Desktop-App: Deine Diffs verlassen nie deinen Computer!
Desktop holen
Untitled diff
Erstellt
vor 11 Jahren
Diff läuft nie ab
Löschen
Exportieren
Teilen
Erklären
1 Entfernung
Zeilen
Gesamt
Entfernt
Zeichen
Gesamt
Entfernt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
77 Zeilen
Kopieren
18 Hinzufügungen
Zeilen
Gesamt
Hinzugefügt
Zeichen
Gesamt
Hinzugefügt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
94 Zeilen
Kopieren
config interface 'loopback'
config interface 'loopback'
option ifname 'lo'
option ifname 'lo'
option proto 'static'
option proto 'static'
option ipaddr '127.0.0.1'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
option netmask '255.0.0.0'
config globals 'globals'
config globals 'globals'
option ula_prefix 'fd4c:87a9:881b::/48'
option ula_prefix 'fd4c:87a9:881b::/48'
config switch
config switch
option name 'switch0'
option name 'switch0'
option reset '1'
option reset '1'
option enable_vlan '1'
option enable_vlan '1'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '1'
option vlan '1'
Kopieren
Kopiert
Kopieren
Kopiert
option ports '2 3 4
5 6t'
option ports '2 3 4
6t'
#Agregado
config switch_vlan
option device 'switch0'
option vlan '4'
option vid '5'
option ports '0t 5'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '2'
option vlan '2'
option ports '1t 6t'
option ports '1t 6t'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '3'
option vlan '3'
option ports '1t 6t'
option ports '1t 6t'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '6'
option vlan '6'
option ports '1t 6t'
option ports '1t 6t'
config interface 'lan'
config interface 'lan'
option ifname 'eth0.1'
option ifname 'eth0.1'
option type 'bridge'
option type 'bridge'
option proto 'static'
option proto 'static'
option ip6assign '60'
option ip6assign '60'
option igmp_snooping '1'
option igmp_snooping '1'
option ipaddr '192.168.1.1'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option netmask '255.255.255.0'
config interface 'iptv'
config interface 'iptv'
option ifname 'eth0.2'
option ifname 'eth0.2'
option proto 'static'
option proto 'static'
option ipaddr '10.96.226.31'
option ipaddr '10.96.226.31'
option netmask '255.192.0.0'
option netmask '255.192.0.0'
option gateway '10.64.0.1'
option gateway '10.64.0.1'
option defaultroute '0'
option defaultroute '0'
option peerdns '0'
option peerdns '0'
config route
config route
option interface 'iptv'
option interface 'iptv'
option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla
option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla
option netmask '255.x.0.0'
option netmask '255.x.0.0'
option gateway '10.x.x.x'
option gateway '10.x.x.x'
config interface 'voip'
config interface 'voip'
option ifname 'eth0.3'
option ifname 'eth0.3'
option proto 'dhcp'
option proto 'dhcp'
option defaultroute '0'
option defaultroute '0'
option peerdns '0'
option peerdns '0'
config interface 'wan'
config interface 'wan'
option ifname 'eth0.6'
option ifname 'eth0.6'
option proto 'pppoe'
option proto 'pppoe'
option username 'adslppp@telefonicanetpa'
option username 'adslppp@telefonicanetpa'
option password 'adslppp'
option password 'adslppp'
option ipv6 '1'
option ipv6 '1'
option mtu '1492'
option mtu '1492'
config interface 'wan6'
config interface 'wan6'
option ifname 'wan'
option ifname 'wan'
option proto 'dhcpv6'
option proto 'dhcpv6'
Kopieren
Kopiert
Kopieren
Kopiert
# Agregado
config interface 'tvlan'
option ifname 'eth0.4'
option proto 'static'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
Gespeicherte Diffs
Originaltext
Datei öffnen
config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd4c:87a9:881b::/48' config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '2 3 4 5 6t' config switch_vlan option device 'switch0' option vlan '2' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '3' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '6' option ports '1t 6t' config interface 'lan' option ifname 'eth0.1' option type 'bridge' option proto 'static' option ip6assign '60' option igmp_snooping '1' option ipaddr '192.168.1.1' option netmask '255.255.255.0' config interface 'iptv' option ifname 'eth0.2' option proto 'static' option ipaddr '10.96.226.31' option netmask '255.192.0.0' option gateway '10.64.0.1' option defaultroute '0' option peerdns '0' config route option interface 'iptv' option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla option netmask '255.x.0.0' option gateway '10.x.x.x' config interface 'voip' option ifname 'eth0.3' option proto 'dhcp' option defaultroute '0' option peerdns '0' config interface 'wan' option ifname 'eth0.6' option proto 'pppoe' option username 'adslppp@telefonicanetpa' option password 'adslppp' option ipv6 '1' option mtu '1492' config interface 'wan6' option ifname 'wan' option proto 'dhcpv6'
Bearbeitung
Datei öffnen
config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd4c:87a9:881b::/48' config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '2 3 4 6t' #Agregado config switch_vlan option device 'switch0' option vlan '4' option vid '5' option ports '0t 5' config switch_vlan option device 'switch0' option vlan '2' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '3' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '6' option ports '1t 6t' config interface 'lan' option ifname 'eth0.1' option type 'bridge' option proto 'static' option ip6assign '60' option igmp_snooping '1' option ipaddr '192.168.1.1' option netmask '255.255.255.0' config interface 'iptv' option ifname 'eth0.2' option proto 'static' option ipaddr '10.96.226.31' option netmask '255.192.0.0' option gateway '10.64.0.1' option defaultroute '0' option peerdns '0' config route option interface 'iptv' option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla option netmask '255.x.0.0' option gateway '10.x.x.x' config interface 'voip' option ifname 'eth0.3' option proto 'dhcp' option defaultroute '0' option peerdns '0' config interface 'wan' option ifname 'eth0.6' option proto 'pppoe' option username 'adslppp@telefonicanetpa' option password 'adslppp' option ipv6 '1' option mtu '1492' config interface 'wan6' option ifname 'wan' option proto 'dhcpv6' # Agregado config interface 'tvlan' option ifname 'eth0.4' option proto 'static' option ipaddr '192.168.2.1' option netmask '255.255.255.0'
Unterschied finden