1 Nov 2003 17:01
RE: [uml-user] Networking with UML
<chip <at> innovates.com>
2003-11-01 16:01:31 GMT
2003-11-01 16:01:31 GMT
Sounds like a routing problem. If your host does a NAT to the UML, the UML must have the host IP as it's default route. If it sends a response back via any other route the NAT will be broken. If you are bridging to a real interface your UML should be able to talk directly on the network as your host does. Chip Schweiss > -----Original Message----- > From: kconaway [mailto:kconaway <at> ucwphilly.rr.com] > Sent: Friday, October 31, 2003 12:48 PM > To: Chip Schweiss > Cc: user-mode-linux-user > Subject: Re: [uml-user] Networking with UML > > > I tried that do port forward ssh but it didnt work > > iptables -t nat -A PREROUTING -p tcp -d realhost --dport 2200 -j DNAT > --to uml_ip:22 > > I can ping the uml from the host and the host from the uml. > i can also > ssh to the uml from the host. > > Any other ideas why the port forwarding wouldnt work? Thanks > > Kevin >(Continue reading)
RSS Feed