Hello!
I have configured eth0:
After it I launch my software that connects to server 192.168.1.11.
But if I type
Local and remote addresses looks like strange.
I haven't configured address like ::ffff:192.168.1.21, it looks like this is IPv6 address, but I have only IPv4 configured addresses.
I have configured eth0:
Code:
# ifconfig eth0
eth0 Link encap:Ethernet HWaddr A3:21:B2:12:A1:C1
inet addr:192.168.1.221 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2e76:8aff:fe56:3eec/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5324391 errors:0 dropped:0 overruns:0 frame:0
TX packets:2825979 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1059832640 (1010.7 MiB) TX bytes:3249408538 (3.0 GiB)
Interrupt:32
But if I type
Code:
# netstat -an | grep 5151
tcp 0 0 ::ffff:192.168.1.21:31169 ::ffff:192.168.1.11:5151 ESTABLISHED
I haven't configured address like ::ffff:192.168.1.21, it looks like this is IPv6 address, but I have only IPv4 configured addresses.