How to get rid of a network interface?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I have this unwanted network interface that is not allowing my machine to reach the mail server that has a 172.19. IP address.
I do not know where this comes from.
How do I get permanently rid of it?
br-3e7279f0a872: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.19.0.1 netmask 255.255.0.0 broadcast 172.19.255.255
inet6 fe80::42:f8ff:fee2:4926 prefixlen 64 scopeid 0x20<link>
ether 02:42:f8:e2:49:26 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 134 bytes 16240 (16.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
networking 18.04
add a comment |Â
up vote
1
down vote
favorite
I have this unwanted network interface that is not allowing my machine to reach the mail server that has a 172.19. IP address.
I do not know where this comes from.
How do I get permanently rid of it?
br-3e7279f0a872: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.19.0.1 netmask 255.255.0.0 broadcast 172.19.255.255
inet6 fe80::42:f8ff:fee2:4926 prefixlen 64 scopeid 0x20<link>
ether 02:42:f8:e2:49:26 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 134 bytes 16240 (16.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
networking 18.04
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have this unwanted network interface that is not allowing my machine to reach the mail server that has a 172.19. IP address.
I do not know where this comes from.
How do I get permanently rid of it?
br-3e7279f0a872: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.19.0.1 netmask 255.255.0.0 broadcast 172.19.255.255
inet6 fe80::42:f8ff:fee2:4926 prefixlen 64 scopeid 0x20<link>
ether 02:42:f8:e2:49:26 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 134 bytes 16240 (16.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
networking 18.04
I have this unwanted network interface that is not allowing my machine to reach the mail server that has a 172.19. IP address.
I do not know where this comes from.
How do I get permanently rid of it?
br-3e7279f0a872: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.19.0.1 netmask 255.255.0.0 broadcast 172.19.255.255
inet6 fe80::42:f8ff:fee2:4926 prefixlen 64 scopeid 0x20<link>
ether 02:42:f8:e2:49:26 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 134 bytes 16240 (16.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
networking 18.04
asked May 8 at 13:04
Thiago Sayão
1414
1414
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
This seems to work:
ip link set br-3e7279f0a872 down
brctl delbr br-3e7279f0a872
this looks like a bridge interface. What about your interface setup ? no bridge somewhere ?
â solsTiCe
May 8 at 13:20
1
found out it's a docker bridge
â Thiago Sayão
May 8 at 13:39
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
This seems to work:
ip link set br-3e7279f0a872 down
brctl delbr br-3e7279f0a872
this looks like a bridge interface. What about your interface setup ? no bridge somewhere ?
â solsTiCe
May 8 at 13:20
1
found out it's a docker bridge
â Thiago Sayão
May 8 at 13:39
add a comment |Â
up vote
1
down vote
This seems to work:
ip link set br-3e7279f0a872 down
brctl delbr br-3e7279f0a872
this looks like a bridge interface. What about your interface setup ? no bridge somewhere ?
â solsTiCe
May 8 at 13:20
1
found out it's a docker bridge
â Thiago Sayão
May 8 at 13:39
add a comment |Â
up vote
1
down vote
up vote
1
down vote
This seems to work:
ip link set br-3e7279f0a872 down
brctl delbr br-3e7279f0a872
This seems to work:
ip link set br-3e7279f0a872 down
brctl delbr br-3e7279f0a872
answered May 8 at 13:15
Thiago Sayão
1414
1414
this looks like a bridge interface. What about your interface setup ? no bridge somewhere ?
â solsTiCe
May 8 at 13:20
1
found out it's a docker bridge
â Thiago Sayão
May 8 at 13:39
add a comment |Â
this looks like a bridge interface. What about your interface setup ? no bridge somewhere ?
â solsTiCe
May 8 at 13:20
1
found out it's a docker bridge
â Thiago Sayão
May 8 at 13:39
this looks like a bridge interface. What about your interface setup ? no bridge somewhere ?
â solsTiCe
May 8 at 13:20
this looks like a bridge interface. What about your interface setup ? no bridge somewhere ?
â solsTiCe
May 8 at 13:20
1
1
found out it's a docker bridge
â Thiago Sayão
May 8 at 13:39
found out it's a docker bridge
â Thiago Sayão
May 8 at 13:39
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033571%2fhow-to-get-rid-of-a-network-interface%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password