How do I re-install shared networking?

sugapablo

Bit poster
While on the phone with Mac tech support to get my wireless connection back, the tech had me delete everything in my System Preferences -> Network area.

How to I re-install the two shared ports that Parallels installs upon setup? For needless to say, Windows XP can no longer access the internet.

Here's my ifconfig as it stands now:

Code:
[sugapablo@localhost sugapablo]$ ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128 
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 
        inet 127.0.0.1 netmask 0xff000000 
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::216:cbff:fed0:8d19%en0 prefixlen 64 scopeid 0x4 
        inet 192.168.*.4 netmask 0xffffff00 broadcast 192.168.*.255
        ether 00:16:cb:d0:8d:19 
        media: autoselect (100baseTX <full-duplex>) status: active
        supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        ether 00:17:f2:41:30:f3 
        media: autoselect (<unknown type>) status: inactive
        supported media: autoselect
wlt1: flags=41<UP,RUNNING> mtu 1500
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 2030
        lladdr 00:16:cb:ff:fe:ec:1a:6e 
        media: autoselect <full-duplex> status: inactive
        supported media: autoselect <full-duplex>
en2: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::201:23ff:fe45:6789%en2 prefixlen 64 scopeid 0x8 
        inet 169.254.218.52 netmask 0xffff0000 broadcast 169.254.255.255
        ether 00:01:23:45:67:89 
        media: autoselect status: active
        supported media: autoselect
en3: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::210:32ff:fe54:7698%en3 prefixlen 64 scopeid 0x9 
        ether 00:10:32:54:76:98 
        media: autoselect status: active
        supported media: autoselect
[sugapablo@localhost sugapablo]$
 
Back
Top