After setting up DSL connection using the following command
sudo pppoeconf
I can't access Windows PC from my networks. Before setting DSL, I could access the network, but now I can't and it shows me this message.
Can anyone help me?
After setting up DSL connection using the following command
sudo pppoeconf
I can't access Windows PC from my networks. Before setting DSL, I could access the network, but now I can't and it shows me this message.
Can anyone help me?
Start the "Network Connections" applications. You get a screen like this:
Select "Add". You get the following screen:
We'll start off for you "Office" connection. The selection in the combobox will be Ethernet. This is correct for your uses. You get the following screen:
As you can see, I named it "Office Connection". In the Device selector, select your physical network card. I can't say how it's named, but it will most likely look similar like mine (starting with en
)
Click "Save". You now get back to the original dialog, with one more entry.
Select "Add" again, but this time, select "DSL". Again click "Create..."
You now get a screen to configure your DSL. As you can see, I named it "Home Connection". I do not know what you have to enter there. It depends on the information you got from your ISP:
Click on the Ethernet
tab, make sure you select the same device as you did in the "Office Configuration".
Click "Save" when done.
You can remove all other configurations under "Ethernet" if you like. When you now click on the network configuration icon in the top right part of your screen (either looks like a wifi icon, or two arrows), you will get this:
You can now select the one you need depending on what network you are one.
The reason is that you need to configure the same network card for different, totally incompatible use-cases.
sudo pppoeconf
and delete connections. Do this first. Hopefully that will restore your network card to "normal" operation.
– jawtheshark
Aug 30 '16 at 15:39
pppoeconf
. I didn't tell you to remove it, I told you to run it and remove the configuration. Let me google if we can fix this.
I see you have Wireless networks configured. Can you get on the Internet using those? It's going to be hard to fix this without Internet.
– jawtheshark
Aug 31 '16 at 13:04
Anyway, /etc/network/interfaces says -
"# interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback
auto dsl-provider iface dsl-provider inet ppp pre-up /bin/ip link set enp3s0 up # line maintained by pppoeconf provider dsl-provider
auto enp3s0 iface enp3s0 inet manual"
– Suborna Saha Sep 01 '16 at 17:32/etc/network/interfaces
is auto lo
and iface lo inet loopback
. Anything starting with a #
is a comment, so that's ignored too.
– jawtheshark
Sep 01 '16 at 22:30
auto dsl-provider iface dsl-provider inet ppp pre-up /bin/ip link set enp3s0 up # line maintained by pppoeconf provider dsl-provider
auto enp3s0 iface enp3s0 inet manual " please suggest me what to remove or add.
– Suborna Saha Sep 02 '16 at 16:16
I am using a laptop with no external network card. I use the laptop at my home where DSL connection is used and it is working fine. And I use the laptop at my office, where I connect to Internet
– Suborna Saha Aug 30 '16 at 14:48My office has wired TCP which obtains IP address automatically. All pcs in the office network are using Windows 7.
The problem is - when I connect the Ethernet cable (in the office) I can't access any windows PC, share any files. And if I don't use Wifi, I can't access Internet.
– Suborna Saha Aug 30 '16 at 14:59Even then, you are better off having a router and letting the router do the DSL connection for you. From the perspective of your computer it would just always use Ethernet.
– jawtheshark Aug 30 '16 at 15:03However to fix your current issue: Please make two different configurations for your (single) network card and switch between them for the two different configurations.
– jawtheshark Aug 30 '16 at 15:06