topic title: Ethernet question??
3 posts
• Page 1 of 1
-
Posts: 148
- Joined: 24 Aug 2012
#1
When I start Antix 15 the new ethernet that I'm using connects to the internet. I do not know what I am doing with Antix 15; so I figured it would be better to ask here how I can temporarily disconnect the ethernet without changing its automatic connection at start up!! Thanks!!
- Posts: 2,238 dolphin_oracle
- Joined: 16 Dec 2007
#2
the easiest way is from a teteminal to use
sudo ifdown eth0
to bring it back up use
sudo if up eth0
sudo ifdown eth0
to bring it back up use
sudo if up eth0
-
Posts: 148
- Joined: 24 Aug 2012
#3
Thanks Dolphin!!