On 6/11/07, Robin Panwala <[EMAIL PROTECTED]> wrote:
Also, the command system-config-network I could observe that the wireless connection is activated, but I'm unable to ping to my gateway address.
see by default the device eth0 will be active and all the network connection will be carried through eth0 to change that to eth1 you need to down the eth0 # ifdown eth0 # ifup eth1 after this give # ifconfig you should be able to see only eth1 and your lo. then try this should work. -- regards, |Prashanth| http://munichlinux.blogspot.com -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
