Hello.
My config:
re0 ip: 1.0.0.1
+aliases: 1.0.0.2, 1.0.0.3, 1.0.0.4
Tap0 ip: 10.0.0.1
I'm running VirtualBox with guest system ip: 10.0.0.2.
Everything is working fine, NAT, port redirection etc. But every NAT'ed packet is outgoing the host machine with source IP 1.0.0.1 - but I would like to have 1.0.0.3 as the source. I've tried to use
option, it helped ... but the network on host machine stopped to work 
I guess I have to modify the IPFW rule
But I do not know how. I've read many manuals but I can't find any solution.
I think this is not important, but the host is 64bit FreeBSD, guest is 32bit linux (debian).
Sorry for my bad English, I hope you can help me.
Best Regards Marcin
My config:
re0 ip: 1.0.0.1
+aliases: 1.0.0.2, 1.0.0.3, 1.0.0.4
Tap0 ip: 10.0.0.1
I'm running VirtualBox with guest system ip: 10.0.0.2.
Everything is working fine, NAT, port redirection etc. But every NAT'ed packet is outgoing the host machine with source IP 1.0.0.1 - but I would like to have 1.0.0.3 as the source. I've tried to use
Code:
alias_address 1.0.0.3

I guess I have to modify the IPFW rule
Code:
$IPF 49 divert natd all from any to any via re0
I think this is not important, but the host is 64bit FreeBSD, guest is 32bit linux (debian).
Sorry for my bad English, I hope you can help me.
Best Regards Marcin