Found EVERYTHING I need in the link Jeremy referenced.
http://7200emu.hacki.at/viewtopic.php?p ... ght=#21774Here's my new working details.... (note; READ the WHOLE thread before you start trying to configure)
Per one of the posters suggestions, I did the following:
>netsh interface show adapter
then do, >netsh bridge set adapter 1 e, and >netsh bridge set adapter 2 e (1 for each ID)
Then do >netsh interface show adapter
----------------------------------------------------------------------
ID AdapterFriendlyName ForceCompatibilityMode
----------------------------------------------------------------------
1 Loopback Adapter enabled
2 Wireless Network Connection enabled
----------------------------------------------------------------------
--------------------------------------------------------
>netsh interface ip show config Loopback
Error obtaining configuration for interface Loopback.
Note: Loopback shows "send-only", 10mbps, connected
--------------------------------------------------------
>netsh interface ip show config Wireless
Configuration for interface "Wireless"
DHCP enabled: Yes
InterfaceMetric: 0
DNS servers configured through DHCP: None
WINS servers configured through DHCP: None
Register with which suffix: Primary only
Note: Wireless shows connected, 54mbps send and receive.
--------------------------------------------------------
>netsh interface ip show config Network
Configuration for interface "Network"
DHCP enabled: Yes
InterfaceMetric: 0
DNS servers configured through DHCP: 172.20.16.51
172.20.16.52
WINS servers configured through DHCP: None
Register with which suffix: Primary only
Note: Bridge shows "send and recieve", 300mbps, connected
Router is configured as....
!
!
!
interface FastEthernet0/0
ip address dhcp
speed 100
full-duplex
!
interface Serial0/0
no ip address
shutdown
clock rate 2000000
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
!
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
I can ping to the outside, ping from the LAN to the router and send domain queries back and forth. Need to be sure to NOT advertise network protocols to the "real" network.