can't connect to local internet using wire

Alamri


I'm at work right now. there's a Windows pc connected to some sort of shared wired internet ... when I connect that wire to my laptop I can't connect to the internet it keeps connecting and then it just fail to connect showing an error network disconnected.
is there any way I can connect my Ubuntu laptop to this network ? do I have to set an IP or something like that ?

what I have tired yet is to copy MAC address from Windows pc and type it down when I creat a new ethernet network... also I set IP4 to be automatic.. am I going to the right direction ?

ss1729

It seems like your network is protected and need to configure your proxy settings. First,

Create Ethernet Network and select Manual Method in your IPv4 settings. Now add Address, Netmask, Gateway, DNS Servers.

Go to

System Settings-->Network-->Network Proxy-->Manual-->add your proxyIP and port

and If you want to get update or access the internet through the terminal:

sudo gedit /etc/apt/apt.conf

you'll see

Acquire::http::proxy "http://proxyip:port/";
Acquire::https::proxy "https://proxyip:port/";
Acquire::ftp::proxy "ftp://proxyip:port/";
Acquire::socks::proxy "socks://proxyip:port/";

and if you have a username and password for your proxy then, change it to

Acquire::http::proxy "http://username:password@proxyip:port/";
Acquire::https::proxy "https://username:password@proxyip:port/";
Acquire::ftp::proxy "ftp://username:password@proxyip:port/";
Acquire::socks::proxy "socks://username:password@proxyip:port/";

I hope this will enable you to connect your network.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

I can't connect to the internet using ethernet

From Dev

I can't connect to the internet using ethernet

From Dev

Can't connect to internet in chroot using Cubic

From Dev

Ubuntu: Can't connect to host's internet connection using NAT

From Dev

VMWare Can't Connect To Internet

From Dev

Ubuntu Server can access the internet, but I can't connect to it on the local network

From Dev

Ubuntu Server can access the internet, but I can't connect to it on the local network

From Dev

Unable to connect local network to the internet using a router

From Dev

guest OS can not connect to local site in vmware but can not connect to internet

From Dev

Can't connect to local (running) mongo using 'meteor mongo'

From Dev

Can't connect to a local database using Monetdb.R

From Dev

PHP can't connect to local MariaDB server using TCP

From Dev

Centos7 can't connect ot Internet but IP & ssh from local works

From Dev

Can't connect to local Datastore

From Dev

Can't connect on local server

From Dev

Cannot connect to wifi, but can connect through wire

From Dev

Mongoose Can't Connect Without Internet

From Dev

Virtual RedHat Can't Connect to the Internet

From Dev

RHEL 7.0 can't connect to internet

From Dev

Cortana can't connect to Internet in Windows 10

From Dev

Network adapter missing, can't connect to the internet

From Dev

Can't connect to internet after starting DHCP

From Dev

Can't connect to internet on minimal Ubuntu

From Dev

Wifi is working, but can't connect to the Internet

From Dev

Connected to WiFi/ethernet but can't connect to internet

From Dev

Ubuntu Server 16.04.3 Can't Connect to Internet

From Dev

Microsoft Store can't connect to internet

From Dev

VirtualBox: Ubuntu guest can't connect to Internet

From Dev

software and updates can't connect internet

Related Related

  1. 1

    I can't connect to the internet using ethernet

  2. 2

    I can't connect to the internet using ethernet

  3. 3

    Can't connect to internet in chroot using Cubic

  4. 4

    Ubuntu: Can't connect to host's internet connection using NAT

  5. 5

    VMWare Can't Connect To Internet

  6. 6

    Ubuntu Server can access the internet, but I can't connect to it on the local network

  7. 7

    Ubuntu Server can access the internet, but I can't connect to it on the local network

  8. 8

    Unable to connect local network to the internet using a router

  9. 9

    guest OS can not connect to local site in vmware but can not connect to internet

  10. 10

    Can't connect to local (running) mongo using 'meteor mongo'

  11. 11

    Can't connect to a local database using Monetdb.R

  12. 12

    PHP can't connect to local MariaDB server using TCP

  13. 13

    Centos7 can't connect ot Internet but IP & ssh from local works

  14. 14

    Can't connect to local Datastore

  15. 15

    Can't connect on local server

  16. 16

    Cannot connect to wifi, but can connect through wire

  17. 17

    Mongoose Can't Connect Without Internet

  18. 18

    Virtual RedHat Can't Connect to the Internet

  19. 19

    RHEL 7.0 can't connect to internet

  20. 20

    Cortana can't connect to Internet in Windows 10

  21. 21

    Network adapter missing, can't connect to the internet

  22. 22

    Can't connect to internet after starting DHCP

  23. 23

    Can't connect to internet on minimal Ubuntu

  24. 24

    Wifi is working, but can't connect to the Internet

  25. 25

    Connected to WiFi/ethernet but can't connect to internet

  26. 26

    Ubuntu Server 16.04.3 Can't Connect to Internet

  27. 27

    Microsoft Store can't connect to internet

  28. 28

    VirtualBox: Ubuntu guest can't connect to Internet

  29. 29

    software and updates can't connect internet

HotTag

Archive