So I've been trying to get my server set up so that I can VNC into it and manage my virtual machines with VMWare.. krfb seemed like an easy and good way to do this, Except...
Code:
[root@ecorlinux20 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:72:11:5A:6B
inet addr:192.168.72.18 Bcast:192.168.72.255 Mask:255.255.255.0
inet6 addr: fe80::213:72ff:fe11:5a6b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:19141 errors:0 dropped:0 overruns:0 frame:0
TX packets:10344 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:23162012 (22.0 MiB) TX bytes:991825 (968.5 KiB)
Memory:fe3e0000-fe400000
virbr0 Link encap:Ethernet HWaddr 5E:4E:FD:E9:EF:69
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::5c4e:fdff:fee9:ef69/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:7589 (7.4 KiB)
krfb is bound and determined to connect to my virbr0 network connection, which is the internal network for one of my virtual machines. so my virtual machine can connect to it... uh... yay?
I need to know how to get a VNC connection to eth0. I don't care how, even if it means leaving krfb in the dust. Also, is it possible for Linux to use rdp and have a Windows machine connect to it?