Problem with alias ip's

View: New views
3 Messages — Rating Filter:   Alert me  

Problem with alias ip's

by unsegundo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, i'm having a problem with 2 aditional ip's, add by alias.

7.1-PRERELEASE FreeBSD

Main IP: A.B.111.219
Netmask: 255.255.255.192
Gateway: A.B.111.193

Aliases: A.B.222.226 and A.B.222.227. Netmask 255.255.255.255
(/sbin/ifconfig bge0 alias A.B.222.226 netmask 255.255.255.255)

device     = 'BCM5721 NetXtreme Gigabit Ethernet PCI Express'

Main IP works fine, but alias ip's don't. When i try to connect, in netstat -an shows:

Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0      0  A.B.222.227.22    xx.xx.xx.xx.64585      SYN_RCVD

State not changes to ESTABLISHED, and ip don't send the information.

Perhaps a netmasks problem? A route problem? Or what else? What can i do?

Thank you

Re: Problem with alias ip's

by Norberto Meijome-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 1 Sep 2008 03:01:04 -0700 (PDT)
unsegundo <ensolounsegundo@...> wrote:

> Perhaps a netmasks problem? A route problem? Or what else? What can i do?

Hola :)

do you have any firewall running on your host?


_________________________
{Beto|Norberto|Numard} Meijome

Unix is user friendly. However, it isn't idiot friendly.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
_______________________________________________
freebsd-questions@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@..."

Re: Problem with alias ip's

by unsegundo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hola :)

I have PF running, but if i disable it (pfctl -d), the results are the same

Any idea? Thank you