Hi, I'm failed to setup an AI server behind NAT, is it possible to do such thing?
I tried to setup the AI server on my vmware with NAT (it's limited that I can't use host bridge mode) to provide OpenSolaris 2009.06 install service for my SPARC machine, and I set the port forwarding on both 5555 and 46501 ports. IPADDR of my XP machine: 10.15.4.11 private IPADDR of my vmware: 192.168.241.128 Port Forwarding on the port 5555 and 46501 I have tried with firefox that both http://10.15.4.11:5555 and http://10.15.4.11:46501 are accessible. Other issue is that my XP workstation is not in the same subnet with the SPARC machine, so I modified the install.conf with: install_service=0906sparc install_svc_address=10.15.4.11:46501 install_debug=enable then I boot my Fire-V250 SPARC machine with: {1} ok setenv network-boot-arguments host-ip=10.15.134.13,router-ip=10.15.132.1,subnet-mask=255.255.252.0,hostname=m ysparc,file=http://10.15.4.11:5555/cgi-bin/wanboot-cgi network-boot-arguments = host-ip=10.15.134.13,router-ip=10.15.132.1,subnet-mask=255.255.252.0,hostname=m ysparc,file=http://10.15.4.11:5555/cgi-bin/wanboot-cgi {1} ok boot net SC Alert: Host System has Reset Sun Fire V250, No Keyboard Copyright 2010 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.30.4.a, 8192 MB memory installed, Serial #35436454. Ethernet address 0:3:ba:12:34:56, Host ID: 83123456. Rebooting with command: boot net Boot device: /pci at 1c,600000/pci at 2/pci at 0/network at 0 File and args: /pci at 1c,600000/pci at 2/pci at 0/network at 0: 100 Mbps full duplex link up <time unavailable> wanboot info: WAN boot messages->console <time unavailable> wanboot info: configuring /pci at 1c,600000/pci at 2/pci at 0/network at 0 /pci at 1c,600000/pci at 2/pci at 0/network at 0: 100 Mbps full duplex link up Requesting Ethernet address for: 10.15.132.1 <time unavailable> wanboot progress: wanbootfs: Read 366 of 366 kB (100%) <time unavailable> wanboot info: wanbootfs: Download complete Sun Feb 28 13:44:02 libwanboot crit: http_srv_connect: tcp_connect returned -1 Sun Feb 28 13:44:02 wanboot alert: http_srv_connect: errsrc 1, err 145 (0x91) Sun Feb 28 13:44:02 wanboot alert: ERRNO: 145 Sun Feb 28 13:44:02 wanboot info: Will retry in 5 seconds ... I understood that WANBOOT in different subnet would not use mDNS and DNS-SD, then where is the mistake during my procedure? Regards, Gavin Mu