On 01.08.2011 16:24, Greg wrote:
> here is the content as requested, this as you can see is where i learnt that
> IP address is a virtual nic.

These are Parallels' NICs.

Try to put them down with

sudo /sbin/ifconfig vnic0 down
sudo /sbin/ifconfig vnic1 down

Then recompile, redeploy.

The NICs should be up again after the next reboot, or just turn them
on with

sudo /sbin/ifconfig vnic0 up
sudo /sbin/ifconfig vnic1 up

if it didn't help.

Robert


>
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
>       options=3<RXCSUM,TXCSUM>
>       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
>       inet 127.0.0.1 netmask 0xff000000
>       inet6 ::1 prefixlen 128
> gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
> stf0: flags=0<>  mtu 1280
> en0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500
>       options=2b&lt;RXCSUM,TXCSUM,VLAN_HWTAGGING,TSO4&gt;
>       ether c4:2c:03:00:a8:73
>       inet6 fe80::c62c:3ff:fe00:a873%en0 prefixlen 64 scopeid 0x4
>       inet 192.168.3.168 netmask 0xffffff00 broadcast 192.168.3.255
>       media: autoselect (100baseTX&lt;full-duplex,flow-control&gt;)
>       status: active
> en1: flags=8823&lt;UP,BROADCAST,SMART,SIMPLEX,MULTICAST&gt; mtu 1500
>       ether 90:27:e4:f2:c9:d9
>       media: autoselect (<unknown type>)
>       status: inactive
> fw0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 4078
>       lladdr e8:06:88:ff:fe:b6:85:7a
>       media: autoselect<full-duplex>
>       status: inactive
> p2p0: flags=8802&lt;BROADCAST,SIMPLEX,MULTICAST&gt; mtu 2304
>       ether 02:27:e4:f2:c9:d9
>       media: autoselect
>       status: inactive
> vnic0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500
>       options=3&lt;RXCSUM,TXCSUM&gt;
>       ether 00:1c:42:00:00:08
>       inet6 fe80::21c:42ff:fe00:8%vnic0 prefixlen 64 scopeid 0x8
>       inet 10.211.55.2 netmask 0xffffff00 broadcast 10.211.55.255
>       inet6 ::0.0.0.2 prefixlen 64
>       media: autoselect
>       status: active
> vnic1: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500
>       options=3&lt;RXCSUM,TXCSUM&gt;
>       ether 00:1c:42:00:00:09
>       inet6 fe80::21c:42ff:fe00:9%vnic1 prefixlen 64 scopeid 0x9
>       inet 10.37.129.2 netmask 0xffffff00 broadcast 10.37.129.255
>       inet6 ::0.0.0.2 prefixlen 64
>       media: autoselect
>       status: active
>
> Thanks
>
> Greg
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/Wrong-IP-Address-tp3704536p3709789.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>

_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to