vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, How do we make service both listening to ipv4 and ipv6 in unix. Do we need to create two sockets (1 for v4 and 1 for v6) and listen on both as in windows XP. or For inted initiated service. we are putting 2 entries (1 for v4 and 1 for v6) though the binary is same. only single socket opened and address binds to first accepted address from a call to getaddrinfo(). /etc/services tcp service #v4 tcp6 service /etc/inetd.conf service stream tcp nowait root service_path service service stream tcp6 nowait root service_path service Could you please suggest. How we go about it. Thanks Panduranga Chary |