How to Connect Lan Connection between Ubuntu 14.04 and Windows 7
Connect both computers using lan cable.
Configuration for Windows 7 system
1. Open Control panel >> Network and Internet >> Network and Sharing Center
2. On Left bar >> change adapter setting >> Right Click on Local Area connection >> Properties >> select Internet Protocal Version 4 (TCP /IPV4) and click Properties
3. Check Radio button "Use the following IP address "
IP address :::: 192.168.0.1
Subnet mask :::: 255.255.255.0
Blank all Other fields >>> OK >> Close
Configuration for Ubuntu 14.04
1. Network Connection >>> Add >> choose a connection Type ( Ethernet ) >> Create
2. Blank all tabs >> IPV4 settings >> Select Method (Manual)
Add Address :::: 192.168.0.2
Subnet Mask :::: 255.255.255.0
Gateway :::: 0.0.0.0 >>>> Save
check the connection
Open terminal
Alt+Ctrl+T :::: ping 192.168.0.1
If Still not working
do this - in a terminal:
sudo nano /etc/NetworkManager/NetworkManager.conf
change the line managed=false to managed=true
Save, stop and start network manager:
sudo service network-manager restart
Thanks
Connect both computers using lan cable.
Configuration for Windows 7 system
1. Open Control panel >> Network and Internet >> Network and Sharing Center
2. On Left bar >> change adapter setting >> Right Click on Local Area connection >> Properties >> select Internet Protocal Version 4 (TCP /IPV4) and click Properties
3. Check Radio button "Use the following IP address "
IP address :::: 192.168.0.1
Subnet mask :::: 255.255.255.0
Blank all Other fields >>> OK >> Close
Configuration for Ubuntu 14.04
1. Network Connection >>> Add >> choose a connection Type ( Ethernet ) >> Create
2. Blank all tabs >> IPV4 settings >> Select Method (Manual)
Add Address :::: 192.168.0.2
Subnet Mask :::: 255.255.255.0
Gateway :::: 0.0.0.0 >>>> Save
check the connection
Open terminal
Alt+Ctrl+T :::: ping 192.168.0.1
If Still not working
do this - in a terminal:
sudo nano /etc/NetworkManager/NetworkManager.conf
change the line managed=false to managed=true
Save, stop and start network manager:
sudo service network-manager restart
Thanks
No comments:
Post a Comment