On Wed, Oct 31, 2012 at 12:16 AM, Karl <[email protected]> wrote: > it's one interface with two ip-addresses set up by the provider > ******* > *-network > description: Ethernet interface > product: MCP51 Ethernet Controller > vendor: nVidia Corporation > physical id: 14 > bus info: pci@0000:00:14.0 > logical name: eth0 > version: a3 > serial: 00:19:99:23:07:a1 > size: 100MB/s > capacity: 1GB/s > width: 32 bits > clock: 66MHz > capabilities: pm bus_master cap_list ethernet physical mii 10bt > 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation > configuration: autonegotiation=on broadcast=yes driver=forcedeth > driverversion=0.64 duplex=full ip=xx.xxx.xxx.50 latency=0 link=yes > maxlatency=20 mingnt=1 multicast=yes port=MII speed=100MB/s > resources: irq:23 memory:f2202000-f2202fff ioport:8c38(size=8) > ********* > PROD# ifconfig > eth0 Link encap:Ethernet HWaddr 00:19:99:23:07:a1 > inet addr:xx.xxx.xxx.50 Bcast:xx.xxx.xxx.50 Mask:255.255.255.255 > inet6 addr: xxxx::xxx:xxxx:fe23:7a1/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:39140493 errors:0 dropped:0 overruns:0 frame:0 > TX packets:41299455 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:5145305162 (4.7 GiB) TX bytes:25999465836 (24.2 GiB) > Interrupt:23 Base address:0x8000 > > eth0:0 Link encap:Ethernet HWaddr 00:19:99:23:07:a1 > inet addr:xx.xxx.xx.39 Bcast:xx.xxx.xx.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > Interrupt:23 Base address:0x8000 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:3113201 errors:0 dropped:0 overruns:0 frame:0 > TX packets:3113201 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0
Okay, looks good (and I see you mentioned in your original post that https://web2.net:3445 is reachable.) Maybe add some logging rules to your prerouting chain and check with `openssl s_client -connect web2.net:443` where you end up? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
