Hi,
Can you try doing the following, and show the output
ifconfig -a
sudo ifup eth0
ifconfig -a
Moderators: melonakos, pavanky
$ sudo ifconfig eth0 192.168.1.50 netmask 255.255.255.0 up
alias getip='sudo ifconfig eth0 192.168.1.50 netmask 255.255.255.0 up'
alias m='getip; matlab -nodesktop'
alias M='matlab -nodesktop'
ludolph wrote:Hi pavanky,pavanky wrote:We have not had customers who both use and not use the internet from the same machine.
This is unbelievable, because most of Jacket users on linux notebooks must have exactly the same problem, when the notebook is not connected to the internet.