|
sendmsg: Operation not permitted on wireless router
Hi all!
I have got this network setup:
adsl modem (192.168.1.1)
|
wireless router (192.168.2.1) ----------- Win...s laptop (192.168.2.101 by DHCP)
|
Kubuntu 7.10 laptop (192.168.2.103 by DHCP)
Subnet mask is 255.255.255.0 for both adsl modem and linksys router.
The wireless connection works fine on my W.....s laptop.
On Linux, I use KNetworkManager to detect the router and get the ip from its DHCP server. However, I cannot access the Internet: when I issue
> ping 192.168.2.1
I get "sendmsg: operation not permitted".
This is the output of
>ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:1C:BF:02:FF:61
inet addr:192.168.2.103 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::21c:bfff:fe02:ff61/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:14 errors:13 dropped:31 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:53518 (52.2 KB) TX bytes:2544 (2.4 KB)
Interrupt:19 Base address:0xe000 Memory:dfcff000-dfcfffff
I have been trying to bypass KNetworkManager by playing with the command line. What I find strange is that I get DHCPACK from 192.168.2.1 by issuing "dhclient eth1", but then I cannot ping it.
Can anybody help me to sort out this?
Thanks
Joe
Last edited by joe-000; 07-19-2008 at 02:46 AM.
Reason: graph was not clear!
|