I got this working on linux:

tunctl -t tap0
ifconfig tap0 192.168.0.2 netmask 255.255.255.255 up
echo "1" >/proc/sys/net/ipv4/ip_forward
route add -host 192.168.0.40 dev tap0
echo "1" >/proc/sys/net/ipv4/conf/tap0/proxy_arp
arp -Ds 192.168.0.40 eth0 pub

192.168.0.40 is the user-level stack. 192.168.0.2 is the host stack, and I can 
ping the user-level
stack from another host on the 192.168.0.0 network. I got this idea from UML 
(user mode linux), which does something similar (a stack within the host stack).

I'll try something similar on Solaris and post the results.
-- 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to